Files
formipay/node_modules/intl-messageformat/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

4.4 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.4.0 (2019-06-28)

Features

  • intl-messageformat: export core entry point (ca7eeae)

4.3.0 (2019-06-27)

Features

  • intl-messageformat: allow passing in formatters (#107) (3605693)

4.2.1 (2019-06-26)

Note: Version bump only for package intl-messageformat

4.2.0 (2019-06-27)

Features

  • intl-relativetimeformat: make intl-relativetimeformat test262-compliant (#95) (91669a3)
  • intl-utils: Add intl-utils (#98) (2329c57)

4.1.2 (2019-06-18)

Note: Version bump only for package intl-messageformat

4.1.1 (2019-06-18)

Note: Version bump only for package intl-messageformat

4.1.0 (2019-06-18)

Features

  • intl-format-cache: fix TS definition (71ae9eb)

4.0.1 (2019-06-12)

Note: Version bump only for package intl-messageformat

4.0.0 (2019-06-05)

Features

  • add package intl-relativetimeformat (#51) (48c0f43)
  • intl-messageformat: rm bundled intl-pluralrules (a8526c3)
  • intl-messageformat: rm rolluped dist (a126939)

BREAKING CHANGES

  • intl-messageformat: Change dist files packaged. Entry point should stay the same though.
  • intl-messageformat: We no longer include intl-pluralrules in our main index file. Consumer should polyfill accordingly.

3.3.0 (2019-06-03)

Features

  • intl-messageformat: Add getAst method (3d6c289)

3.2.0 (2019-06-03)

Features

  • intl-messageformat: Add getAst method (3d6c289)

3.1.4 (2019-05-31)

Note: Version bump only for package intl-messageformat

3.1.3 (2019-05-28)

Bug Fixes

3.1.2 (2019-05-28)

Bug Fixes