Releases: KiranMantha/plumejs
Releases · KiranMantha/plumejs
v4.2.1
What's Changed
- added provision to read data-input when component is getting rendered in html by @KiranMantha in #50
Full Changelog: v4.2.0...v4.2.1
v4.2.0
v4.1.9
What's Changed
- Dev branch by @KiranMantha in #45
- Fixed an issue in displaying boolean values in UI forcing dev to use
.toString()to display properly.
Before fix:
return html`<p>0.toString()</p>`
After fix:
return html`<p>0</p>`
Full Changelog: v4.1.8...v4.1.9
v4.1.8
What's Changed
- Added provision for key attribute and reduced bundle size with vite by @KiranMantha in #43
- reverted eslint version back to 8.56.0 by @KiranMantha in #44
Full Changelog: v4.1.7...v4.1.8
v4.1.7
What's Changed
- updated html engine by @KiranMantha in #41
- added a small fix in setting input and textarea values by @KiranMantha in #42
Full Changelog: v4.1.6...v4.1.7
v4.1.6
What's Changed
- added provision for bulk attribute set operation through helper function by @KiranMantha in #40
Full Changelog: v4.1.5...v4.1.6
v4.1.5
What's Changed
- refactor the way of implementing / consuming a signal in component by @KiranMantha in #39
Full Changelog: v4.1.4...v4.1.5
v4.1.4
What's Changed
- refactored exports structure in package.json by @KiranMantha in #38
Full Changelog: v4.1.3...v4.1.4
This facilitates to develop microfrontends using PlumeJS wether it is a webpack / vite based template.
What's new in v4.1.3
What's Changed
- added support for css dynamic imports and improved css encapsulation by @KiranMantha in #36
- added new boolean option shadowDomEncapsulation to adopt native shadowdom or emulation by @KiranMantha in #37
Full Changelog: v4.1.2...v4.1.3
What's new in v4.1.2
The patch upgrade contains more strongly typed entites within framework.