Releases: morfeojs/morfeo
Version 0.5.1
v0.5.0
This version will include the following updates:
@morfeo/preset-default
: updates tocolors
,shadows
andborders
@morfeo/hooks
: new hookuseCurrentTheme
(documentation here)@morfeo/core
: breaking change the the core api:morfeo.useTheme
renamed intomorfeo.setCurrentTheme
morfeo.getCurrent
renamed intomorfeo.getCurrentTheme
Morfeo version 0.4.2
Full Changelog: VLK-STUDIO/morfeo@v0.4.1...v0.4.2
Morfeo version 0.4.1
Fixes the reference to commonjs
inside @morfeo/react
, @morfeo/hooks
and @morfeo/devtool
What's Changed
- Release/v0.4.0 by @mauroerta in https://github.com/VLK-STUDIO/morfeo/pull/127
Full Changelog: VLK-STUDIO/morfeo@v0.4.0...v0.4.1
Morfeo version 0.4.0
Versioning of Morfeo packages 0.4.0
this new version introduce:
- updates and fixes on
@morfeo/preset-default
such as: 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
andbefore
fixed
- handling of pseduo elements
- new component
MorfeoComponent
exposed by@morfeo/react
(#125 )
What's Changed
- chore: v0.3.2 by @mauroerta in https://github.com/VLK-STUDIO/morfeo/pull/108
- Feat/109 by @andreaSimonePorceddu in https://github.com/VLK-STUDIO/morfeo/pull/110
- feat: preset-default improvements by @andreaSimonePorceddu in https://github.com/VLK-STUDIO/morfeo/pull/112
- fix: Closes #113 by @mauroerta in https://github.com/VLK-STUDIO/morfeo/pull/114
- fix: augmentation of preset default and web sandbox react types by @mauroerta in https://github.com/VLK-STUDIO/morfeo/pull/115
- fix: #116 extends components from theme by @mauroerta in https://github.com/VLK-STUDIO/morfeo/pull/117
- Fix/spec web props by @andreaSimonePorceddu in https://github.com/VLK-STUDIO/morfeo/pull/118
- Feat/119 by @andreaSimonePorceddu in https://github.com/VLK-STUDIO/morfeo/pull/120
- fix: fixed types of web sandbox components by @mauroerta in https://github.com/VLK-STUDIO/morfeo/pull/121
- Feature/devtool hide feature by @mauroerta in https://github.com/VLK-STUDIO/morfeo/pull/122
- feat: web extension version upgraded by @mauroerta in https://github.com/VLK-STUDIO/morfeo/pull/123
- feat(preset-default): added components to preset default by @mauroerta in https://github.com/VLK-STUDIO/morfeo/pull/124
- feat(react): Closes #125 by @mauroerta in https://github.com/VLK-STUDIO/morfeo/pull/126
Full Changelog: VLK-STUDIO/morfeo@v0.3.2...v0.4.0
Morfeo version 0.3.2
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
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
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
🎉 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
- added new alias for
borderRadius
calledcorner
- documentation improvements