Releases: ndiego/icon-block
Releases · ndiego/icon-block
Version 1.3.0
Added
- Add the ability to toggle icon color fill. Useful for SVG icons that use stroke.
- Add the ability to disable custom icons using the
iconBlock.enableCustomIcons
filter. - Add title attribute support.
- Add alternative Reddit icon to match WordPress core.
- Add new WordPress icon:
title
Changed
- Update block architecture to support features in WordPress 6.1.
- Update block placeholder to be more consistent with core placeholders.
- Improve support for custom icons without a fill color.
- Improve the UI in various places.
Removed
- Remove deprecated WordPress icons:
archiveTitle
,commentTitle
,postTitle
, andqueryTitle
Fixed
- Fix bug where icon color and fill were overridden by theme colors.
- Fix visual inconsistency between the frontend and Editor due to box-sizing not getting applied in the Editor.
Version 1.2.0
Added
- Add alpha support for icon and background colors.
- Add link rel support.
- Add support for custom icon types. Must be registered separately.
- Add new WordPress icons:
post
,postTerms
,queryTitle
,removeSubmenu
, androw
Changed
- Remove deprecated WordPress icons:
alignJustifyAlt
,cogAlt
, andtrashFilled
Version 1.1.1
Changed
- Include both theme and WordPress default color palettes in the icon and background color picker.
Version 1.1.0
Added
- Add additional border support (color, width, style)
- Add margin support
- Add the ability to set an
aria-label
on the icon and link. - Add the core Unlock icon.
- Add the core Comment Author Avatar icon.
- Add the core Comment Author Name icon.
- Add the core Comment Content icon.
- Add the core Comment Edit Link icon.
- Add the core Comment Reply Link icon.
Changed
- Update inserter modal components to use
isFullScreen
to better resemble core modals. - Update styling on inserter modals for improved mobile responsiveness.
- Import the Align None, Color, Reset, and Styles icons directly from @wordpress/icons.
- Remove the custom search component in favor of the core component from @wordpress/components.
- Restructure stylesheets to better conform with block standards.
Fixed
- Fix bug where hyphens and colons would be incorrectly stripped from attribute names in custom icons. Thanks @stokesman for the PR. (#5)
Version 1.0.0
Added
- Added the WordPress icon library featuring 270+ icons.
- Add new placeholder and quick icon insertion experience.
- Added new custom icon editing modal for an improved insertion experience.
Version 0.1.0
Initial release 🎉