-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): cut 5.0.0-alpha.18 [skip ci]
# [5.0.0-alpha.18](v5.0.0-alpha.17...v5.0.0-alpha.18) (2020-05-26) ### Code Refactoring * make menu click-based and reorganise related components ([a8b26a0](a8b26a0)) ### BREAKING CHANGES * Fully overhauled Menu and related components: - MenuList was renamed to Menu - Menu was renamed to FlyoutMenu - The sub-menus now open on click instead of hover - We have introduced a dedicated `MenuDivider` and `MenuSectionHeader` - To create sub-menus, you can now add MenuItems directly under a parent MenuItem, no need to wrap them in a Menu/FlyoutMenu anymore
- Loading branch information
Showing
9 changed files
with
42 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@dhis2/ui", | ||
"version": "5.0.0-alpha.17", | ||
"version": "5.0.0-alpha.18", | ||
"main": "build/cjs/lib.js", | ||
"module": "build/es/lib.js", | ||
"author": "Viktor Varland <[email protected]>", | ||
|
@@ -10,10 +10,10 @@ | |
"build": "d2-app-scripts build" | ||
}, | ||
"dependencies": { | ||
"@dhis2/ui-constants": "5.0.0-alpha.17", | ||
"@dhis2/ui-icons": "5.0.0-alpha.17", | ||
"@dhis2/ui-core": "5.0.0-alpha.17", | ||
"@dhis2/ui-forms": "5.0.0-alpha.17", | ||
"@dhis2/ui-widgets": "5.0.0-alpha.17" | ||
"@dhis2/ui-constants": "5.0.0-alpha.18", | ||
"@dhis2/ui-icons": "5.0.0-alpha.18", | ||
"@dhis2/ui-core": "5.0.0-alpha.18", | ||
"@dhis2/ui-forms": "5.0.0-alpha.18", | ||
"@dhis2/ui-widgets": "5.0.0-alpha.18" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters