Commit 34bb8cf
authored
chore: bump version, update changelog (#221)
* feat: enable container query support for Columns component
Update the Columns component to use a `--cols` CSS variable for dynamic column counting. It now supports container query breakpoints like `@[]` and `@sm` in addition to media query breakpoints, allowing for responsive column wrapping based on the parent container's width. A new `InsideContainer` Storybook story demonstrates this behavior.
* docs: simplify Columns component changelog entry
* docs: simplify Columns changelog entry and update version date1 parent 5827cb1 commit 34bb8cf
2 files changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
5 | 15 | | |
6 | 16 | | |
7 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments