You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature94 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.
Tweak95 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.