Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
chore(release): cut 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](dhis2/ui@v1.1.3...v2.0.0) (2019-05-06)

### Features

* version 2 of ui-core ([#183](dhis2/ui#183)) ([6364f4c](dhis2/ui@6364f4c))

### BREAKING CHANGES

* The component API has been revamped to be simpler and more consistent. See the documentation for a full list.
* This changes the `list` prop passed to DropdownButton and SplitButton to `component`, which enables any component to be used as a menu.
* Event handlers align with the JS API of being called with one argument, the Event.
  • Loading branch information
@dhis2-bot committed May 6, 2019
1 parent 6364f4c commit f98187f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.0.0](https://github.com/dhis2/ui/compare/v1.1.3...v2.0.0) (2019-05-06)


### Features

* version 2 of ui-core ([#183](https://github.com/dhis2/ui/issues/183)) ([6364f4c](https://github.com/dhis2/ui/commit/6364f4c))


### BREAKING CHANGES

* The component API has been revamped to be simpler and more consistent. See the documentation for a full list.
* This changes the `list` prop passed to DropdownButton and SplitButton to `component`, which enables any component to be used as a menu.
* Event handlers align with the JS API of being called with one argument, the Event.

## [1.1.3](https://github.com/dhis2/ui/compare/v1.1.2...v1.1.3) (2019-03-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-core",
"version": "1.1.3",
"version": "2.0.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": false,
Expand Down

0 comments on commit f98187f

Please sign in to comment.