1.7.6
JavaScript
- Fix TomSelect in shadow root #132
- Add doc_mousedown listener so that it can be removed in _destory()
- Use on(initialize) instad of hook(after setup) in plugins
- TypeScript
- noUnusedParameters: true
- strictBindCallApply: true
- noImplicitAny: true
CSS
- Remove unnecessary clearfix hack
Tests
- [escape] should clear the control_input
- Use before() to setup tests
- Fewer uses of jQuery
- Update browserstack launchers
- Combine focus and blur tests
- Ability to create tests istance outside of setup_test()
- More async tests
Docs:
- Fix search input positioning
- Update Render Template
- Bootstrap 5.0.2, fix striped tables