Skip to content

Commit e2f2cbf

Browse files
authored
Bump changelog (#292)
1 parent c511cd5 commit e2f2cbf

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
8181

8282
## @wix/interact
8383

84-
### [2.6.0] - unreleased
84+
### [2.5.6] - 2026-08-13
8585

8686
#### Added
8787

@@ -91,13 +91,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
9191
#### Changed
9292

9393
- `generate(config, options?)`: the second argument now accepts an options bag — `{ useFirstChild?, plugins? }` — exported as the `GenerateOptions` (#275)
94-
- CSS property names may be authored in either camelCase or kebab-case in `transition.styleProperties`, `transitionProperties` and `keyframeEffect.keyframes`; state-effect properties are normalized to kebab-case for the generated CSS (state rules and the `transition:` shorthand) and keyframes to camelCase for WAAPI
94+
- CSS property names may be authored in either camelCase or kebab-case in `transition.styleProperties`, `transitionProperties` and `keyframeEffect.keyframes`; state-effect properties are normalized to kebab-case for the generated CSS (state rules and the `transition:` shorthand) and keyframes to camelCase for WAAPI (#281)
9595

9696
#### Fixed
9797

98-
- camelCase property names in `transition.styleProperties` / `transitionProperties` are now normalized to kebab-case
99-
- CSS custom properties in keyframes (e.g. `--fooBar`) are no longer lower-cased when emitted into `@keyframes`
100-
- Vendor-prefixed keyframe properties (e.g. `webkitTextStroke`) now emit a valid CSS property name (`-webkit-text-stroke`)
98+
- camelCase property names in `transition.styleProperties` / `transitionProperties` are now normalized to kebab-case (#281)
99+
- CSS custom properties in keyframes (e.g. `--fooBar`) are no longer lower-cased when emitted into `@keyframes` (#281)
100+
- Vendor-prefixed keyframe properties (e.g. `webkitTextStroke`) now emit a valid CSS property name (`-webkit-text-stroke`) (#281)
101101

102102
### [2.5.5] - 2026-07-29
103103

@@ -311,15 +311,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
311311

312312
## @wix/motion
313313

314-
### [Unreleased]
314+
### [2.1.9] - 2026-08-13
315315

316316
#### Added
317317

318-
- `toCSSPropertyName()`, `toWAAPIPropertyName()` and `normalizeKeyframes()` utilities for converting CSS property names between their CSS and WAAPI forms
318+
- `toCSSPropertyName()`, `toWAAPIPropertyName()` and `normalizeKeyframes()` utilities for converting CSS property names between their CSS and WAAPI forms (#281)
319319

320320
#### Changed
321321

322-
- Keyframe property names may be authored in either camelCase or kebab-case and are normalized to WAAPI's camelCase on every animation path — `keyframeEffect`, presets, and effects registered via `registerEffects()`
322+
- Keyframe property names may be authored in either camelCase or kebab-case and are normalized to WAAPI's camelCase on every animation path — `keyframeEffect`, presets, and effects registered via `registerEffects()` (#281)
323323

324324
### [2.1.8] - 2026-07-29
325325

0 commit comments

Comments
 (0)