Skip to content

@morfeo/react@0.9.1

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Apr 06:31
· 196 commits to main since this release
089c567

Patch Changes

  • 1683b96: Media queries are now generated mobile-frist by default, fixed also the order of the css generated at build time to be sure that media queries are computed in he right way
  • Updated dependencies [1683b96]
    • @morfeo/hooks@0.9.1
    • @morfeo/web@0.9.1

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.9.0 (2023-04-16)

Features

  • update @morfeo/react and @morfeo/svelt to support states (ac79561)
  • version v0.8.0 (fd2fcb2)

0.8.0 (2023-01-28)

Features

  • update @morfeo/react and @morfeo/svelt to support states (ac79561)

0.7.0 (2022-05-30)

Bug Fixes

chore

Features

BREAKING CHANGES

  • @morfeo/core: breaking change the the core api:
  1. morfeo.useTheme renamed into morfeo.setCurrentTheme
  2. morfeo.getCurrent renamed into morfeo.getCurrentTheme

0.6.0 (2022-05-26)

Bug Fixes

  • removed styled-component-web package and fixed tets (7bccfc0)

Features