Releases: CleverCloud/clever-components
Releases · CleverCloud/clever-components
v17.0.0
17.0.0 (2024-12-05)
⚠ BREAKING CHANGES
- cc-tile-metrics: the following attributes are impacted
metricsLink
has been renamed tometrics-link
,metricsState
has been renamed tometrics-state
,grafanaLinkState
has been renamed tografana-link-state
.
- cc-addon-option-form: rename
title
toheading
- cc-addon-option: rename
title
toheading
- cc-pricing-page: the component no longer supports hard coded change rate Prices displayed in pricing components are no longer computed based on hard coded change rate. Prices related to the selected currency come from the API priceSytem endpoint.
- cc-pricing-estimation: the component no longer supports hard coded change rate Prices displayed in pricing components are no longer computed based on hard coded change rate. Prices related to the selected currency come from the API priceSytem endpoint. This means the component now has a dedicated smart component (
cc-pricing-estimation.smart
) to fetch thepriceSystem
corresponding to the selected currency everytime it changes. - cc-pricing-product-consumption: the component no longer supports hard coded change rate Prices displayed in pricing components are no longer computed based on hard coded change rate. Prices related to the selected currency come from the API priceSytem endpoint. The component also relies on the new
state
prop for data coming from the API. - cc-pricing-product: the component no longer supports hard coded change rate Prices displayed in pricing components are no longer computed based on hard coded change rate. Prices related to the selected currency come from the API priceSytem endpoint. The component also relies on the new
state
prop for data coming from the API. - cc-pricing-header: the component no longer supports hard coded change rate Prices displayed in pricing components are no longer computed based on hard coded change rate. Prices related to the selected currency come from the API priceSytem endpoint.
🚀 Features
- cc-pricing-estimation: init smart & adapt to support priceSystem currency (a67c3bc), closes #1167
- cc-pricing-header: adapt to support priceSystem currency (dd173cb), closes #1167
- cc-pricing-page: adapt to support priceSystem currency (0d24ff5), closes #1167
- cc-pricing-product-consumption: adapt to support priceSystem currency (181feb6), closes #1167 #1176 #1109
- cc-pricing-product: adapt to support priceSystem currency (3316eb8), closes #1167 #1109 #1174 #1176
🐛 Bug Fixes
- cc-addon-backups: make
delete
&restore
overlays reponsive (a98945a), closes #1268 - cc-addon-option-form: rename
title
toheading
(9bbc556), closes #1125 - cc-addon-option: rename
title
toheading
(f0a85d3), closes #1125 - cc-block: add css rules to the
slot name="content-body"
(c7ac3e9), closes #1259 - cc-domain-management: restore loader & error message in the DNS config section (beb7f8a), closes #1261
- cc-pricing-*: restore currency symbol display inside dropdowns (89dede5), closes #1223
- cc-tile-metrics: use kebab case for all attributes (8bff968)
- smart components: allow optional
apiConfig
context params (23fb6fd), closes #1222
v16.4.0
16.4.0 (2024-11-28)
🚀 Features
- cc-domain-management: make APEX domain DNS config more explicit (e882e57), closes #1231
- cc-kv-explorer: add
refreshing
andfiltering
states (db01d63)
🐛 Bug Fixes
- cc-kv-explorer: fix key type label on unsupported types (bc59008)
- cc-kv-hash-explorer: adjust gap between elements of the add form (55735d4)
- cc-kv-hash-input: adjust gap between elements (950a2cc)
- cc-kv-list-explorer: adjust gap between elements of the add form (e60ded5)
- cc-kv-list-explorer: fix copy to clipboard button a11y name (ee692a6)
- cc-kv-list-input: adjust gap between elements (07de28e)
- cc-kv-set-explorer: adjust gap between elements of the add form (4956312)
- cc-kv-string-editor: remove padding around component (8434e2f)
v16.3.1
v16.3.0
v16.2.0
v16.1.0
16.1.0 (2024-10-22)
🚀 Features
🐛 Bug Fixes
- cc-block: remove margin bottom (1ca09d5)
- cc-domain-management: allow newly added domain to be marked as primary (68c3961), closes #1213
- cc-domain-management: revert to initial gap (993ff9f)
- cc-env-var-form: remove unnecessary link and fix typo in description text (4b2e3f7)
- cc-invoice: remove unnecessary padding (458a488)
v16.0.0
16.0.0 (2024-10-21)
⚠ BREAKING CHANGES
- cc-header-orga: the footer slot has changed
slot='footer'
: has been removedslot='footer-left'
: has been createdslot='footer-right
: has been created
- cc-addon-credentials: the properties have changed
toggleState
: property has been renamed totoggle
- cc-block: the properties have changed
noHead
: property has been deletedstate
: property has been renamed totoggle
overlay
: property has been deleted
🚀 Features
- cc-domain-management: move doc link into
cc-block
footer slot (6430b67) - cc-elasticsearch-info: move doc link into
cc-block
footer slot (ecfa136) - cc-env-var-form: move doc link into
cc-block
footer slot (2be6567) - cc-grafana-info: move doc link into
cc-block
footer slot (1f4940e) - cc-heptapod-info: move doc link into
cc-block
footer slot (cab5c7e) - cc-invoice-list: move doc link into
cc-block
footer slot (ff67820) - cc-invoice-table: support multi-currency (a7a9ec2), closes #1171
- cc-invoice: add
currency
as part of thestate
(5590257), closes #1169 - cc-jenkins-info: move doc link into
cc-block
footer slot (a23e8f7) - cc-matomo-info: move doc link into
cc-block
footer slot (20ef5fa) - cc-orga-member-list: move doc link into
cc-block
footer slot (7f4e006) - cc-ssh-key-list: move doc link into
cc-block
footer slot (841a584) - cc-tcp-redirection-form: move doc link into
cc-block
footer slot (b619304)