Skip to content

Latest commit

 

History

History
76 lines (41 loc) · 1.8 KB

File metadata and controls

76 lines (41 loc) · 1.8 KB

@nl-design-system-candidate/number-badge-react

1.3.2

Patch Changes

  • e3dc152: Upgrade react en react-dom naar 19.2.3
  • fbf129c: Update package.json#description to follow format "React implementatie voor de {Component Name} component".
  • 908d495: - Add description, examples and links to resources to each candidate react component README.md
    • Improve description, add keywords, add bug url and change homepage url for each candidate react component package.json

1.3.1

Patch Changes

  • 2cf5367: Release with trusted npm publishing process.

1.3.0

Minor Changes

  • 7d83629: Export NumberBadgeProps interface for TypeScript.

1.2.5

Patch Changes

  • 7086236: Internally simplify NumberBadgeProps by getting rid of the intermediary NumberBadgePropsForData.
  • 963380e: Add missing devDependencies so the project can be built on its own.
  • 8c5b9ca: Remove the clsx dependency and replace it with a oneliner equivalent to concatenate classNames.

1.2.4

Patch Changes

  • e7e6678: This was a version bump only for the @babel/runtime devDependency, there were no code changes.

1.2.3

Patch Changes

  • f0f7969: This was a version bump only for the @babel/runtime and @types/react devDependencies, there were no code changes.

1.2.2

Patch Changes

  • 22b8819: This was a version bump only for the @babel/runtime devDependency, there were no code changes.

1.2.1

Patch Changes

  • 2bfe909: Add provenance

1.2.0

Minor Changes

  • de9ba46: Improve debugging by adding displayName

1.1.0

Minor Changes

  • 1ebd6c8: Add a label property to NumberBadge to provide a hidden longer accessible label text.

Patch Changes

  • 72790f6: Allow string values for the value property of NumberBadge.

1.0.0

Major Changes

  • 072a1e2: Initial release of Number Badge.