Skip to content

Releases: CleverCloud/clever-components

v14.1.1

21 Jun 08:50
58b82ff

Choose a tag to compare

14.1.1 (2024-06-21)

🐛 Bug Fixes

  • cc-tile-metrics: use memMetrics to populate lastMemValue (f18cd50), closes #1092

v14.1.0

20 Jun 09:28
51d5a75

Choose a tag to compare

14.1.0 (2024-06-19)

🚀 Features

  • cc-logs-application-view: dispatch event when date range selection changes (04c376c)
  • cc-logs-application-view: enhance filtering (eaa96cf), closes #1073 #1014
  • cc-logs-application-view: init from a date range selection passed into the smart context (9cdeb1f), closes #1075

🐛 Bug Fixes

  • cc-logs-instances: make sure deploying instances grid layout is never broken (eddeac7), closes #1070

v14.0.1

17 Jun 15:30
f08bfde

Choose a tag to compare

14.0.1 (2024-06-17)

🐛 Bug Fixes

  • cc-header-orga: center enterprise icons vertically (0fc4a8a), closes #1084
  • cc-tile-status-codes.smart: pass warpConfig instead of apiConfig (bdd02cd), closes #1085

v14.0.0

13 Jun 15:26
7ca1699

Choose a tag to compare

14.0.0 (2024-06-12)

⚠ BREAKING CHANGES

  • cc-addon-credentials: The addonType value for Materia KV is now materia-kv instead of materiadb-kv
  • cc-pricing-header: the properties have changed
    • zones: property has been renamed to state
    • zones.state: property has been renamed to type
  • cc-header-addon: the properties have changed
    • state: new property containing the whole state
    • addon: property has been deleted as it is now part of the state
    • version: property has been deleted as it is now part of the state
    • zone: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
  • cc-header-app: the properties have changed
    • state: new property containing the whole state of the component
      • app: property has been deleted as it is now part of the state property
      • status: property has been deleted as it is now part of the state property
      • running-commit: property has been deleted as it is now part of the
        state property
      • starting-commit: property has been deleted as it is now part of the
        state property
      • zone: property has been deleted as it is now part of the
        state property
      • error: property has been deleted as it is now part of the state property
  • cc-zone-input: the properties have changed
    • state: new property containing the whole state
    • zones: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
  • cc-zone: the properties have changed
    • state: new property containing the whole state
    • zone: property has been deleted as it is now part of the state
  • cc-invoice-table: the properties have changed
    • state: new property containing the whole state
    • invoices: property has been deleted as it is now part of the state
  • cc-addon-admin: the properties have changed
    • state: new property containing the whole state
    • addon: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
    • saving: property has been deleted as it is now part of the state
  • cc-doc-list: the properties have changed
    • state: new property containing the whole state
    • docs: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
  • cc-doc-card: the properties have changed
    • state: new property containing the whole state
    • description: property has been deleted as it is now part of the state
    • heading: property has been deleted as it is now part of the state
    • icons: property has been deleted as it is now part of the state
    • link: property has been deleted as it is now part of the state
  • cc-tile-scalability: the properties have changed
    • state: new property containing the whole state
    • scalability: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
  • cc-header-orga: the properties have changed
    • The orga component property has been renamed to state
      • The orga.state state property has been renamed to state.type
  • cc-addon-features: the properties have changed
    • state: new property containing the whole state
    • features: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
  • cc-addon-backups: the properties have changed
    • state: new property containing the whole state
    • backups: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
  • cc-heptapod-info: the properties have changed
    • state: new property containing the whole state
    • statistics: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
  • cc-elasticsearch-info: the properties have changed
    • state: new property containing the whole state
    • error: property has been deleted as it is now part of the state
    • links: property has been deleted as it is now part of the state
  • cc-matomo-info: the properties have changed
    • state: new property containing the whole state
    • matomoLink: property has been deleted as it is now part of the state as matomoUrl
    • mysqlLink: property has been deleted as it is now part of the state as mysqlUrl
    • phpLink: property has been deleted as it is now part of the state as phpUrl
    • redisLink: property has been deleted as it is now part of the state as redisUrl
    • error: property has been deleted as it is now part of the state
  • cc-tcp-redirection-form: the properties have changed
    • The redirections component property has been renamed to state
      • The redirections.state state property has been renamed to state.type
      • The redirections.value state property has been renamed to state.redirections
  • cc-tcp-redirection: the properties have changed
    • The redirection component property has been renamed to state
      • The redirection.state state property has been renamed to state.type
  • cc-article-card: the properties have changed
    • state: new property containing the whole state
    • title: property has been deleted as it is now part of the state
    • description: property has been deleted as it is now part of the state
    • banner: property has been deleted as it is now part of the state
    • date: property has been deleted as it is now part of the state
    • link: property has been deleted as it is now part of the state
  • cc-tile-requests: the properties have changed
    • state: new property containing the whole state
    • error: property has been deleted as it is now part of the state
    • data: property has been deleted as it is now part of the state
  • cc-tile-metrics: the properties have changed
    • metrics: property has been renamed to state
    • metrics.state: property has been renamed to type
    • grafanaLink: property has been replaced by an object property named grafanaLinkState

🐛 Bug Fixes

  • cc-addon-credentials: change addonType value for Materia KV (3ab0d56), closes #1068

🛠 Code Refactoring

  • cc-addon-admin: rework properties to avoid impossible states (954ebd2)
  • cc-addon-backups: rework properties to avoid impossible st… (ea9c40f)
  • cc-addon-features: rework properties to avoid impossible states (89f1a4f)
  • cc-article-card: rework properties to avoid impossible states (675d1ca)
  • cc-doc-card: rework properties to avoid impossible states (b4d4f87)
  • cc-doc-list: rework properties to avoid impossible states (1ef23ee)
  • cc-elasticsearch-info: rework properties to avoid impossible states (26fde7d)
  • cc-header-addon: rework properties to avoid impossible states (ceea4ab)
  • cc-header-app: rework properties to avoid impossible states (721bf45)
  • cc-header-orga: rework properties to avoid impossible states (fd2b737)
  • cc-heptapod-info: rework properties to avoid impossible states (654dbba)
  • cc-invoice-table: rework properties to avoid impossible states (1f7ee73)
  • cc-matomo-info: rework properties to avoid impossible states (cbfc1f7)
  • cc-pricing-header: rework properties to avoid impossible states (7a8bad2)
  • cc-tcp-redirection-form: rework properties to avoid impossible states (267ea82)
  • cc-tcp-redirection: rework properties to avoid impossible states (08b2fcd)
  • cc-tile-metrics: rework properties to avoid impossible states (26da5af)
  • **cc-tile-reque...
Read more

v13.3.1

31 May 08:08
39b43e2

Choose a tag to compare

13.3.1 (2024-05-31)

🐛 Bug Fixes

  • cc-addon-credentials: update Materia branding (bf9c68f)

v13.3.0

06 May 15:43
852f79f

Choose a tag to compare

13.3.0 (2024-05-06)

🚀 Features

  • cc-addon-admin: adapt the danger zone text to match different situations (8dfea44), closes #1018
  • cc-logsmap: allow the configuration of modes (availability and order) (71cc825), closes #1040

🐛 Bug Fixes

  • cc-addon-admin: remove improper spacing within the danger zone (219a612), closes #1042

v13.2.0

12 Apr 15:26
cb2a685

Choose a tag to compare

13.2.0 (2024-04-12)

🚀 Features

  • cc-logs-application-view: add a fullscreen button mode (d6c7e36), closes #983
  • cc-logs-application-view: init component (732b48e), closes #967
  • cc-logs-control: add header slot (9fcbff6), closes #964
  • cc-logs-instances: add tooltips to commit label and instance index (438751c)
  • cc-logs,cc-logs-control: add the ability to filter on logs' message (362c9ba)
  • cc-popover: add --cc-popover-trigger-button-width css property (3e1dc1c)
  • cc-smart-container: allow optional property in smart context (c62f172)

