Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clevercloud/components

Package Overview
Dependencies
Maintainers
0
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clevercloud/components - npm Package Versions

23
18

17.0.0

Diff

Changelog

Source

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
clevercloud-ci
published 16.4.0 •

Changelog

Source

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 and filtering 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)
clevercloud-ci
published 16.3.1 •

Changelog

Source

16.3.1 (2024-11-15)

🐛 Bug Fixes

  • cc-kv-explorer: wrong gap between buttons in hash, list and set explorers (038a5da), closes #1236
clevercloud-ci
published 16.3.0 •

Changelog

Source

16.3.0 (2024-11-15)

🚀 Features

  • cc-kv-explorer: init component (d6e3ee7), closes #1177
  • LostFocusController: add an additional waiter (327b180), closes #1155

🐛 Bug Fixes

  • cc-input-text: fix Ctrl+Enter keystroke when in multi mode on Chrome (5be2bcd), closes #861
  • cc-toast: replace hard coded border radius with --cc-border-radius-default (c3ae6bb), closes #1232
  • fix visually-hidden style to prevent a strange bug in Chrome (e05e85c), closes #1200
clevercloud-ci
published 16.2.0 •

Changelog

Source

16.2.0 (2024-10-30)

🚀 Features

  • cc-zone-picker: add disabled and readonly modes (a17dfd1)

🐛 Bug Fixes

  • cc-block: improve alignment in footer (0a7e3ae)
  • cc-header-addon: improve zone alignment in footer (d875d57)
  • cc-header-app: improve zone alignment in footer (8c72d23)
  • cc-zone: improve alignment (5b42c3d), closes #1226
clevercloud-ci
published 16.1.0 •

Changelog

Source

16.1.0 (2024-10-22)

🚀 Features

  • cc-domain-management: remove spacing between domain and path (b5498f3), closes #1204

🐛 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)
clevercloud-ci
published 16.0.0 •

Changelog

Source

16.0.0 (2024-10-21)

⚠ BREAKING CHANGES

  • cc-header-orga: the footer slot has changed
    • slot='footer': has been removed
    • slot='footer-left': has been created
    • slot='footer-right: has been created
  • cc-addon-credentials: the properties have changed
    • toggleState: property has been renamed to toggle
  • cc-block: the properties have changed
    • noHead: property has been deleted
    • state: property has been renamed to toggle
    • 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 the state (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)

🛠 Code Refactoring

  • cc-addon-credentials: adapt component with the new cc-block (2e39c47)
  • cc-block: rework component and introduce slot stack (7bb3425), closes #225
  • cc-header-orga: adapt component with the new cc-block (9107721)
clevercloud-ci
published 15.3.0 •

Changelog

Source

15.3.0 (2024-10-09)

🚀 Features

  • cc-zone-card: init component (ca935db)
  • cc-zone-picker: init component (07517d6)
clevercloud-ci
published 15.2.2 •

Changelog

Source

15.2.2 (2024-10-07)

🐛 Bug Fixes

  • cc-domain-management: update cleverapps docs link (f2b44ac), closes #1173
  • cem-types-plugin: ignore non relative path imports (bbe2c02)
  • storybook: update storybook config (b4eea78)
clevercloud-ci
published 15.2.1 •

Changelog

Source

15.2.1 (2024-08-07)

🐛 Bug Fixes

  • cc-domain-management: fix typo & improve texts (5132105)
23
18
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc