Releases: biotope/biotope-element
Releases · biotope/biotope-element
v4.3.0
- Feature: Auto styles (#260) d9e8334
- Update rollup-plugin-uglify to version 6.0.4 (#281) 65b5f87
- Update docusaurus to version 1.14.3 (#282) f2e8a6c
- Update rollup-plugin-visualizer to version 3.3.1 (#283) 05d630f
- Update @types/jest to version 24.0.24 (#284) e270bfb
- Update all of babel7 to version 7.7.7 (#285) 638bc06
- Update typescript to version 3.7.4 (#286) e23dacf
- Update eslint-plugin-jest to version 23.3.0 (#287) 0c9e134
- docs: ✏️ v4.2.0 57c1fba
v4.2.0
v4.1.1
v4.1.0
- feat: 🎸 Add ready lifecycle hook (#279) ffdf621
- Update np to version 5.2.1 (#269) 0cc9800
- Update eslint-plugin-jest to version 23.1.1 (#276) 13dda76
- Update lighterhtml to version 2.0.8 (#278) 98a8eb4
- Update rollup-plugin-typescript2 to version 0.25.3 (#272) d029045
- Update typescript to version 3.7.3 (#273) f460116
- Update rollup to version 1.27.9 (#270) 66df5cc
- Update lighterhtml to version 2.0.7 (#268) d080435
- Task: Update dependencies (#262) 6fcfee8
- Task: Update examples polyfill (#261) bae3dd4
- Task: Update dependencies (#259) d9c1c07
- Task: Add v4 docs (#257) 60cf262
v4.0.0
Biotope Element v4.0.0
⚡ 🎉 v4 has arrived 🎉 ⚡
This major release marks a huge milestone for us and the biotope-element project as it make all the full-project-rewrite worth it. Thank you to everyone who contributed - you are in our hearts and in GitHub's logs.
Shiny New Features
- +200% performance boost (most noticeable in IE11)
- -50% package size
- Zero additional dependencies needed
- Automatic type conversion
- References
- New
renderedhook - Automatic hook events
- Interpolated attributes
Breaking Changes
- The
emitAPI has changed - care! this is a silent breaking change! wirefunction removalcreatedandonPropsChangedhooks removed- Directly setting "props" is no longer possible
- Some TypeScript types
For a more comprehensive and detailed migration guide from v3, please have a look at our migration guide in this link.
If you want a full package explanation and examples, checkout the full docs here.
v4.0.0-6
- Fixed render bug for "provider-like" components (component with no shadow and no render function)
- Experiments documentation added
v4.0.0-5
v4.0.0-4
- Revamped docs!!
- Feature: Custom element events
- Some housecleaning on dependencies and typos
v4.0.0-3
- Feature: Zero dependencies when installing package
- Fix:
createStylenot re-rendering the style element on every component render - Some housecleaning on docs and published package
v4.0.0-2
- Feature: createRefCallback
- Some housecleaning on docs and dependencies