mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-04-29 02:42:45 +08:00
* Replace uses of Ember’s deprecated array extension .replace with native .splice, using TrackedArray where reactivity is needed (components and tests) * Modernize TopicController computed properties to getters with @dependentKeyCompat to preserve reactivity without Ember array extensions * Adjust history modal action signature to destructure the argument as [bodyDiff] * Add a deprecation-workflow entry for discourse.native-array-extensions.replace to improve logging * Add an Ember 6.6.0 patch to ensure isMutableArray excludes native arrays, preventing false detection as MutableArray |
||
|---|---|---|
| .. | ||
| @ember-compat__tracked-built-ins@0.9.1.patch | ||
| babel-plugin-debug-macros@0.3.4.patch | ||
| ember-source@6.6.0.patch | ||
| ember-this-fallback@0.4.0.patch | ||
| licensee@11.1.1.patch | ||
| virtual-dom@2.1.1.patch | ||