Skip to content

v0.25.0

Compare
Choose a tag to compare
@marcolarosa marcolarosa released this 02 Mar 04:23
· 554 commits to master since this release

A big bugfix release this is mostly focused on adding storybooks for primitives and making sure all the primitives work as expected. Lots of bugs were found and resolved along the way.

This release also adds some features:

  • if a context is defined in the profile then context editor will be disabled regardless of what the property is set to. The logic is that if the profile author has taken the time to write a valid context for their profile then the user should just use it. Read more about this @ https://github.com/describo/profiles/blob/master/profile-docs/contexts.md
  • navigation events are now emitted to the calling app and a config property enableInternalRouting has been added to turn off internal nav. It's also disabled by default if vue router isn't available.