Files
formipay/node_modules/@wordpress/dom/CHANGELOG.md
dwindown e8fbfb14c1 fix: prevent asset conflicts between React and Grid.js versions
Add coexistence checks to all enqueue methods to prevent loading
both React and Grid.js assets simultaneously.

Changes:
- ReactAdmin.php: Only enqueue React assets when ?react=1
- Init.php: Skip Grid.js when React active on admin pages
- Form.php, Coupon.php, Access.php: Restore classic assets when ?react=0
- Customer.php, Product.php, License.php: Add coexistence checks

Now the toggle between Classic and React versions works correctly.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-18 17:02:14 +07:00

3.5 KiB

Unreleased

3.58.0 (2024-05-16)

3.57.0 (2024-05-02)

3.56.0 (2024-04-19)

3.55.0 (2024-04-03)

  • fix return types of focus.tabbable methods to be HTMLElement instead of Element.

3.54.0 (2024-03-21)

3.53.0 (2024-03-06)

3.52.0 (2024-02-21)

3.51.0 (2024-02-09)

3.50.0 (2024-01-24)

3.49.0 (2024-01-10)

3.48.0 (2023-12-13)

3.47.0 (2023-11-29)

3.46.0 (2023-11-16)

3.45.0 (2023-11-02)

3.44.0 (2023-10-18)

3.43.0 (2023-10-05)

3.42.0 (2023-09-20)

3.41.0 (2023-08-31)

3.40.0 (2023-08-16)

3.39.0 (2023-08-10)

3.38.0 (2023-07-20)

3.37.0 (2023-07-05)

3.36.0 (2023-06-23)

3.35.0 (2023-06-07)

3.34.0 (2023-05-24)

3.33.0 (2023-05-10)

3.32.0 (2023-04-26)

3.31.0 (2023-04-12)

3.30.0 (2023-03-29)

3.29.0 (2023-03-15)

3.28.0 (2023-03-01)

3.27.0 (2023-02-15)

3.26.0 (2023-02-01)

3.25.0 (2023-01-11)

3.24.0 (2023-01-02)

3.23.0 (2022-12-14)

3.22.0 (2022-11-16)

3.21.0 (2022-11-02)

3.20.0 (2022-10-19)

3.19.0 (2022-10-05)

3.18.0 (2022-09-21)

3.17.0 (2022-09-13)

3.16.0 (2022-08-24)

3.15.0 (2022-08-10)

3.14.0 (2022-07-27)

  • getRectangleFromRange may now return null.

3.13.0 (2022-07-13)

3.12.0 (2022-06-29)

3.11.0 (2022-06-15)

3.10.0 (2022-06-01)

3.9.0 (2022-05-18)

Deprecation

  • Deprecate isNumberInput, as it is no longer used internally (#40896).

3.8.0 (2022-05-04)

3.7.0 (2022-04-21)

3.6.0 (2022-04-08)

3.5.0 (2022-03-23)

3.4.0 (2022-03-11)

3.3.0 (2022-01-27)

3.2.0 (2021-07-21)

3.1.0 (2021-05-20)

3.0.0 (2021-05-14)

Breaking Changes

2.18.0 (2021-04-29)

New Feature

  • Export type definitions.

2.17.0 (2021-03-17)

2.11.0 (2020-06-15)

New Feature

  • Add documentHasUncollapsedSelection to inquire about ranges of selected text in the document, including the separately managed selections inside and elements.</li> </ul> <h2 id="user-content-2100-2020-05-28" dir="auto">2.10.0 (2020-05-28)</h2> <h3 id="user-content-new-feature-2" dir="auto">New Feature</h3> <ul dir="auto"> <li>Add <code>documentHasTextSelection</code> to inquire specifically about ranges of selected text, in addition to the existing <code>documentHasSelection</code>.</li> </ul> <h2 id="user-content-210-2019-03-06" dir="auto">2.1.0 (2019-03-06)</h2> <h3 id="user-content-bug-fix" dir="auto">Bug Fix</h3> <ul dir="auto"> <li>Update <code>isHorizontalEdge</code> to account for empty text nodes.</li> <li><code>tabbables.find</code> considers at most a single radio input for a given name. The checked input is given priority, falling back to the first in the tabindex-sorted set if there is no checked input.</li> </ul> <h2 id="user-content-208-2019-01-03" dir="auto">2.0.8 (2019-01-03)</h2> <h2 id="user-content-207-2018-11-20" dir="auto">2.0.7 (2018-11-20)</h2> <h2 id="user-content-206-2018-11-09" dir="auto">2.0.6 (2018-11-09)</h2> <h2 id="user-content-205-2018-11-09" dir="auto">2.0.5 (2018-11-09)</h2> <h2 id="user-content-204-2018-10-19" dir="auto">2.0.4 (2018-10-19)</h2> <h2 id="user-content-203-2018-10-18" dir="auto">2.0.3 (2018-10-18)</h2> <h2 id="user-content-200-2018-09-05" dir="auto">2.0.0 (2018-09-05)</h2> <h3 id="user-content-breaking-change" dir="auto">Breaking Change</h3> <ul dir="auto"> <li>Change how required built-ins are polyfilled with Babel 7 (<a href="<a href="https://github.com/WordPress/gutenberg/pull/9171" data-markdown-generated-content="">https://github.com/WordPress/gutenberg/pull/9171</a>">#9171</a>). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using <a href="<a href="https://github.com/zloirock/core-js" data-markdown-generated-content="">https://github.com/zloirock/core-js</a>">core-js</a> or <a href="<a href="https://babeljs.io/docs/en/next/babel-polyfill" data-markdown-generated-content="">https://babeljs.io/docs/en/next/babel-polyfill</a>">@babel/polyfill</a> will add support for these methods.</li> </ul> </body></html>