diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9ac40d894c..e16b88789c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,16 +4,14 @@ ## Bug Fixes -- We reverted back the way CSS stylesheets were imported internally. It caused a regression bug, svg files would not load when imported from CSS properties (e.g. checkbox, ...). Paths resolution were failing. (not an issue for projects importing CSS via CDN, only for the ones importing styles via the local npm package) - ## Component changes ### Non breaking UI changes +- add possibility to disable rotation of the dropdown toggle icon on active state + ## Testing -- E2E tests for topbar +- E2E tests for dropdown component ## Design System website - -- fix a homepage UI bug (section's height) diff --git a/src/App/ComponentsDocumentation/components/Dropdown/__snapshots__/index.test.js.snap b/src/App/ComponentsDocumentation/components/Dropdown/__snapshots__/index.test.js.snap index c2eb637aea..d11dd40a1e 100644 --- a/src/App/ComponentsDocumentation/components/Dropdown/__snapshots__/index.test.js.snap +++ b/src/App/ComponentsDocumentation/components/Dropdown/__snapshots__/index.test.js.snap @@ -292,6 +292,18 @@ exports[`Documentation: Dropdown DeveloperDocumentation renders 1`] = ` > Developer Documentation +
+ Add
+
+ .no-rotation
+
+ CSS class on the dropdown toggle to disable the icon rotation.
+
+ Add
Use