- 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
- 2cf5367: Release with trusted npm publishing process.
- 7d83629: Export
NumberBadgePropsinterface for TypeScript.
- 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.
- e7e6678: This was a version bump only for the @babel/runtime devDependency, there were no code changes.
- f0f7969: This was a version bump only for the @babel/runtime and @types/react devDependencies, there were no code changes.
- 22b8819: This was a version bump only for the @babel/runtime devDependency, there were no code changes.
- 2bfe909: Add provenance
- de9ba46: Improve debugging by adding
displayName
- 1ebd6c8: Add a
labelproperty toNumberBadgeto provide a hidden longer accessible label text.
- 72790f6: Allow
stringvalues for thevalueproperty ofNumberBadge.
- 072a1e2: Initial release of Number Badge.