🐛 Bug Fixes

  • cc-input-date: fix date formatting at midnight (bc67946)
  • cc-logs-application-view: fix loading message visibility hover black theme (ba1e0b4), closes #1019
  • cc-logs-control: fix the event detail when metadata-display option changes (222e110)
  • cc-logs-instances: fix instance selection (3ff0206)
  • cc-logs-instances: fix sort order of the instances when grouped by deployments (0bb4d18)
  • cc-logs-instances: fix spacing around deployment relative date (7a95572), closes #965
  • cc-logs: do not collapse spaces in log messages (90f3d9f), closes #965
  • cc-logs: do not include hidden metadata into clipboard (ca7cacb)
  • cc-logs: fix spacing between metadata and message (a7534ef)

v13.1.0

03 Apr 15:20
58eae4b

Choose a tag to compare

13.1.0 (2024-04-03)

🚀 Features

  • cc-addon-credentials: add support for materiadb-kv (5fce8de), closes #992
  • cc-addon-credentials: add support for port (d474dbc), closes #992
  • cc-addon-credentials: adjust translations for host and token (21f13f8), closes #992
  • cc-addon-credentials: adjust translations for Pulsar (53e6370)
  • cc-product-list: init component (a6454bf), closes #892

🐛 Bug Fixes

  • cc-button: prevent click events in skeleton / waiting (1239779), closes #994
  • cc-link: remove href in skeleton (ae4719d), closes #994

v13.0.0

07 Mar 13:35
26c1311

Choose a tag to compare

13.0.0 (2024-03-07)

⚠ BREAKING CHANGES

  • cc-popover: remove the accessibleName prop & associated attribute
  • cc-icon: remove the accessibleName prop & associated attribute
  • cc-button: remove the accessibleName prop & associated attribute
  • cc-badge: remove the iconAccessibleName prop & associated attribute
  • cc-img: remove the accessibleName prop & associated attribute
  • cc-env-var-linked-services: the properties have changed
    • state: new property containing the whole state
    • services: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
  • cc-env-var-form: the properties have changed
    • state: new property containing the whole state
    • variables: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
    • parserOptions: property has been deleted as it is now part of the state
    • saving: property has been deleted as it is now part of the state
  • cc-env-var-editor-json: the properties have changed
    • state: new property containing the whole state
    • variables: property has been deleted as it is now part of the state
    • parserOptions: property has been deleted as it is now part of the state
  • cc-env-var-editor-expert: the properties have changed
    • state: new property containing the whole state
    • variables: property has been deleted as it is now part of the state
    • parserOptions: property has been deleted as it is now part of the state
  • cc-env-var-editor-simple: the properties have changed
    • state: new property containing the whole state
    • variables: property has been deleted as it is now part of the state
    • mode: property has been deleted as it is now part of the state
  • cc-env-var-create: change property mode to validationMode
  • cc-article-list: the properties have changed
    • state: new property containing the whole state
    • articles: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
  • cc-invoice-list: the properties have changed
    • state: new property containing the whole state
    • invoices: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
  • cc-tile-instances: the properties have changed
    • state: new property containing the whole state
    • instances: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
  • cc-invoice: the properties have changed
    • state: new property containing the whole state
    • invoice: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
    • number: property has been deleted as it is now part of the state
  • cc-addon-linked-apps: the properties have changed
    • state: new property containing the whole state
    • applications: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
  • cc-tile-deployments: the properties have changed
    • state: new property containing the whole state
    • deployments: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state
  • cc-grafana-info: all properties have been merged into a new state property.
  • cc-jenkins-info: all properties have been merged into a new state property.
  • cc-tile-status-codes: the properties have changed
    • state: new property containing the whole state
    • statusCodes: property has been deleted as it is now part of the state
    • error: property has been deleted as it is now part of the state

