Skip to content

Releases: Jarzka/stylefy

1.11.1

25 Jan 15:32
Compare
Choose a tag to compare
  • Fix compile warning

1.11.0

24 Jan 16:49
Compare
Choose a tag to compare

Same as 1.11.0-beta1, only includes minor fixes in the documentation and adds tests.

1.11.0-beta1

19 Jan 12:15
Compare
Choose a tag to compare
1.11.0-beta1 Pre-release
Pre-release
  • Implemented support for manual mode, which makes it possible to style child components with custom CSS selectors. It is recommended to use manual mode only for corner cases, i.e. when regular sub-styles cannot produce the desired end result. An example of this is a case when we want to easily change the style of a child component when the parent is being hovered. Manual mode can also be used to style 3rd party components that do not take style parameters. To avoid possible hassle, stylefy's special keywords do not work in manual mode and styles written in manual mode are scoped inside the element in which you use the style.
  • Log a warning when attempted to initialise stylefy more than once.
  • Log a warning when attempted to use an incorrect mode with spaces.
  • Fix bug: Modes were not working correctly inside feature query

1.10.1

21 Nov 14:35
Compare
Choose a tag to compare
  • Fixed compile warnings.

1.10.0

17 Oct 14:25
Compare
Choose a tag to compare

Same as 1.10.0-beta1, only adds one more example.

1.10.0 beta 1

13 Oct 05:50
Compare
Choose a tag to compare
1.10.0 beta 1 Pre-release
Pre-release
  • Improves performance especially in large applications: Previously all components were re-rendered when the "CSS in DOM" state of some stylefy style was changed. Now component is re-rendered only if the "CSS in DOM" state of a style, which is used in the component, has changed.

1.9.0

30 Sep 09:22
Compare
Choose a tag to compare
  • Adds multi-instance support.

1.9.0 Beta 1

30 Sep 09:22
Compare
Choose a tag to compare
1.9.0 Beta 1 Pre-release
Pre-release
  • Adds multi-instance support.

1.8.0

12 Sep 14:20
Compare
Choose a tag to compare

Same as 1.8.0 beta 1, only includes more tests and minor refactoring.

1.8.0 Beta 1

07 Sep 14:19
Compare
Choose a tag to compare
1.8.0 Beta 1 Pre-release
Pre-release
  • Reduces RAM & local storage usage by approximately 50% by keeping only the compiled CSS in memory, not the whole style map.
  • Makes it possible to define custom class prefix (for debugging and testing purposes)