Skip to content

Releases: manifoldco/ui

Resource details, skeleton UI, performance improvements

29 Apr 23:09
6390768
Compare
Choose a tag to compare

🦍 Major changes

  • Resource details
  • Credential access for resources

🐣 Minor changes

  • Skeleton UI for animated loading states

🐛 Bugfixes

  • Fixed stale data persistent in React from updates

🚀 Provision Button Ahoy!

25 Apr 01:11
6b76ae4
Compare
Choose a tag to compare

🦍 Major changes

  • Adds <manifold-provision-button> for provisioning resources

🐣 Minor changes

  • Allows you to sort regions in the plan selector
  • Improves plan pricing display, especially on metered plans

New templates UI, catalog curation, manifold-toast

22 Apr 21:00
936c5d0
Compare
Choose a tag to compare

🐥Minor Changes

  • New UI for template cards
  • Added products and includes props to manifold-marketplace
  • Added manifold-toast custom element
  • Documentation updates

Hide CTA attribute for product

21 Apr 00:18
420751c
Compare
Choose a tag to compare

🐣 Minor changes

  • Adds hide-cta attribute for <manifold-product> in case you don’t need a CTA for… the page you’re currently on or something.

Bye bye enums, hello numpad

19 Apr 19:30
824a01f
Compare
Choose a tag to compare

🐥 Minor changes

  • Changes TypeScript enum to string unions for easier consumption
  • Adds docs for importing types into a TypeScript project

🐛 Bugfixes

  • The numpad input wasn’t appearing on iOS for number inputs. This is now fixed.

CTA link control

18 Apr 21:33
0b8d457
Compare
Choose a tag to compare

🚨Breaking changes

  • Renames service-link to link-format, but now the same attribute is used for 3 components instead of having to remember 3 different names.

🦍 Major changes

  • Adds the option to listen to JS events or use <a> tags for <manifold-product> & <manifold-plan-selector>

🐥 Minor changes

  • Adds more provider gradients

Product gradients

18 Apr 18:35
c4e5aec
Compare
Choose a tag to compare

🐛 Bugfixes

  • Adds fallback gradient behind product logo for <manifold-product>.

Data components & responsive fixes

18 Apr 17:23
1130b26
Compare
Choose a tag to compare

🚨Breaking changes

  • Fixes import path to maintain parity with Stencil again (accidentally diverged for a couple releases).

🦍 Major changes

  • Adds 2 data components: <manifold-data-product-name> and <manifold-data-product-logo>
  • Adds missing docs for <manifold-connection>—which is pretty important!

🐣 Minor changes

  • Improves <manifold-marketplace> image lazyloading with a nice animation
  • Improves mobile styling for docs
  • Adds missing prop descriptions for components

🐛 Bugfixes

  • Fixes <manifold-product> from taking too much vertical width
  • Restores some broken styling on <manifold-product> (some broken gradients & colors)
  • Fixes the import paths to maintain parity with Stencil
  • Fixes missing README from npm distro

Product Label

12 Apr 20:16
1fc8a66
Compare
Choose a tag to compare

🚨 Breaking changes

  • Changes product-id to product-label for <manifold-plan-selector>. It’s much more user-friendly, but will break setups trying to query by ID

🐣 Minor changes

  • Further improves linting setup with custom rule

🐛 Bugfixes

  • Fixes errors in <manifold-plan-selector> while waiting for data to load

v0.0.8

10 Apr 21:37
b654b78
Compare
Choose a tag to compare

🐣 Minor changes

  • Addition of hide-provisioning-button attribute for <manifold-plan-selector>
  • Styling improvements