- Add new components to core.
- Add new login page design.
- Add new dashboard widget.
- New page templates options page.
- Misc. fixes and feedback.
- Add new Archive component to core.
- Fix image conversion command not picking up image files with capitalized extensions.
- Add permission callback attribute to API component.
- Fix makeResponsive method in Image component.
- Update ACF save paths for different JSON types.
- Populate Maps API key from ACF field.
- Add new Device component to core.
- Add block render method for rendering blocks outside the block editor (and block editor-powered pages).
- Add deprecation notice to
export:block
command. - Update theme dependencies.
- Adds support for block patterns.
- Blocks now save their ACF data to the block directory by default (requires ACF 6.2).
- Adds new Image component.
- Block ACF fields now auto-save to the block (requires ACF 6.2).
- Added new
lazy()
helper function.
- New API component.
- New block preloading methodology.
- Modularize components.
- Split theme into two packages: toybox/theme and toybox/core.
- New enhancements to tweak more of WordPress.
- Adds this changelog.
- Updates npm dependencies (flexya, @glidejs/glide, sass).
- Change MakeBlockCommand arguments to automatically create style and JS assets without requiring an argument.
- This removes the
--with-styles
and--with-js
arguments, and adds--without-styles
and--without-js
as replacements.
- This removes the