Skip to content

Commit 34bb8cf

Browse files
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 date
1 parent 5827cb1 commit 34bb8cf

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.0.12] - 2026-03-18
6+
7+
### Changed
8+
9+
- Added support for container query responsiveness in `Columns` (#221)
10+
11+
### Added
12+
13+
- `InsideContainer` storybook story demonstrating container query behavior with a resizable wrapper (#220)
14+
515
## [1.0.11] - 2026-03-12
616

717
### Fixed

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mintlify/components",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Mintlify open-source UI components",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)