Skip to content

Releases: manifoldco/ui

Remove shadow dom from data components

16 Jul 15:29
ec17c39
Compare
Choose a tag to compare

CHANGED

  • Changed the deprovision and rename button to not include a shadow dom root, they can now be styled from external stylesheets.

Bug fix with typescript and `connection`

15 Jul 19:34
d2f24b0
Compare
Choose a tag to compare

Changed

  • Made all the internal attributes optional on the components to make sure TypeScript does not complain.

Change from resource-name to resource-label

15 Jul 15:09
b87e2f3
Compare
Choose a tag to compare

BREAKING CHANGE

If you were using any of the resource components before this release, please update all reference to the resource-name attribute to the resource-label attribute.

Deprecated

  • Deprecated the resource-name attribute in all the resource components for resource-label as to be more consistent with the other components and our other codebases.

Changed

  • Changed how the manifold-service-card works to have it fetch the product unless given. This allows it to be used standalone or in the marketplace.

Final wave of resource components

12 Jul 18:36
be87e94
Compare
Choose a tag to compare

Now using Keep a Changelog format 🎉

Added

  • New manifold-resource-product and manifold-resource-plan component to load a resource's product and plan card.
  • New manifold-data-deprovision-button component that allows to deprovision a resource.
  • New manifold-data-rename-button component that allows to rename a resource.
  • New manifold-credentials component that allows to see a resource's credentials without needing to be in a resource-container.
  • New manifold-mock-resource component that allows to mock a resource-container with a fake resource.

Changed

  • Changed the input from the manifold-data-provision-button to remove the input make it a pure button.
  • Changed the manifold-resource-status component to now display in two different sizes.
  • Changed the manifold-resource-credentials component to use the standalone manifold-credentials component.

Use the LTS node version

09 Jul 15:40
9863da8
Compare
Choose a tag to compare

🦍 Major changes

Change the base version for UI to the LTS version, currently 10.16.0

🐣 Minor changes

Change the provision button to not include an input.

Add a `has-resource` component

08 Jul 14:54
8b6b350
Compare
Choose a tag to compare

🦍 Major changes

Add a new has recourse component that checks if a user has resources on their accounts and will render specific component depending on that check.

Second wave of new components for platforms

05 Jul 17:50
f0f150b
Compare
Choose a tag to compare

🦍 Major changes

Add a new resource card component for displaying a resource's status.
Add a new resource list component that has opinionated visuals.

Add new components for platforms

04 Jul 14:43
47e91bb
Compare
Choose a tag to compare

🦍 Major changes

  • Add a new plan details component
  • Add a new auth component to provide an auth token

🐣 Minor changes

  • Add a hide-search attribute on the manifold-marketplace component to hide the search bar

TypeScript attribute fix

19 Jun 16:43
Compare
Choose a tag to compare

🐛 Bugfixes

  • TypeScript marked some attributes as required even when they weren’t. This has been fixed.

Stencil v1 Release 🎉

13 Jun 22:32
Compare
Choose a tag to compare

🦍 Major changes

  • Updates to Stencil v1 (the way to integrate is now reflected in the latest README and docs)

🐣 Minor changes

  • QoL and TypeScript improvements.
  • Increased stability for components