0.23.0
Breaking
- Support for Node 4 has been removed. Minim now supports Node >= 6.
- Minim no longer uses uptown and thus the
extend
API has been removed.
Enhancements
- Calling
.freeze()
on a frozen element is now supported. Previously you may see an error thrown while freeze was trying to attach parents to any child elements.