Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit34f6ab2

Browse files
committed
docs: next changelog
1 parent1dffb10 commit34f6ab2

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

‎.changelog/v3.mdx‎

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,47 @@ description:
55
features, bug fixes, and improvements.
66
---
77

8+
##[3.27.1](./#3.27.1) - 2025-10-06
9+
10+
###Fixed
11+
12+
-**Collapsible**: Expose`Collapsible.Indicator` component to provide visual
13+
indicator for collapsible state
14+
15+
-**Timeline**: Add`showLastSeparator` variant to control visibility of the
16+
last separator
17+
18+
-**Table**: Ensure stickyHeader works with outline variant
19+
20+
-**CodeBlock**:
21+
- Fix issue in diff mode where the wrong lines were being highlighted
22+
- Fix`highlight.js` adapter to properly handle diff attributes for
23+
added/removed lines
24+
25+
-**Styled System**:
26+
- Fix issue where bracket syntax for responsive styles didn't work in recipe
27+
variants
28+
29+
```jsx
30+
// This now works correctly
31+
constrecipe=defineRecipe({
32+
variants: {
33+
variant: {
34+
primary: {
35+
color: ["red","green"],// ✅ Now converts to breakpoints
36+
},
37+
},
38+
},
39+
})
40+
```
41+
42+
- Improve style resolution performance
43+
44+
-**React 19 Compatibility**: Fix issue where refs don't support cleanup
45+
function
46+
47+
-**CLI**: Allow CLI to read new documentation blocks filtering
48+
849
##[3.27.0](./#3.27.0) - 2025-09-14
950

1051
###Added

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp