| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-06-03 | Add `getOrCreateInstance` method in base-component (#33276) | GeoSot | 1 | -0/+22 | |
| Co-authored-by: Rohit Sharma <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-05-11 | Remove potential false positive assertions (#33288) | Ben Lertlumprasertkul | 1 | -3/+3 | |
| * Remove potential false positive assertions querySelector() returns null but expect(document.querySelector('...')).toBeDefined() tests that the value is not undefined * Migrated assertions from .toBeDefined() to .not.toBeNull() for .getInstance() calls in tests * Migrate offcanvas assertions from .toBeDefined() to .not.toBeNull() for .getInstance() call * convert more cases to not.toBeNull assertions Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-02-22 | Allow constructors to accept a CSS selector (#32245) | Rohit Sharma | 1 | -0/+10 | |
| Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]> | |||||
| 2021-02-16 | Add tests for `DATA_KEY` (#33090) | GeoSot | 1 | -0/+6 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-29 | Switch to Jasmine's `toBeInstanceOf` matcher | XhmikosR | 1 | -1/+1 | |
| 2020-11-29 | create a base component | Johann-S | 1 | -0/+20 | |
| 2020-11-14 | Add `bs` in data attributes | Rohit Sharma | 1 | -7/+7 | |
| - Add `bs` in data APIs everywhere - Update unit tests | |||||
| 2020-06-15 | Remove checkbox/radio toggle from button plugin in favor of a CSS only solution | Martijn Cuppens | 1 | -161/+0 | |
| 2020-05-06 | tests: streamline HTML end tags (#30648) | XhmikosR | 1 | -5/+5 | |
| 2019-10-09 | Rename "js/tests/units" to "js/tests/unit". (#29503) | XhmikosR | 1 | -0/+292 | |
