Releases: manifoldco/ui
Releases · manifoldco/ui
Resource details, skeleton UI, performance improvements
🦍 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!
🦍 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
🐥Minor Changes
- New UI for template cards
- Added
products
andincludes
props tomanifold-marketplace
- Added
manifold-toast
custom element - Documentation updates
Hide CTA attribute for product
🐣 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
🐥 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
🚨Breaking changes
- Renames
service-link
tolink-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
🐛 Bugfixes
- Adds fallback gradient behind product logo for
<manifold-product>
.
Data components & responsive fixes
🚨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
🚨 Breaking changes
- Changes
product-id
toproduct-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