Releases: mrwweb/mrw-accordion
Releases · mrwweb/mrw-accordion
v0.5.0 - Better editing and Bug Fixes
- Thanks for the Consortium for Service Innovation for a small sponsorship and user testing!
- Expand/Collapse now works in the editor (all block still open-by-default in the editor)
- Merge settings panels into one for easier editing
- Add style to force heading text and icon to honor heading color setting in more themes
- Adjust how theme color and font-sizes are accessed so the plugin works with color palates and font sizes defined in PHP or
theme.json
- Upgrade block to use
useInnerBlocksProps()
in the editor. WP minimum version bumped to 5.9 - Fixes: Wrap long headings, show icon in open state in editor, strip fallback heading's with inline formatting from accordion content, fix accordions with removed custom IDs, don't show block if heading and content are empty
v0.4.0
What's Changed
- Add font-size option for heading
- Ensure unique ID for all blocks. Only custom IDs are stable
- Custom background and text colors
- Total refactor of icons to use real SVGs. Switches default icon and block icon to a Chevron
- Add heading to saved markup so that fallback is better when plugin is uninstalled
Full Changelog: v0.2.0...v0.4.0
v0.2.0 - Functional single block
Revised version that only uses a single block. This works but really needs a heading selector. That's the next feature coming!
First release
DOES NOT WORK!