Releases: describo/crate-builder-component
Releases · describo/crate-builder-component
v0.25.3
Bugfix release. Outside of development it doesn't seem possible to import the validation strategy from the validate iri package so the code has been simplified to just import the validate function and let it use the default config, which is to perform strict validation.
v0.25.2
Emit internal describoId and entity @id
in the navigation event.
v0.25.1
Map navigation event and enableInternalRouting
config to web component. Bugfix navigation emitting so it always happens.
v0.25.0
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.
v0.24.2
Ensure every entity has @type
defined and display any errors on screen.