Skip to content

Releases: morfeojs/morfeo

Version 0.5.1

30 Apr 15:23
Compare
Choose a tag to compare

The main update of this version is the "Predictable class name" feature that has been introduced with this PR referring the issue #131.

v0.5.0

13 Feb 21:32
Compare
Choose a tag to compare

This version will include the following updates:

  • @morfeo/preset-default: updates to colors, shadows and borders
  • @morfeo/hooks: new hook useCurrentTheme (documentation here)
  • @morfeo/core: breaking change the the core api:
    1. morfeo.useTheme renamed into morfeo.setCurrentTheme
    2. morfeo.getCurrent renamed into morfeo.getCurrentTheme

Morfeo version 0.4.2

18 Nov 23:05
Compare
Choose a tag to compare

Morfeo version 0.4.1

18 Nov 22:15
Compare
Choose a tag to compare

Fixes the reference to commonjs inside @morfeo/react, @morfeo/hooks and @morfeo/devtool

What's Changed

Full Changelog: VLK-STUDIO/morfeo@v0.4.0...v0.4.1

Morfeo version 0.4.0

18 Nov 21:58
Compare
Choose a tag to compare

Versioning of Morfeo packages 0.4.0

this new version introduce:

  • updates and fixes on @morfeo/preset-default such as:
    • typing fix
    • slices updated (#111, #109)
    • components preset added (#119 )
  • MorfeoStyleSheetRegistry exposed by @morfeo/jss
  • fixes to @morfeo/core:
    • resolution of componentName / variant inside other component fixed (#116)
  • fixes to @morfeo/web:
    • handling of pseduo elements after and before fixed
  • new component MorfeoComponent exposed by @morfeo/react (#125 )

What's Changed

Full Changelog: VLK-STUDIO/morfeo@v0.3.2...v0.4.0

Morfeo version 0.3.2

04 Nov 13:25
Compare
Choose a tag to compare

This release is made to test the fix to the publish workflow and test the publish on github packages.
No improvements or bugfixes.

Morfeo version 0.3.1

04 Nov 12:28
Compare
Choose a tag to compare

This release includes bug fixes and documentation improvements, in particular:

  • border parser fixed inside @morfeo/core package
  • missing dependency added to @morfeo/cli

Morfeo version 0.3.0

30 Oct 17:41
Compare
Choose a tag to compare

This new version introduce improvements and enhancements to all the Morfeo eco-system, in particular:

  • @morfeo/dev-tools packages has been completely rewritten [breaking change]
  • Improvements to @morfeo/react and @morfeo/hooks
  • fixes and improvements to @morfeo/preset-default
  • fixes and support to multi-theme ans SSR to @morfeo/fonts

Since the version 0.2.0 Morfeo website has a completely new look and a new logo, check it out here.
A new version of the web extension has been published, check it out here

v0.2.0

08 Aug 08:15
cfd3e94
Compare
Choose a tag to compare

🎉 Introducing CLI and Preset 🎉

Today we are going to release 2 new features:

  • a CLI that generates static CSS based on the theme
  • a theme preset to easily start using morfeo in 30 seconds (Many thanks to Andrea who made it possible)

CLI

We are so happy to announce this new tool because it was one of the first feature we wanted to implement for morfeo!
You can find more info about it here in the docs.

Theme preset

In this pull-request, based on this issue my friend and colleague Andrea introduces a new packages called @morfeo/preset-default, this package contains 2 complete themes, one dark and one light, to easily start using morfeo without create a whole complete theme your own.

Checkout more info about the preset here.

Work with us

More features are coming soon, we are close to finish the version 1 of morfeo, with your help we can go even faster!

If you want to help us improve morfeo, be sure you've read the contributing file.
There are a lot of ways you can help us to improve morfeo and grow as a community, for example:

  • Improve documentation
  • Add new functionalities
  • Fix a bug
  • Write an article about morfeo
  • Give us a feedback

If you're a developer and you want to contribute PRs are welcome!!
If you're not a developer or you don't want to contribute in this way, it could be extremely useful to know your thoughts about morfeo,
how we can improve the library, or just some feedback. For this kind of contribution, we will always be available in the slack channel.

morfeo version 0.1.8

19 Jul 15:53
bb8030a
Compare
Choose a tag to compare
  • added new alias for borderRadius called corner
  • documentation improvements