Skip to content

Commit

Permalink
0.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Nov 11, 2024
1 parent 9f42bad commit 79e1d6a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.0.29 (Nov 11, 2024)

### New features

* Add support for `mark` element.
* [Native] Add `compat` API to wrap React Native elements.

### Fixes

* Remove `ref` reads during render in CSS transition polyfill.

## 0.0.28 (Oct 9, 2024)

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-strict-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-strict-dom",
"version": "0.0.28",
"version": "0.0.29",
"description": "React Strict DOM",
"exports": {
".": {
Expand Down

0 comments on commit 79e1d6a

Please sign in to comment.