Skip to content

Releases: gravitee-io/gravitee-ui-components

v3.0.0

31 May 16:57
Compare
Choose a tag to compare

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

27 May 15:02
Compare
Choose a tag to compare

2.9.1 (2021-05-27)

Bug Fixes

  • management: platform policies rollback error throwing when no policy (fbf75af)

v2.9.0

26 May 17:16
Compare
Choose a tag to compare

2.9.0 (2021-05-26)

Features

v2.8.0

11 May 09:31
Compare
Choose a tag to compare

2.8.0 (2021-05-11)

Miscellaneous

  • deps: bump hosted-git-info from 2.8.8 to 2.8.9 (e0f6219)

v2.7.0

11 May 08:37
Compare
Choose a tag to compare

2.7.0 (2021-05-11)

Features

v2.6.0

07 May 08:08
Compare
Choose a tag to compare

2.6.0 (2021-05-07)

v2.5.0

07 May 07:44
Compare
Choose a tag to compare

2.5.0 (2021-05-07)

Features

  • gv-chart-histogram: improve histogram chart options usage (6a27d7a)

v2.4.0

05 May 09:27
Compare
Choose a tag to compare

2.4.0 (2021-05-05)

Features

  • gv-chart-histogram: add new component (57316eb)

v2.3.5

22 Apr 12:08
Compare
Choose a tag to compare

2.3.5 (2021-04-22)

Bug Fixes

v2.3.4

21 Apr 06:59
Compare
Choose a tag to compare

2.3.4 (2021-04-21)

Bug Fixes