Releases: Festify/fit-html
Release v0.4.0 Beta
This release contains the update to lit-html 0.8 and some typing improvements. Should be mostly API-compatible. Version was bumped mainly because lit-html bumped its version as well.
Release v0.3.9 Beta
:bug: Ensure shadow root is created only once
Release v0.3.8 Beta
:sparkles: Introduce mapStateToProps factory functionality
Release v0.3.7 Beta
:zap: Improve rendering performance This makes a shallow comparison between the previous and the current props to avoid rendering, if possible.
Release v0.3.5 Beta
:bug: Reduce attribute handling complexity
Release v0.3.1 Beta
:bug: Fix invalid TS typings for typed dispatch props
Release v0.3.0 Beta
This release enables the Redux mapDispatchToProps object optimization.
Release v0.2.0 Beta
This release improves TypeScript safety for 💪-elements when used in combination with the withProps
-mixin. Since this release adds additional typing guards (-> enforces stricter typings), it is breaking and thus semver has been bumped.
Release v0.1.3 Beta
This release fixes an issue with npm releasing prerelease versions even though we didn't want them to be prereleases.
Release 0.1.2 Beta
Improves the FitElement
interface which was missing lifecycle callbacks that were used, but could not be extended via Typescript, because they were missing from the interface.