discourse/app/assets/javascripts/select-kit/addon
Blake Erickson a2ccf0a9ff
DEV: Use named parameters for dir-span helper (#14195)
* DEV: Use named parameters for dir-span helper

Follow up to: e50a5c0c73

In order to improve code clarity this change introduces named parameters
for the dir-span helper. This is specifically for the new `htmlSafe`
parameter which you can use instead of just passing in a boolean if the
strings you are passing in have already been escaped.

Before: `{{dir-span category.description false}}`
After: `{{dir-span category.description htmlSafe=true}}`

* Set default value for params arg
2021-08-31 13:51:08 +08:00
..
components DEV: updates popperjs 2.0.6 -> 2.9.3 (#14163) 2021-08-26 16:37:04 +02:00
lib FIX: allows to use icon-picker in wizard (#13786) 2021-07-21 13:49:21 +02:00
mixins DEV: select-kit third major update with focus on accessibility (#13303) 2021-08-23 10:44:19 +02:00
templates/components DEV: Use named parameters for dir-span helper (#14195) 2021-08-31 13:51:08 +08:00
.gitkeep Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00