Skip to content

v17.0.0

Latest
Compare
Choose a tag to compare
@clevercloud-ci clevercloud-ci released this 05 Dec 17:05
f0c93eb

17.0.0 (2024-12-05)

⚠ BREAKING CHANGES

  • cc-tile-metrics: the following attributes are impacted
    • metricsLink has been renamed to metrics-link,
    • metricsState has been renamed to metrics-state,
    • grafanaLinkState has been renamed to grafana-link-state.
  • cc-addon-option-form: rename title to heading
  • cc-addon-option: rename title to heading
  • 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 the priceSystem 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 to heading (9bbc556), closes #1125
  • cc-addon-option: rename title to heading (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