2.16.0
Features
- core: ✨ add dismiss affordnance to dropdown menus
d0691a0 - core: ✨ destructure surface colors into hsl variables
c40c7c7 - core: ✨ only handle wikitable instead of all tables
83ab221 - core: ✨ replace checkbox hack with details and summary
a2d3159
Bug Fixes
- components: 🐛 escape the contents of MediaWiki:Tagline
4a43280 - core: 🐛 avoid using core mw.util.addPortlet for now
a8daa82 - core: 🐛 check if page content model and whether the title can exist before formatting
06d10b9 - core: 🐛 hide Safari details marker
8751345 - core: 🐛 incorrect classes and styles for page action cards
621adff - core: 🐛 incorrect selector to disable search card animation on mobile
87f15dd - core: 🐛 incorrect software alignment on Special:Version
a6abc3c - core: 🐛 revert max-width rule on installed software
3b90a46 - dropdown: 🐛 toggle should dismiss the dropdown properly
32d10f8 - search: 🐛 opening search card should not play animation on mobile
151e51d
Performance Improvements
- core: ⚡️ check for nowrap classes before constructing class
2bbb1d9 - core: ⚡️ do not use will-change
d8b3cad - core: ⚡️ do not use will-change (part 2)
e9d7cc2
Miscellaneous Chores
- dev: 🔧 add editconfig file
c17e6a9