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

@clevercloud/components

Package Overview
Dependencies
Maintainers
11
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

1
18

7.7.1

Diff

Changelog

Source

7.7.1 (2022-02-10)

  • <cc-tile-requests>: rollback usage of getCssCustomProperties() (broken on Chrome)
  • <cc-tile-status-codes>: rollback usage of getCssCustomProperties() (broken on Chrome)
hsablonniere
published 7.7.0 •

Changelog

Source

7.7.0 (2022-02-10)

  • New component:
    • <cc-env-var-editor-json>
  • <cc-datetime-relative>: fix first initialization of datetime attribute/property
  • <cc-img>: fix type for skeleton (boolean)
  • <cc-map-marker-*>: fix the way we document readonly properties (anchor, size, tooltip)
  • <cc-zone-input>: fix type for _hovered (string|null)
  • Storybook: fix logo URL
  • <cc-env-var-form>:
    • add JSON mode
    • add context for add-on configuration provider
    • add smart definition for add-on configuration provider
  • <cc-env-var-editor-expert>: keeping only valid values when leaving expert mode
  • <cc-env-var-editor-simple>: add a strict mode
  • <cc-env-var-create>: add a strict mode
  • <cc-error>: add a notice mode
  • Update all static assets URLs to Cellar v2
  • <cc-header-addon>:
    • display realId in a readonly cc-input-text next to the ID
    • fix title on add-on icon
    • display zone in the bottom right corner
    • add noVersion property to hide the version

For devs

  • Improve type definitions documentation:
    • move types to a types.d.ts for each web components section
    • add a script to automate type definition generation
    • moved typedef imports to above class declaration to avoid events not showing up on the docs
  • Storybook: update prebuilt Storybook to 0.1.32 (Storybook 6.4.9)
    • Use new CEM format (and ditch the old/temp WCA transformer)
    • Move the language selection to a toolbar + globals
      • Remove lots of ugly React voodoo hacks
    • Use the story "props" and the CEM for the controls (with the new CSF args system)
      • Only the first item can be updated
      • The table props displays types for events
      • The table props doesn't display the default slot anymore :-(
      • Some controls in the table props are weird (union between string|null or boolean|string) :-(
    • Display the stories in docs mode in alphabetical order
      • This is not something we decided nor can change
    • Change the display of events name in the actions panel
      • cc-foobar:the-event => onCcFoobarTheEvent
      • This is not something we decided nor can change
    • Add an env var config system to use credentials in smart components stories
    • Improve HMR for i18n
  • Introduce a new getCssCustomProperties() helper to define variables in CSS and use them in JavaScript
  • Move color definitions to default them and use getCssCustomProperties() to inject them in Chart.js
    • <cc-tile-requests>
    • <cc-tile-status-codes>
hsablonniere
published 7.6.0 •

Changelog

Source

7.6.0 (2021-10-28)

  • <cc-grafana-info>:
    • fix API path in smart definition
    • remove warning (not needed anymore)
    • move disable section at the bottom
    • fix wording and descriptions
hsablonniere
published 7.5.0 •

Changelog

Source

7.5.0 (2021-10-18)

  • New components:
    • <cc-grafana-info> (with smart definition)
hsablonniere
published 7.4.0 •

Changelog

Source

7.4.0 (2021-10-14)

  • <cc-pricing-table>: add new temporality type 1000-minutes
hsablonniere
published 7.3.0 •

Changelog

Source

7.3.0 (2021-10-07)

  • <cc-pricing-table>: add temporality feature
  • <cc-pricing-product>:
    • add temporality feature
    • add plans and features for Jenkins runner (hard coded in the smart definition)
  • <cc-pricing-product-consumption>: fix plan name for non bytes with cc-pricing-product:add-plan event
  • <cc-input-text>: fix tags underline

For devs

  • Add an env param to disable generating docs on each change
blackyoup
published 7.2.1 •

Changelog

Source

7.2.1 (2021-09-30)

  • <cc-jenkins-info>: Update documentation URL
blackyoup
published 7.2.0 •

Changelog

Source

7.2.0 (2021-09-27)

  • <cc-addon-backups>: Add support for PostgreSQL, MySQL, MongoDB, Redis and Jenkins add-ons.
hsablonniere
published 7.1.0 •

Changelog

Source

7.1.0 (2021-09-15)

  • <cc-env-var-form>: fix small issues in exposed-config smart definition
  • <cc-pricing-product-consumption>:
    • consider empty number values as 0
    • add progressive support
    • add support for users (non byte type) and secability
    • add support for Heptapod in smart definition

For devs

  • with-resize-observer: remove "resize-observer-polyfill" dependency
  • <cc-input-text>: remove "clipboard-copy" dependency
  • refactor: use ?? instead of || when it makes more sense
  • refactor: try to use ?. when it's a bit simpler
  • i18n: use Intl.PluralRules instead of custom code
  • refactor: move sub render methods _renderFoo() below the main render() method
  • refactor: use code folding regions in CSS (especially for responsive with COMMON/BIG/SMALL modes)
  • pricing:
    • fix tests for PricingConsumptionSimulator
    • rename and update documentation for PricingConsumptionSimulator
    • add progressive to PricingConsumptionSimulator
    • add secability to PricingConsumptionSimulator
  • product: refactor data API extraction for consumption based products
galimede
published 7.0.0 •

Changelog

Source

7.0.0 (2021-09-03)

⚠️ BREAKING CHANGES

  • Browser support updated (Safari >=14), see browser support reference for details (BREAKING CHANGE).
  • <cc-pricing-product-cellar>: delete component and replace it with a more generic component (BREAKING CHANGE)
  • <cc-pricing-table>:
    • rename items to plans (BREAKING CHANGE)
    • replace currencyCode with currency in smart definition (BREAKING CHANGE)
  • <cc-pricing-product>:
    • rename items to plans (BREAKING CHANGE)
    • replace currencyCode with currency in smart definition (BREAKING CHANGE)

Components

  • <cc-beta>: replace rem with em
  • <cc-button>: replace rem with em
  • <cc-img>: replace rem with em
  • <cc-input-number>: replace rem with em
  • <cc-input-text>: replace rem with em
  • <cc-loader>: replace rem with em
  • <cc-toggle>: replace rem with em
  • <cc-block>: introduce a ribbon and a noHead property
  • <cc-zone>:
    • add CSS custom properties to customize colors
    • replace rem with em
  • <cc-zone-input>:
    • fix zone list sort
    • move sortZones out in a lib
  • New components:
    • <cc-pricing-product-consumption> (with smart definition)
      • this is the replacement for <cc-pricing-product-cellar>, it works for Cellar, FS Bucket, Pulsar
    • <cc-pricing-header>
    • <cc-pricing-estimation>
    • <cc-pricing-page> (with smart definition)
    • <cc-jenkins-info> (with smart definition)

For devs

  • Replace aws-sdk with @aws-sdk/s3-client so we can stop relying on s3cmd for previews
    • You no longer need the .clever-components-previews.s3cfg but you will need env vars (see docs)
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