discourse/app
David Taylor 4d0c56d272
DEV: Switch to official tracked-built-ins
We were previously using `@ember-compat/tracked-built-ins`, which had some extra logic for intercompatibility for computed properties.

Unfortunately that version is not maintained, and is diverging from the upstream version. We're going to prioritise following upstream, and deal with any inter-compatibility issues by refactoring dependent code to use autotracking.

The released version of tracked-built-ins also includes the fix for the memory leak, so we can drop our custom patch.
2024-12-02 17:51:01 +00:00
..
assets DEV: Switch to official tracked-built-ins 2024-12-02 17:51:01 +00:00
controllers DEV: Include controller namespace in X-Discourse-Route (#29783) 2024-11-29 17:11:17 +11:00
helpers DEV: Drop WithServiceHelper 2024-09-05 09:58:20 +02:00
jobs DEV: Drop DISCOURSE_LIVE_SLOTS_SIDEKIQ_LIMIT (#29920) 2024-11-26 07:21:14 +11:00
mailers UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
models DEV: Upgrade Rails to version 7.2 2024-11-27 10:48:47 +01:00
serializers FIX: topic post counts for webhook post_destroyed event (#29853) 2024-11-27 11:36:51 -08:00
services FEATURE: Add bulk destroy to admin users list (#29744) 2024-11-25 11:13:35 +03:00
views UX: Change the authorize button color to primary (#29666) 2024-11-08 17:33:50 -05:00