discourse/plugins/poll
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
..
app DEV: Upgrade Rails to version 7.2 2024-11-27 10:48:47 +01:00
assets DEV: Switch to official tracked-built-ins 2024-12-02 17:51:01 +00:00
config Update translations (#29934) 2024-11-26 23:14:56 +01:00
db FIX: Poll: ensure it is not possible to vote with all abstentions in Ranked Choice (#29601) 2024-11-26 20:16:22 +08:00
jobs/regular DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
lib FIX: Poll: ensure it is not possible to vote with all abstentions in Ranked Choice (#29601) 2024-11-26 20:16:22 +08:00
spec FIX: Poll: ensure it is not possible to vote with all abstentions in Ranked Choice (#29601) 2024-11-26 20:16:22 +08:00
test/javascripts DEV: Switch to official tracked-built-ins 2024-12-02 17:51:01 +00:00
plugin.rb DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00