🚀 Features

  • add error event from sendToApi calls (4ac5415), closes #956
  • cc-badge: remove the iconAccessibleName prop & associated attribute (6c322c3)
  • cc-button: remove the accessibleName prop & associated attribute (8a7a0f0)
  • cc-icon: remove the accessibleName prop & associated attribute (5e311d0)
  • cc-img: remove the accessibleName prop & associated attribute (9019da7)
  • cc-input-date: adds label style customization (f6433c3), closes #888
  • cc-input-number: adds label style customization (e0702d8), closes #888
  • cc-input-text: adds label style customization (51fa2f4), closes #888
  • cc-loader: add accessibleName property (d69a36a), closes #870
  • cc-logs-control: init component (24e6768), closes #908
  • cc-logs-instance: init component (d87e87a), closes #877
  • cc-popover: remove the accessibleName prop & associated attribute (4b47ebb)
  • cc-product-card: init component (9b63536), closes #891
  • cc-select: adds label style customization (e0edcc0), closes #888
  • cc-toggle: adds label style customization (1556ecc), closes #888

🐛 Bug Fixes

  • cc-badge: use iconA11yName in iconAccessibleName getter/setter (92af579), closes #934
  • smart-component: protect from abortController nullity when smart component is disconnected (c714dcd), closes #968

🛠 Code Refactoring

  • cc-addon-linked-apps: migrate to the new smart component design (69a999b)
  • cc-article-list: migrate to the new smart component design (4711406), closes #921
  • cc-env-var-create: change property mode to validationMode (264208b)
  • cc-env-var-editor-expert: rework properties to make impossible state impossible (b3c26de), closes #926
  • cc-env-var-editor-json: rework properties to make impossible state impossible (901cfac), closes #926
  • cc-env-var-editor-simple: rework properties to make impossible state impossible (201b8af), closes #926
  • cc-env-var-form: migrate to the new smart component design (0425b6c), closes #926
  • cc-env-var-linked-services: rework properties to make impossible state impossible (069f8cd), closes #926
  • cc-grafana-info: migrate to the new smart component design ([9e404f6](9e404f691e956a5b22328...
Read more

v12.0.0

19 Dec 08:55
013def2

Choose a tag to compare

12.0.0 (2023-12-18)

⚠ BREAKING CHANGES

  • cc-header-orga: check the HeaderOrgaState type to adapt your code to the new state API.
  • cc-img: replace prop text by accessibleName

🚀 Features

  • cc-ansi-palette: init component (9b01309), closes #883
  • cc-badge: deprecate icon-accessible-name in favor of icon-a11y-name (8b25182), closes #893
  • cc-button: deprecate accessible-name in favor of a11y-name (8ceaab5), closes #893
  • cc-button: implement parts of ARIA API (014c592), closes #699
  • cc-header-orga: add a footer slot and small design tweaks (dfb4624), closes #869
  • cc-header-orga: rework state and types (727d2f9), closes #884
  • cc-icon: deprecate accessible-name in favor of a11y-name (12e2e73), closes #893
  • cc-img: deprecate accessible-name in favor of a11y-name (fa2e860), closes #893
  • cc-input-date: init component (40c978b), closes #842
  • cc-logs: init (f83a784), closes #697
  • cc-popover: deprecate accessible-name in favor of a11y-name (a41f5a1), closes #893
  • cc-popover: init component (0887067), closes #829
  • i18n: add the ability to specify minimum and maximum fraction digits when formating number (e101776)

🐛 Bug Fixes

  • cc-header-orga: hide initials from screen readers (8196779), closes #885
  • cc-header-orga: trim orga name in case it starts with spaces (cdd6b04), closes #886
  • cc-img: populate alt value (a5d2d2b), closes #726
  • cc-toggle: fix extra margin on top of cc-toggle when legend is inlined and when inside a grid (a59ba34), closes #896
  • i18n-sanitize: handle cases where origin equals empty string (0852482), closes #906

🛠 Code Refactoring

  • cc-img: replace prop text by accessibleName (c8586f9)