Skip to content

Commit 0e38b7d

Browse files
author
Julie Turner
committed
Merge branch 'react-v2.10.1'
2 parents f40cc6d + 667ec5e commit 0e38b7d

50 files changed

Lines changed: 67 additions & 45 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

REACT-CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 2.10.1 - 2026-Jul-23
9+
10+
- Common - Fixed bug in `isEqual` deep-equality helper where the recursion-depth guard was incremented per sibling property compared instead of per nesting level, causing it to falsely report objects as equal once 5 or more top-level properties were compared.
11+
- HOOOptionList - Fixed bug where selecting a RadioButton option did not update the visual selected state, caused by the `isEqual` defect above short-circuiting `shouldComponentUpdate` on the `value` property change.
12+
- Build - Updated `tsconfig.json` `lib` to `es2019` to match the compile `target` and resolve a TS2550 typing error on `Array.prototype.includes`.
13+
814
## 2.10.0 - 2026-Jul-17
915

1016
- Input controls that support a readonly state now have an optional `onChange` (previously required) and a new optional `onBlur` event handler, wired to the same element(s) `onChange` is bound to. Applies to HOOCheckbox, HOODate, HOODropDown, HOONumber, HOOOptionList, HOORadioButton, HOOText, HOOTime.

docs/htwoo-react/5188.0a293665.iframe.bundle.js renamed to docs/htwoo-react/5188.471c841a.iframe.bundle.js

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

docs/htwoo-react/9006.6de7e734.iframe.bundle.js renamed to docs/htwoo-react/9006.5da376f7.iframe.bundle.js

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

docs/htwoo-react/HOOCheckbox-HOOCheckbox-mdx.37e8722c.iframe.bundle.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)