Skip to content

0.12.0

Compare
Choose a tag to compare
@VizuaaLOG VizuaaLOG released this 28 Nov 19:17
· 24 commits to master since this release

0.12.0

  • Feature 107 Add support for the navbar dropdown
  • Feature 94 Add a new global onLoaded callback that can be defined within the window.bulmaOptions object. This is called once the library has been loaded and the DOMContentLoaded event has been fired.
  • Feature 102 Add support for panel tabs.
  • Tweak 95 The parseDocument method will now check the given context against the internal plugins
  • Refactor Add a Bulma.getGlobalConfig(key: string, default: mixed) method to the core. This allows easy access to properties within the window.bulmaOptions object and accepts a default as it's second parameter, this is null by default.