Skip to content

Releases: Festify/fit-html

Release v0.4.0 Beta

13 Jan 15:16
Compare
Choose a tag to compare
Release v0.4.0 Beta Pre-release
Pre-release

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

28 Dec 12:57
Compare
Choose a tag to compare
Release v0.3.9 Beta Pre-release
Pre-release
:bug: Ensure shadow root is created only once

Release v0.3.8 Beta

28 Dec 03:01
Compare
Choose a tag to compare
Release v0.3.8 Beta Pre-release
Pre-release
:sparkles: Introduce mapStateToProps factory functionality

Release v0.3.7 Beta

28 Dec 02:27
Compare
Choose a tag to compare
Release v0.3.7 Beta Pre-release
Pre-release
: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

27 Dec 21:29
Compare
Choose a tag to compare
Release v0.3.5 Beta Pre-release
Pre-release
:bug: Reduce attribute handling complexity

Release v0.3.1 Beta

26 Dec 20:58
Compare
Choose a tag to compare
Release v0.3.1 Beta Pre-release
Pre-release
:bug: Fix invalid TS typings for typed dispatch props

Release v0.3.0 Beta

24 Dec 13:51
Compare
Choose a tag to compare
Release v0.3.0 Beta Pre-release
Pre-release

This release enables the Redux mapDispatchToProps object optimization.

Release v0.2.0 Beta

19 Nov 18:24
Compare
Choose a tag to compare
Release v0.2.0 Beta Pre-release
Pre-release

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

14 Nov 20:01
Compare
Choose a tag to compare
Release v0.1.3 Beta Pre-release
Pre-release

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

14 Nov 19:37
Compare
Choose a tag to compare
Release 0.1.2 Beta Pre-release
Pre-release

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.