Skip to content

1.7.6

Compare
Choose a tag to compare
@oyejorge oyejorge released this 04 Jul 14:12
· 432 commits to master since this release

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