Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 17.0.0 #1264

Conversation

clevercloud-ci
Copy link
Collaborator

@clevercloud-ci clevercloud-ci commented Dec 3, 2024

🤖 I have created a release beep boop

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

This PR was generated with Release Please. See documentation.

@clevercloud-ci clevercloud-ci force-pushed the release-please--branches--master--components--components branch 3 times, most recently from c3058e5 to 3d7c147 Compare December 5, 2024 15:34
@clevercloud-ci clevercloud-ci changed the title chore(master): release 16.4.1 chore(master): release 17.0.0 Dec 5, 2024
@clevercloud-ci clevercloud-ci force-pushed the release-please--branches--master--components--components branch from 3d7c147 to 3d2398e Compare December 5, 2024 15:51
@clevercloud-ci clevercloud-ci force-pushed the release-please--branches--master--components--components branch from 3d2398e to 42fa3a5 Compare December 5, 2024 16:38
@florian-sanders-cc florian-sanders-cc merged commit f0c93eb into master Dec 5, 2024
4 checks passed
@florian-sanders-cc florian-sanders-cc deleted the release-please--branches--master--components--components branch December 5, 2024 17:05
@clevercloud-ci
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment