Releases: html-next/flexi
Releases · html-next/flexi
v2.0.2
2.0.0
A long time coming. The major feature of this release is the splitting of flexi into sub-components which you can install at will. This allows users to only install the features they want.
Additional features include:
- Dynamic classes are now possible:
<hbox class="one {{two}} {{if three "four" "five"}}"</hbox>
#57 - Hook for listening for browser resize events #98
- A bunch of bug fixes
- Nearly all the code has been scrubbed, es6-ified, commented, and refactored. This should make build times faster while making the code much more approachable to first-time contributors
We have also done a major revamp of the docs: https://flexi.readme.io/docs
As well as a demo site with some basic examples: https://html-next.github.io/flexi/
As always, please let us know about any bugs or put in any feature requests!