You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
preserve order of options when fiel has also autosuggestions, fixes#12117
and render additional values from taginfo as raw-options only (e.g. when the field references another field for strings, but omits some options on purpose to disincentivize them)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@ _Breaking developer changes, which may affect downstream projects or sites that
63
63
#### :rocket: Presets
64
64
* Standardize tooltips in combo boxes: always show (full) raw tag, don't duplicate the already rendered titles, and show descriptions from wiki/taginfo where available ([#12010], thanks [@tordans])
65
65
* Use full width for the dropdown box for the values of the `access` field ([#12065])
66
+
* Preserve the order of options when a combo field accepts both static options as well as autosuggestions from taginfo and display additional tag values from taginfo as raw-options only ([#12117])
66
67
#### :hammer: Development
67
68
* Replace `sinon` with `vitest`'s built in spy/mock library ([#12058])
68
69
* Add type annotations to `context.js` module ([#11589], thanks [@k-yle])
@@ -82,6 +83,7 @@ _Breaking developer changes, which may affect downstream projects or sites that
0 commit comments