New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cdssnc/gcds-components-angular

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cdssnc/gcds-components-angular - npm Package Versions

134

0.25.1

Diff

Changelog

Source

0.25.1

Released on: 2024-08-22

:bug: :wrench: Bug Fixes

  • Build to allow new tokens to be imported in react-ssr package (#624) (88790c7)
  • Margin and spacing issues in gcds-card (#617) (2d39bdc)
ethanwallace
published 0.25.0 •

Changelog

Source

0.25.0

Released on: 2024-08-19

:rotating_light: Breaking changes

The Card and Stepper components have been redesigned and will have some changes in their API structure.

Updates to the Card component

The property type will be removed as the component will now only support link interactions. If you’re using type=action, note that this will be unsupported in this release.

The tag property will be replaced by a new property named badge.

The property title-element will be replaced by a new property named card-title-tag.

We’re dropping support for the footer slot (slot="footer"). We’re removing it as we haven’t observed any use of the slot.

New: We’ve introduced a slot to support the display of HTML text formatting within the Card component. You can still use the description property for this purpose with a simple string value (text) only.

Old implementation
<gcds-card
  type="link"
  card-title=""
  href=""
  title-element=""
  description=""
  tag=""
  img-src=""
  img-alt=""
>
 <slot name=”footer”></slot>
</gcds-card>
New implementation
<gcds-card
  card-title=""
  href=""
  card-title-tag="a"
  description=""
  badge=""
  img-src=""
  img-alt=""
>
 <slot></slot>
</gcds-card>
Updates to the Stepper component

New: A new tag property will be available to allow the developer to choose the right heading to render the element.

New (required): The stepper will now require text or an element passed into the slot to display the heading element. It’s a required property and the component will not render without it.

If you experience issues with the change, ‌‌contact us.

Old implementation
<gcds-stepper
  current-step=""
  total-steps=""
></gcds-stepper>
New implementation
<gcds-stepper
  current-step=""
  total-steps=""
  tag=""
>
  <slot></slot>
</gcds-stepper>

:rocket: New Features

  • Add gcds-date-input component (#607) (ce0b4cc)
  • add new main-container prop to container (#613) (4eef9b3)
  • update gcds-card (breaking change) (#578) (4a72105)
  • updates to stepper component (breaking change + new tag attribute) (#573) (0f8bd2f)

:arrows_counterclockwise: Code Refactoring

  • change fieldset legend required to span (#612) (ca5108f)
ethanwallace
published 0.24.1 •

Changelog

Source

0.24.1

Released on: 2024-08-13

:bug: :wrench: Bug Fixes

  • update small design misalignments in various components (#608) (9bcb4ae)
ethanwallace
published 0.24.0 •

Changelog

Source

0.24.0

Released on: 2024-08-01

:rocket: New Features

ethanwallace
published 0.23.0 •

Changelog

Source

0.23.0

Released on: 2024-07-31

:rocket: New Features

  • add react ssr package (canary version) (#587) (bf3fd1e)
ethanwallace
published 0.22.4 •

Changelog

Source

0.22.4

Released on: 2024-07-29

:bug: :wrench: Bug Fixes

  • roll back changes to the angular build process (#597) (0b62c3a)
ethanwallace
published 0.22.3 •

Changelog

Source

0.22.3

Released on: 2024-07-29

:arrows_counterclockwise: Code Refactoring

ethanwallace
published 0.22.2 •

Changelog

Source

0.22.2

Released on: 2024-07-10

:bug: :wrench: Bug Fixes

  • Safari a11y issues with links and nav group focus (#583) (d7c3fb9)
  • Remove rxjs events to avoid duplicate custom events in @cdssnc/gcds-component-angular (#566) (9bf46ac)
ethanwallace
published 0.22.1 •

Changelog

Source

0.22.1

Released on: 2024-05-27

:bug: :wrench: Bug Fixes

  • misaligned of FR theme and topic menu button (bug) (#541) (c524215)

:arrows_counterclockwise: Code Refactoring

  • update input component to increase input width calculation (#536) (d6204f3)
ethanwallace
published 0.22.0 •

Changelog

Source

0.22.0

Released on: 2024-05-21

:rocket: New Features

  • Add/create @cdssnc/gcds-components-vue package (#516) (3933498
  • Add @Outputs to angular wrapper components (#529) (0660093)
  • Add dist-hydrate-app output (#524) (c448c59)

:bug: :wrench: Bug Fixes

  • Emit change event from form components (#523) (d956370)
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