Skip to content

Commit 7300f2a

Browse files
authored
v3.3.0
1 parent 3f6efbb commit 7300f2a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/radix-ui-themes/changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
## 3.3.0
44

5+
- Add `soft` variant to the `Kbd` component ([#774](https://github.com/radix-ui/themes/pull/774))
6+
- Add new layout props to `Grid` and layout components: `alignContent`, `justifyItems`, `alignSelf`, `justifySelf` ([#744](https://github.com/radix-ui/themes/pull/744))
57
- Deprecate `breakpoints` array. In the next major version, it will be replaced with a `Set` for easier lookups and comparisons.
68

79
## 3.2.1
810

9-
- Added support for `display: contents` to `Box` component
10-
- Added CSS files to package `sideEffects` field to prevent CSS removal in some bundlers ([#659](https://github.com/radix-ui/themes/pull/659))
11+
- Add support for `display: contents` to `Box` component
12+
- Add CSS files to package `sideEffects` field to prevent CSS removal in some bundlers ([#659](https://github.com/radix-ui/themes/pull/659))
1113
- Updated `radix-ui` minimum dependency to `1.1.3`
1214

1315
## 3.2.0

packages/radix-ui-themes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@radix-ui/themes",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"type": "commonjs",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/cjs/index.d.ts",

0 commit comments

Comments
 (0)