@clevercloud/components
Advanced tools
Changelog
11.0.0 (2023-07-18)
name
property. Make sure you filter out unwanted features using the addonFeatures
(smart component usage) or productFeatures
prop (directly set on the cc-pricing-product
component). See the related issue for more info.price
in the options
property is no more needed on components:
error
property from an enum to a boolean.icon
property is now image
. It still requires a URL.icon
property now requires an icon object instead of a URL. If you want to pass a URL nevertheless, use the new image
property instead.icon-alt
property is now icon-accessible-name
.icon-src
property is now icon
and requires an icon object instead of a URL.IconModel
interface should be imported from src/components/common.types.d.ts
file and not src/components/cc-icon/cc-icon.types.d.ts
file anymore.cc-pricing-page
component a lot more. For instance, the cc-pricing-header
can now be positioned wherever one wants within the cc-pricing-page
because everything is slotted within the cc-pricing-page
. The smart cc-pricing-page
smart component was mainly interacting with cc-pricing-header
data (fetching zones
). This is why we removed the cc-pricing-page.smart
part and added a cc-pricing-header.smart
.cc-pricing-table
component has been merged into the cc-pricing-product
component.cc-pricing-table
sub-component to do so.cc-pricing-table
component and stories into cc-pricing-product
.cc-icon
(0097bed)icon
property to image
(1d0655a)cc-icon
(629806c)cc-icon
(14e6c28)cc-addon-option
icon property (fc76583)icon
property to receive an IconModel (b72e0b5)iconAlt
property to iconAccessibleName
(eb4494b)cc-icon
instead of cc-img
(b48032d)cc-icon
(4f06188)icon
property to image
and add icon
property to receive an IconModel (51e9bf9)cc-icon
(12828bb)cc-icon
(8619af3)cc-icon
(205265d)cc-icon
(285af26)cc-icon
(3863243)cc-icon
(eb3980a)cc-icon
(a26c6c2)cc-icon
(158c19e)cc-icon
(2296126)cc-icon
(e5d4b44)cc-icon
(3cebef0)cc-icon
(489e35d)cc-icon
(fac4c73)cc-icon
(8951bdf)cc-icon
(ec31ed4)cc-icon
(ec67cf3)cc-icon
(8450410)cc-icon
(73e98d6)cc-icon
(44a26b7)cc-icon
(29c03d9)cc-icon
(3386f32)cc-flex-gap
(64ab365)--cc-border-radius-default
and use it when relevant (a9f344a)--cc-border-radius-small
and use it when relevant (c321b79)--cc-color-border-neutral-disabled
and use it when relevant (3034296)--cc-color-border-neutral-focused
and use it when relevant (593fe51)--cc-color-border-neutral-hovered
and use it when relevant (8445e1b)--cc-color-border-neutral-strong
and use it when relevant (03aed66)--cc-color-border-neutral-weak
and use it when relevant (07fa2a6)--cc-color-border-neutral
and use it when relevant (8021678)cc-icon
in circle mode and loading state (95d4187)--cc-color-bg-neutral-readonly
when relevant (22bbc9c), closes #511<template>
inside unsafeHTML
expression (92b20ec), closes #784IconModel
interface to common.types.d.ts
(89a6409)Changelog
7.13.1 (2023-06-23)
⚠️ Caution:
The goal of this release is to fix issues with the version 7.12 of the pricing
components for our Website (see #791 #787 #781).
Changes described below are specific to this version.
They are not part of versions between 8.0.0
and 11.0.0
.
If you need to use the pricing
components, please update to a version >= 11.0.0
of our components that contains a rework of these components.
<cc-pricing-header>
: make sure the initial value of the zones dropdown is set after loading the zones.Changelog
7.13.0 (2023-06-23)
⚠️ Caution:
The goal of this release is to fix issues with the version 7.12 of the pricing
components for our Website (see #787 #781).
Changes described below are specific to this version.
They are not part of versions between 8.0.0
and 11.0.0
.
If you need to use the pricing
components, please update to a version >= 11.0.0
of our components that contains a rework of these components.
Shoelace
dependency from 2.0.0-beta.47
to 2.5.0
to fix an issue with Chrome > 114.<cc-pricing-table>
: make it possible to add custom features. Stop filtering out features that have no registered translation.Changelog
10.2.0 (2022-12-01)