Skip to content

Fixed invalid references in styles

Pre-release
Pre-release
Compare
Choose a tag to compare
@yjwong yjwong released this 31 May 17:30
· 2770 commits to v4 since this release

In the previous release, we removed all usages of the id attribute. However, some styles were still relying on them, causing multiple bugs.

There is a breaking change in this release:

  • For the OmniSearch and SearchFilter components, using the Button in the content prop will cause incorrect rendering of the button. For these components, it's recommended to use OmniSearch.Button and SearchFilter.Button components instead.