Drag to rearrange the taskbar, and widgets that shrink without breaking.
New
- Taskbar reorder: You can now drag any app or pin along the taskbar, same as in the normal Windows taskbar (might require updating the taskbars).
Improvements
- Widget scaling: Widget size now scales properly changes when using the scaling feature for big screens. So a widget scaled down doesn't break its layout.
- Popout panes follow their widget's Widget size.
SDK/Authors
- Taskbar widgets: the host now owns one ordered strip of pins and running apps. Read it and move a row with dd.bar.strip, and follow bar.strip.changed.
- <dd-apps sortable> gives a bar drag-to-reorder with no code: a cancelable dd-sort event on drop, and dragging and sorting states to style.
- Every reorder in <dd-apps> slides into place. Keep the entry host's transform free and put hover and press transforms on the parts.
- Below 100% Widget size a widget's pixels are larger than the screen's. Popout sizes and anchors stay in your own pixels; the host converts.