Skip to content

Commit f586517

Browse files
committed
Update changelog for v0.0.3
1 parent ce52754 commit f586517

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/react-components/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.0.3
4+
5+
### Changed
6+
7+
- Use `react-aria-components` v1.0.1, `@bcgov/bc-sans` v2.0.1.
8+
- In TagList, use render prop pattern [rather than array.map()](https://react-spectrum.adobe.com/react-aria/collections.html#why-not-array-map) for performance.
9+
- TagGroup sub-components get explicit class names to prevent styling collisions with sub-component instances in other components.
10+
11+
### Added
12+
13+
- Added Select component.
14+
315
## 0.0.2
416

517
### Changed

0 commit comments

Comments
 (0)