**This is a major release**, because we cannot guarantee that it will work on your existing project without some tweaks. Specifically, we are changing the versions of all the extensions, we're changing the default FontAwesome version, and dropping support for certain Bulma-Extensions. See the readme for a complete list of which extensions we now support.
Changes
- Bulma and all bulma extensions are now submodules, which means we no longer need to do manual upgrades of these in the future.
- Some bulma extensions have been removed, others updated. The README now contains a complete list of which extensions are supported.
- We will now use the minified JS for most extensions by default, to improve performance slightly.
- JS will now be loaded with the `defer` option, another slight performance improvement.
- Our linting toolchain has grown stricter, and now includes the `pep8-naming` plugin.
- We now support FontAwesome 6 kits, both for Free and Pro versions! See our readme for instructions on how to set this up. If you don't set this up, FontAwesome v5.14.0 will be used by default.
- We now provide the JS required to be able to have clickable `dropdown` elements in Bulma, so you don't need to write this yourself. Simply add the `bulma-dropdown` extension to your `BULMA_SETTINGS`.