Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

Releases: elastic/kibana-ui-framework

v0.0.13

09 Dec 23:35
Compare
Choose a tag to compare

Bug fixes

  • Add localDropdownCloseButton so you can close dropdowns easily again.

v0.0.12

08 Dec 22:14
Compare
Choose a tag to compare

Bug fixes

  • Remove use of pointer-events from localNav subcomponents so that tooltips can be applied to these elements.

v0.0.11

14 Nov 22:20
Compare
Choose a tag to compare

Bug fixes

  • Re-enabled pointer events for selected Local Nav menu items, because you need to be able to click on one when it's selected to close it again.

v0.0.10

10 Nov 19:28
Compare
Choose a tag to compare

Features

  • Add localNav support for Dark Theme.

v0.0.9

27 Oct 02:19
Compare
Choose a tag to compare

Improvements

  • Migrated all dependencies to devDependencies, so that we don't have to worry about checking their licenses when developing Kibana.

v0.0.7

25 Oct 06:03
Compare
Choose a tag to compare

Improvements

  • Remove localDropdownContent subcomponent.

v0.0.6

18 Oct 17:20
Compare
Choose a tag to compare

Improvements

  • Change state class naming pattern to use camel case instead of kebab case.
  • Restructure localSearch to use subcomponents instead of descendent elements.

v0.0.5

17 Oct 20:30
Compare
Choose a tag to compare

Improvements

  • Update dist/framework.css.

v0.0.4

17 Oct 19:59
Compare
Choose a tag to compare

Improvements

  • Increase spacing between localNav tabs.

v0.0.3

17 Oct 19:09
Compare
Choose a tag to compare

Features

  • localTitle subcomponent.