You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-components/CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
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.
0 commit comments