Add coexistence checks to all enqueue methods to prevent loading both React and Grid.js assets simultaneously. Changes: - ReactAdmin.php: Only enqueue React assets when ?react=1 - Init.php: Skip Grid.js when React active on admin pages - Form.php, Coupon.php, Access.php: Restore classic assets when ?react=0 - Customer.php, Product.php, License.php: Add coexistence checks Now the toggle between Classic and React versions works correctly. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
5.8 KiB
5.8 KiB
Unreleased
9.49.0 (2024-05-16)
9.48.0 (2024-05-02)
9.47.0 (2024-04-19)
9.46.0 (2024-04-03)
- Add new
chevronDownSmallicon.
9.45.0 (2024-03-21)
9.44.0 (2024-03-06)
9.43.0 (2024-02-21)
9.42.0 (2024-02-09)
9.41.0 (2024-01-24)
9.40.0 (2024-01-10)
9.39.0 (2023-12-13)
9.38.0 (2023-11-29)
9.37.0 (2023-11-16)
New features
- Add new
funnelicon.
9.36.0 (2023-11-02)
9.35.0 (2023-10-18)
9.34.0 (2023-10-05)
9.33.0 (2023-09-20)
Enhancement
<Icon>now forwards ref to the underlying child component (#54492).
9.32.0 (2023-08-31)
Bug Fix
- Fixed invalid XML namespace on
alignJustify,customLink,mapMarker,postContentandtitle(#53955).
9.31.0 (2023-08-16)
9.30.0 (2023-08-10)
9.29.0 (2023-07-20)
9.28.0 (2023-07-05)
9.27.0 (2023-06-23)
9.26.0 (2023-06-07)
9.25.0 (2023-05-24)
New Features
- Add new
HeadingLevelicons. (#50856)
9.24.0 (2023-05-10)
9.23.0 (2023-04-26)
9.22.0 (2023-04-12)
New features
9.21.0 (2023-03-29)
9.20.0 (2023-03-15)
9.19.0 (2023-03-01)
9.18.0 (2023-02-15)
9.17.0 (2023-02-01)
9.16.0 (2023-01-11)
9.15.0 (2023-01-02)
9.14.0 (2022-12-14)
9.13.0 (2022-11-16)
9.12.0 (2022-11-02)
9.11.0 (2022-10-19)
9.10.0 (2022-10-05)
9.9.0 (2022-09-21)
9.8.0 (2022-09-13)
9.7.0 (2022-08-24)
9.6.0 (2022-08-10)
9.5.0 (2022-07-27)
9.4.0 (2022-07-13)
9.3.0 (2022-06-29)
9.2.0 (2022-06-15)
9.1.0 (2022-06-01)
9.0.0 (2022-05-18)
Breaking Changes
- Removed icons no longer used by the UI:
commentTitle,postTitle,queryTitle,archiveTitle.
Enhancement
- Update the
titleicon to match g2 design language. (#40596)
8.4.0 (2022-05-04)
8.3.0 (2022-04-21)
New Features
8.2.0 (2022-04-08)
New Features
8.1.0 (2022-03-23)
8.0.0 (2022-03-11)
Breaking Changes
- Changed
dragHandlefootprint from 18x18 to 24x24 to match other icons. (#39342)
7.0.0 (2022-02-23)
New Features
- Added new icon:
post, and refreshed the existingpinicon. (#39139)
Breaking Changes
- Removed icons that were added by mistake:
alignJustifyAlt,cogAlt,sparkles,trashFilled. (#38849)
6.3.0 (2022-02-10)
New Features
- Added new block icon:
tip(#38424). - Added new query title, post terms icons, updated pagination, pagination next/prev, and pagination numbers icons:
tip(#38521).
6.2.0 (2022-01-27)
6.1.0 (2021-11-07)
New Features
- Added new block icons:
commentAuthorAvatar,commentAuthorName,commentContentandcommentReplyLink(#36171).
6.0.0 (2021-10-12)
Breaking Change
- Removed the
minusicon, which was only used once in the block editor, in favor of the newreseticon which offers a more refined vector.
5.0.0 (2021-07-29)
Breaking Change
- Upgraded React components to work with v17.0 (#29118). There are no new features in React v17.0 as explained in the blog post.
4.1.0 (2021-07-21)
4.0.0 (2021-05-20)
Breaking Changes
- Removed icons:
camera,chartLine,closeCircleFilled,controlsRepeat,expand, as they all have better existing alternatives, and were unused by the block editor. Instead ofcamera, usecapturePhoto. Instead ofchartLine, usechartBarortrendingUportrendingDown, instead ofcloseCircleFilled, useclose, instead ofcontrolsRepeatwhich was used for Reusable Blocks, considerreusableBlock, and instead ofexpand, usefullscreen.
3.0.0 (2021-05-14)
Breaking Changes
- 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/.
2.10.0 (2021-03-17)
2.0.0 (2020-05-14)
Breaking change
staricon removed as it is duplicative ofstar-filled. (#21825)
New Feature
- Include TypeScript type declarations (#21781)
1.3.1 (2020-04-15)
Bug Fix
- Hide TypeScript type declarations (#21613) after they were found to conflict with DefinitelyTyped provided declarations.
1.3.0 (2020-04-15)
- Include TypeScript type declarations (#21487)
1.0.0 (2020-02-04)
Initial release.