Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 6, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@hydrofoil/[email protected]

Minor Changes

  • a20d9c6: Fixed typo in exported type (MiminalEnvironment => MinimalEnvironment)

Patch Changes

  • 15934de: Fixes setting shapes from dataset
  • 27e95ea: Native components: xsd:decimal would not accept decimal point as a valid input.
  • 7d2153f: Improved state management by separating the state of each element instance
  • 0087e5c: configure is now async and required to register the element
  • 7467131: When no shape is selected and only one sh:NodeShape exists in graph, that shape will be used

@hydrofoil/[email protected]

Minor Changes

  • 7d2153f: Removed the window.Shaperone.DEBUG flag in favor of component debug property

  • 0087e5c: configure is now async and required to register the element

  • 7d2153f: Big change how elements are configured. Global config can be set using the configure.js module.

    import { configure } from "@hydrofoil/shaperone-wc";
    
    await configure(({ components, editors, renderer, validation }) => {});

    Additionally, each component can be customised further by providing calling configure method of the component.

    <shaperone-form></shaperone-form>
    
    <script type="module">
      import { configure } from "@hydrofoil/shaperone-wc";
    
      // global configuration must always be invoked
      configure();
    
      document
        .querySelector("shaperone-form")
        .configure(({ components, editors, renderer, validation }) => {});
    </script>
  • d8c3b9c: Fixes an issue that the form would not render when the node was <> (empty string URI)

Patch Changes

  • f204d55: Updated lit to v3
  • afb2beb: Replace directive spread with one from @open-wc/lit-helpers
  • 27e95ea: Native components: xsd:decimal would not accept decimal point as a valid input.
  • 7c0401f: Native templates: The ability to add and remove property values
  • 7d2153f: Improved state management by separating the state of each element instance
  • Updated dependencies [a20d9c6]
  • Updated dependencies [15934de]
  • Updated dependencies [27e95ea]
  • Updated dependencies [7d2153f]
  • Updated dependencies [0087e5c]
  • Updated dependencies [7467131]

@hydrofoil/[email protected]

Patch Changes

@hydrofoil/[email protected]

Patch Changes

@hydrofoil/[email protected]

Patch Changes

@hydrofoil/[email protected]

Patch Changes

@hydrofoil/[email protected]

Patch Changes

@hydrofoil/[email protected]

Patch Changes

[email protected]

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/master branch 2 times, most recently from d4633af to 485d958 Compare December 6, 2024 11:19
@github-actions github-actions bot force-pushed the changeset-release/master branch from 485d958 to dcad82c Compare December 13, 2024 12:43
@github-actions github-actions bot force-pushed the changeset-release/master branch from dcad82c to 36c8767 Compare January 15, 2025 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants