discourse/app/assets/javascripts/admin
Joffrey JAFFEUX 0431942f3d
DEV: select-kit 2 (#7998)
This new iteration of select-kit focuses on following best principales and disallowing mutations inside select-kit components. A best effort has been made to avoid breaking changes, however if you content was a flat array, eg: ["foo", "bar"] You will need to set valueProperty=null and nameProperty=null on the component.

Also almost every component should have an `onChange` handler now to decide what to do with the updated data. **select-kit will not mutate your data by itself anymore**
2020-02-03 14:22:14 +01:00
..
adapters FEATURE: Overhaul of admin API key system (#8284) 2019-11-05 14:10:23 +00:00
components DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
controllers DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
helpers DEV: Import set, setProperties, helper, and string functions (#8297) 2019-11-05 12:43:49 -06:00
mixins FIX: bufferedValuesString.split is not a function (#8463) 2019-12-05 08:25:49 +11:00
models FEATURE: Export all types of reports (#8748) 2020-01-21 18:43:19 +02:00
routes DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
services DEV: Import Promise from rsvp (#8296) 2019-11-05 10:37:32 -06:00
templates DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00