block-editor-components
block-editor-components copied to clipboard
Reusable components, hooks and helper functions for the WordPress block editor(s).
Bumps the wordpress group with 4 updates in the / directory: [@wordpress/babel-preset-default](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-preset-default), [@wordpress/dependency-extraction-webpack-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dependency-extraction-webpack-plugin), [@wordpress/html-entities](https://github.com/WordPress/gutenberg/tree/HEAD/packages/html-entities) and [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n). Updates `@wordpress/babel-preset-default` from 7.30.0 to 7.41.0 Changelog Sourced from @wordpress/babel-preset-default's changelog. 7.41.0 (2024-05-02) 7.40.0...
Bumps the dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [classnames](https://github.com/JedWatson/classnames) | `2.3.2` | `2.5.1` | | [eslint](https://github.com/eslint/eslint)...
The `HeadingSelectControl` component allows for choosing one of a pre-defined list of heading levels. It is intended to be used for blocks or plugin sidebars where some text element needs...
This is a different approach to #29 and #31. --- Publish a new release: ```shell npm run release ``` This is using [`np`](https://github.com/sindresorhus/np), as well as the `postversion` and `postpublish`...
Currently we build assets and commit them to the repo, but this has some unintended consequences: - releases aren't as simple as tags as they now require us to build...
Resolves #262 Remove the build assets from npm releases, and update the `main` field in package.json to keep imports working the same.
Bumps [eslint](https://github.com/eslint/eslint) from 8.53.0 to 8.56.0. Release notes Sourced from eslint's releases. v8.56.0 Features 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin) 31a7e3f feat: fix...
Bumps [@wordpress/dependency-extraction-webpack-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dependency-extraction-webpack-plugin) from 4.29.0 to 4.31.0. Changelog Sourced from @wordpress/dependency-extraction-webpack-plugin's changelog. 4.31.0 (2023-12-13) 4.30.0 (2023-11-29) Commits fcf61b4 chore(release): publish 131678b Update changelog files 084c1d9 Merge changes published in the Gutenberg...
Our contribution guidelines say how to contribute, but don't say anything about our policy for maintenance. What kind of PRs do we accept? Do HM handle all development or are...
Hi HM family! We were using the [PostPicker](https://github.com/humanmade/block-editor-components/blob/main/src/components/PostPicker/index.js#L117) component recently and we had some manually re-ordering to do. The `reOrderUp/Down` features work **really well ❤** - but I'd love to...