Skip to content

Commit ecacaec

Browse files
committed
0.0.40
1 parent 901baba commit ecacaec

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.0.40 (Jul 11, 2025)
4+
5+
### Fixes
6+
7+
* Fix props for `<select>` and `<option>` elements.
8+
* [Native] Remove use of `Animated.delay` and `sequence` for CSS transition polyfill.
9+
* [Native] Revert shared `Animated.Value` amongst transitions
10+
311
## 0.0.39 (Jul 4, 2025)
412

513
### Fixes

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-strict-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-strict-dom",
3-
"version": "0.0.39",
3+
"version": "0.0.40",
44
"description": "React Strict DOM",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)