Releases: gravitee-io/gravitee-ui-components
Releases · gravitee-io/gravitee-ui-components
v3.0.0
3.0.0 (2021-05-31)
chore
- move @highcharts/map-collection to peerDependencies (0b73f1c)
- move asciidoctor, asciidoctor-highlight.js and highlight to peerDependencies (bef1847)
- move highcharts to peerDependencies (39525e3)
BREAKING CHANGES
Some dependencies are no longer shipped with this package.
So project using asciidoc related components must install the dependencies directly.
To do so, after updating @gravitee/ui-components
, just run:
npm i asciidoctor asciidoctor-highlight.js highlight
yarn add asciidoctor asciidoctor-highlight.js highlight
This has been done in order to:
- ensure we are using the version from user's project and avoid having duplicated versions
- reduce the size of this package by making these dependencies optional peer dependencies.
And so allow skipping them for project not using any AsciiDoc related components.
The dependency highcharts
is no longer shipped with @gravitee/ui-components
.
So project using any map chart must install the dependency directly.
To do so, after updating @gravitee/ui-components
, just run:
npm i highcharts
yarn add highcharts
This has been done in order to:
- ensure we are using the version from user's project and avoid having duplicated versions
- reduce the size of this package by making this dependency an optional peer dependency.
And so allow skipping this dependency for project not using any map charts.
The dependency @highcharts/map-collection
is no longer shipped with this package.
So project using any map chart must install the dependency directly.
To do so, after updating @gravitee/ui-components
, just run:
npm i @highcharts/map-collection
yarn add @highcharts/map-collection
This has been done in order to:
- ensure we are using the version from user's project and avoid having duplicated versions
- reduce the size of this package by making this dependency an optional peer dependency.
And so allow skipping this dependency for project not using any map charts.
v2.9.1
v2.9.0
v2.8.0
v2.7.0
2.7.0 (2021-05-11)
Features
- gv-date-picker: improve date picker (6a650c0), closes gravitee-io/issues#4894
- gv-expandable: add new component (4764c81), closes gravitee-io/issues#4894
- lib: add support to use deepEqual on Array without order consideration (a062dc0), closes gravitee-io/issues#4894
v2.6.0
v2.5.0
v2.4.0
v2.3.5
v2.3.4
2.3.4 (2021-04-21)
Bug Fixes
- gv-policy-studio: clone policy configuration when submit form (18d4d45), closes gravitee-io/issues#5336
- gv-schema-form: fix rerender with validation in policy studio (a05ee4a), closes gravitee-io/issue#5351