You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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