You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [Icon] Refactored Icon block into a module for each version.
- [FAQ] Refactored FAQ block into a module for each version.
- [Gutenberg] Refactored the Classic List and Classic Quote to be tidier.
- NEW! Added new block: `px/tabs` to create tabular data.
- [Gutenberg] Changed some CSS on admin and frontend
- [Gutenberg] Added back the Smaller and Larger style on MediaText if PX_LEGACY_MODE is on.
- [Menu] Removed ID attribute from menu item
LEGACY MODE
Added legacy mode by adding the constant PX_LEGACY_MODE to true.
This will replace the "px-" prefix on custom style to "h-" and re-enabled deprecated block styles like Smaller Image and Larger Image on MediaText.
6.5.4 (#6)
- Fixed the old icon block
- Refactor the post columns method
- [FAQ] Fixed faq block when the title is empty
- Removed all other image sizes added by plugin
- [Gutenberg] Added new "Columns" control to Group block if horizontal layout is selected. It will create a grid within the Group.
- Changed more "h" prefix into "px".