- Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.
- Replaced
classnames
package with the faster and smallerclsx
package (#61138).
<SVG>
now forwards ref to the underlying<svg>
element (#54492).
- Upgraded React components to work with v17.0 (#29118). There are no new features in React v17.0 as explained in the blog post.
- Drop support for Internet Explorer 11 (#31110). Learn more at https://make.wordpress.org/core/2021/04/22/ie-11-support-phase-out-plan/.
- Increase the minimum Node.js version to v12 matching Long Term Support releases (#31270). Learn more at https://nodejs.org/en/about/releases/.
- Include TypeScript type declarations (#21781)
- Hide TypeScript type declarations (#21613) after they were found to conflict with DefinitelyTyped provided declarations.
- Include TypeScript type declarations (#21482)
Initial release.