-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [6.0.0](v5.7.8...v6.0.0) (2020-12-10) ### Bug Fixes * **ui-icons:** change world-16 icon color to black ([10790d3](10790d3)) * **ui-icons:** fix svg fill colors ([6d040fb](6d040fb)) ### Code Refactoring * **ui-icons:** remove legacy icons ([d39857b](d39857b)) ### Features * **ui-icons:** add new icons ([e1a994e](e1a994e)) ### BREAKING CHANGES * **ui-icons:** the existing ui-icons have been removed. These were mostly meant for internal use. The components that have been removed are: Account, Apps, ArrowDown, ArrowUp, AttachFile, CancelOutline, Cancel, CheckboxRegular, CheckboxDense, ChevronRight, ChevronLeft, Close, Email, Empty, Exit, FileUpload, FolderClosed, FolderOpen, Help, Info, Message, RadioRegular, RadioDense, Settings, Single, Valid, Warning, Info, Loading, StatusIcon, SwitchRegular and Upload. Please ensure that you are not depending on these components before upgrading.
- Loading branch information
Showing
8 changed files
with
46 additions
and
16 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.7.8", | ||
"version": "6.0.0", | ||
"main": "build/cjs/lib.js", | ||
"module": "build/es/lib.js", | ||
"author": "Viktor Varland <[email protected]>", | ||
|
@@ -16,11 +16,11 @@ | |
"build": "d2-app-scripts build" | ||
}, | ||
"dependencies": { | ||
"@dhis2/ui-constants": "5.7.8", | ||
"@dhis2/ui-icons": "5.7.8", | ||
"@dhis2/ui-core": "5.7.8", | ||
"@dhis2/ui-forms": "5.7.8", | ||
"@dhis2/ui-widgets": "5.7.8" | ||
"@dhis2/ui-constants": "6.0.0", | ||
"@dhis2/ui-icons": "6.0.0", | ||
"@dhis2/ui-core": "6.0.0", | ||
"@dhis2/ui-forms": "6.0.0", | ||
"@dhis2/ui-widgets": "6.0.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8", | ||
|
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