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

Releases: elastic/generator-kibana-plugin

v6.2.1

22 Feb 21:44
Compare
Choose a tag to compare

Hotfix for missing --custom handlers and deprecation logic

v6.2.0

22 Feb 21:43
Compare
Choose a tag to compare
  • deprecate --advanced flag, rename to --custom
  • add checks for correct node version and kibana project checkout

v5.0.1

17 Nov 10:39
Compare
Choose a tag to compare

v5.0.1-pre4

11 Nov 20:39
Compare
Choose a tag to compare
  • Ask which Kibana version this plugin should track. Default option of master is preferred, but asking should make it clearer which version of Kibana this plugin supports

v5.0.1-pre3

11 Nov 20:38
Compare
Choose a tag to compare
  • Generated plugins will always target "master" kibana
  • bump plugin-helpers
    • ask for kibana version when building and plugin is tracking master
  • git-ignore the build directory in generated plugins

v5.0.1-pre

11 Nov 16:52
Compare
Choose a tag to compare
  • Bump plugin helpers version
  • Fix npm run test:server and npm run test:browser tasks
  • Add a stub test to the server
  • Include chai assertion library by default

NOTE: Ideally releases of generator-kibana-plugin will be in sync with Kibana, so I've released this as v5.0.1-pre until Kibana 5.0.1 is released. Feedback welcome on this approach.

v5.0.0

04 Nov 06:11
Compare
Choose a tag to compare
  • Ask about the target Kibana version and populate the version field in the package.json with that version
  • Update the kibana-plugin-helpers
    • now npm run build properly builds plugins for Kibana 5.0+

    • additional args passed to npm run start will be passed to Kibana if they are passed after a --

       npm run start -- --host=0.0.0.0 --elasticsearch.url=https://XYZ.cloud.elastic.co