Skip to content

Releases: describo/crate-builder-component

v0.25.3

06 Mar 03:07
Compare
Choose a tag to compare

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

02 Mar 22:18
Compare
Choose a tag to compare

Emit internal describoId and entity @id in the navigation event.

v0.25.1

02 Mar 22:17
Compare
Choose a tag to compare

Map navigation event and enableInternalRouting config to web component. Bugfix navigation emitting so it always happens.

v0.25.0

02 Mar 04:23
Compare
Choose a tag to compare

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

28 Feb 00:36
Compare
Choose a tag to compare

Ensure every entity has @type defined and display any errors on screen.