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 13.0.0 #938

Conversation

clevercloud-ci
Copy link
Collaborator

@clevercloud-ci clevercloud-ci commented Jan 9, 2024

🤖 I have created a release beep boop

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), closes #923
  • cc-invoice-list: migrate to the new smart component design (488d928), closes #922
  • cc-invoice: migrate to the new smart component design (2e9764e), closes #920
  • cc-jenkins-info: migrate to the new smart component design (6228419), closes #925
  • cc-tile-deployments: rework properties to make impossible state impossible (45e9a96), closes #942
  • cc-tile-instances: rework properties to make impossible state impossible (e469f81)
  • cc-tile-status-codes: migrate to the new smart component design (fc5dc71), closes #924

This PR was generated with Release Please. See documentation.

@clevercloud-ci clevercloud-ci force-pushed the release-please--branches--master--components--components branch 2 times, most recently from 63c7f8b to 1d62929 Compare January 19, 2024 08:28
@clevercloud-ci clevercloud-ci changed the title chore(master): release 12.0.1 chore(master): release 12.1.0 Jan 19, 2024
@clevercloud-ci clevercloud-ci force-pushed the release-please--branches--master--components--components branch 2 times, most recently from 7fe5e2f to 453f4af Compare January 25, 2024 10:48
@clevercloud-ci clevercloud-ci changed the title chore(master): release 12.1.0 chore(master): release 13.0.0 Feb 2, 2024
@clevercloud-ci clevercloud-ci force-pushed the release-please--branches--master--components--components branch 9 times, most recently from 440d23d to 6e5e117 Compare February 2, 2024 18:14
@clevercloud-ci clevercloud-ci force-pushed the release-please--branches--master--components--components branch 3 times, most recently from e77477e to 8e0eec5 Compare February 19, 2024 08:20
@clevercloud-ci clevercloud-ci force-pushed the release-please--branches--master--components--components branch 3 times, most recently from c594576 to 04dd218 Compare February 28, 2024 10:50
@clevercloud-ci clevercloud-ci force-pushed the release-please--branches--master--components--components branch 3 times, most recently from 659a864 to edb3065 Compare March 7, 2024 08:07
@clevercloud-ci clevercloud-ci force-pushed the release-please--branches--master--components--components branch from edb3065 to 9063d92 Compare March 7, 2024 10:17
@clevercloud-ci clevercloud-ci force-pushed the release-please--branches--master--components--components branch from 9063d92 to 7cb1ce0 Compare March 7, 2024 13:22
@florian-sanders-cc florian-sanders-cc merged commit 26c1311 into master Mar 7, 2024
4 checks passed
@florian-sanders-cc florian-sanders-cc deleted the release-please--branches--master--components--components branch March 7, 2024 13:35
@clevercloud-ci
Copy link
Collaborator Author

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