blocks-template icon indicating copy to clipboard operation
blocks-template copied to clipboard

A template for creating custom Blocks.

Results 12 blocks-template issues
Sort by recently updated
recently updated
newest added

Signed-off-by: jongwooo ## Details Updated workflows to cache dependencies using [actions/setup-node](https://github.com/actions/setup-node#caching-global-packages-data). `setup-node@v3` or newer has caching **built-in**. ### AS-IS ```yml - name: Checkout code uses: actions/checkout@v3 - name: Install dependencies...

The link was still targeted at `TODO`. I imagine it was supposed to link to that particular page in the Blocks docs. (If I got this wrong, please ignore and...

`=> JSX.Element;` I am surprised to find the requisition is to use `REACT` I would rather see that you export to standard `HTMLElement` like web components are. Do you plan...

enhancement

Hiya. Super excited to try this. Windows 10 up to date, npm, running from git bash. Started from a fork of your repo, otherwise unaltered. * `git clone` works *...

If not, this might be a great collaboration opportunity. https://blockprotocol.org/

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.20 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.0.4 to 4.3.9. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...

dependencies

Currently is is needed to install env on your computer to make it possible to debug and test. It will be much more convenient if there is already fully prepared...

Hi, I just tried setting this up, and ran into an issue. The custom `example-file-block` isn't showing up on the Block selection panel on the top left. ![Screenshot 2023-03-08 at...