Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 5.47 KB

CHANGELOG.md

File metadata and controls

74 lines (52 loc) · 5.47 KB

@ember-data/graph Changelog

v5.3.4 (2024-06-15)

📝 Documentation

🚀 Enhancement

🐛 Bug Fix

  • #9364 fix: restore old behavior in deprecation (@enspandi)
  • #9265 feat: Improve config handling for polyfillUUID (@MehulKChaudhari)
  • #9263 fix: set localState to latest identifier in belongsTo when merging identifiers (@runspired)
  • #9251 fix: notify during replace if existing localState never previously calculated (@runspired)

🏠 Internal

Committers: (3)

Chris Thoburn (@runspired) Andreas Minnich (@enspandi) Mehul Kiran Chaudhari (@MehulKChaudhari)

For the full project changelog see https://github.com/emberjs/data/blob/main/CHANGELOG.md

v5.3.1 (2024-02-24)

🚀 Enhancement

🐛 Bug Fix

  • #9221 fix: prevent rollbackRelationships from setting remoteState and localState to the same array reference (@runspired)
  • #9097 fix: allow decorator syntax in code comments during yui doc processing (@jaredgalanis)

🏠 Internal

Committers: (3)

Chris Thoburn (@runspired) Jared Galanis (@jaredgalanis) Krystan HuffMenne (@gitKrystan)