| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-08-10 | Fix modal when is triggered by `bs-toggle`, to hide other open instances ↵ | GeoSot | 1 | -0/+23 | |
| (#34701) | |||||
| 2021-07-30 | Enable a few eslint-config-xo rules (#34620) | XhmikosR | 1 | -2/+2 | |
| * unicorn/prefer-dom-node-append * unicorn/prefer-dom-node-remove | |||||
| 2021-07-27 | Add shift-tab keyboard support for dialogs (modal & Offcanvas components) ↵ | Ryan Berliner | 1 | -24/+30 | |
| (#33865) * consolidate dialog focus trap logic * add shift-tab support to focustrap * remove redundant null check of trap element Co-authored-by: GeoSot <[email protected]> * remove area support forom focusableChildren * fix no expectations warning in focustrap tests Co-authored-by: GeoSot <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-19 | modal: change `data-dismiss` so that it can be outside of a modal using ↵ | GeoSot | 1 | -1/+28 | |
| `bs-target` (#33403) * change data-dismiss, so can be outside modal, using a bs-target * Update site/content/docs/5.0/components/modal.md Co-authored-by: Gaël Poupard <[email protected]> | |||||
| 2021-06-06 | Refactor scrollbar.js to be used as a Class (#33947) | GeoSot | 1 | -10/+9 | |
| 2021-06-03 | Add `getOrCreateInstance` method in base-component (#33276) | GeoSot | 1 | -0/+54 | |
| Co-authored-by: Rohit Sharma <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-06-03 | Fix handling of transitionend events dispatched by nested elements(#33845) | alpadev | 1 | -0/+23 | |
| Fix handling of transitionend events dispatched by nested elements Properly handle events from nested elements Change `emulateTransitionEnd` to `executeAfterTransition` && | |||||
| 2021-05-24 | Fix prevented show event disables modals with fade class from being ↵ | alpadev | 1 | -1/+30 | |
| displayed again (#34085) Fix modal, in case is faded, a prevented show event can cause show method to not be executed again. | |||||
| 2021-05-20 | Add Tests on scrollbar.js & better handling if a style property doesn't ↵ | GeoSot | 1 | -208/+4 | |
| exists (#33948) * scrollbar.js: add some tests transfer test from modal.spec. to scrollbar.spec proper handling if style property doesn't exist | |||||
| 2021-05-18 | Reset inside a Dialog does not work if `data-dismiss="modal"` is set (#33928) | GeoSot | 1 | -0/+54 | |
| 2021-05-11 | Remove potential false positive assertions (#33288) | Ben Lertlumprasertkul | 1 | -19/+19 | |
| * 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-04-25 | Scrollbar: respect the initial body overflow value (#33706) | GeoSot | 1 | -8/+3 | |
| * add method to handle overflow on body element & tests * replace duplicated code on modal/offcanvas tests | |||||
| 2021-04-18 | modal.js: fix test for scrollbar (#33666) | GeoSot | 1 | -4/+6 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-04-14 | Js: fix some tests | GeoSot | 1 | -10/+9 | |
| 2021-04-11 | Decouple Modal's scrollbar functionality (#33245) | GeoSot | 1 | -39/+13 | |
| 2021-04-08 | Remove unnecessary `data-bs-backdrop="static"` (#33578) | Rohit Sharma | 1 | -3/+3 | |
| Since the value for the `backdrop` option is available in the configuration object. | |||||
| 2021-04-06 | Simplify Modal config | GeoSot | 1 | -1/+18 | |
| 2021-02-23 | modal: don't add margin & padding when sticky is not full width (#30621) | Muhammadamin | 1 | -0/+24 | |
| * modal: don't add margin & padding when sticky is not full width * Check if element is shorter than window Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Rohit Sharma <[email protected]> | |||||
| 2021-02-22 | Allow constructors to accept a CSS selector (#32245) | Rohit Sharma | 1 | -0/+13 | |
| 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]> | |||||
| 2021-01-13 | Throw a `TypeError` instead of the generic `Error` (#32585) | Rohit Sharma | 1 | -4/+2 | |
| * Change from Error to TypeError * Convert the `NAME` to upper case to make the consistency in the error message * Update the remaining tests to be stricter Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-01-13 | Fix toggling modal when clicking on `data-bs-toggle="modal"` (#32691) | Rohit Sharma | 1 | -1/+10 | |
| 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/+1 | |
| 2020-11-20 | Add missing tags in unit tests (#32221) | Rohit Sharma | 1 | -15/+15 | |
| 2020-11-20 | Don't hide modal when keyboard is set to false in modal's configuration (#32179) | Rohit Sharma | 1 | -3/+2 | |
| * Don't hide modal when config.keyboard is false * Update unit test - Modal should not be closed when pressing esc key if keyboard = false and backdrop is 'static' Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-14 | Switch to Number properties | XhmikosR | 1 | -6/+6 | |
| 2020-11-14 | Add `bs` in data attributes | Rohit Sharma | 1 | -27/+27 | |
| - Add `bs` in data APIs everywhere - Update unit tests | |||||
| 2020-11-02 | tests: tweak Jasmine usage (#32046) | XhmikosR | 1 | -1/+1 | |
| * jasmine/expect-matcher * jasmine/prefer-jasmine-matcher Found with `eslint-plugin-jasmine` | |||||
| 2020-06-25 | Prevent overflowing static backdrop modal animation (#30326) | Shohei Yoshida | 1 | -0/+19 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-04 | Add role="dialog" in modals via JavaScript (#30936) | Rohit Sharma | 1 | -0/+6 | |
| 2020-05-12 | Add a test about the scrollbar issue on non-integer width | Dominik Kremer | 1 | -0/+32 | |
| 2020-05-11 | Add missing closing `div` tags (#30775) | XhmikosR | 1 | -28/+28 | |
| Missed those in 967e607 | |||||
| 2020-05-06 | tests: streamline HTML end tags (#30648) | XhmikosR | 1 | -42/+42 | |
| 2020-04-17 | Replace event.which with event.key and event.button | Tanguy Krotoff | 1 | -4/+4 | |
| 2020-04-01 | Always modal scroll top to 0 | ysds | 1 | -8/+8 | |
| 2020-03-25 | fix: remove make array util function (#30430) | Johann-S | 1 | -5/+4 | |
| 2020-03-18 | Remove Internet Explorer leftovers | XhmikosR | 1 | -6/+0 | |
| 2020-01-10 | Close modal with keyboard=true & backdrop=static (#29986) | Giovanni Mendoza | 1 | -0/+58 | |
| * Close modal with keyboard=true & backdrop=static | |||||
| 2019-10-25 | Added animation when modal backdrop is static (#29516) | Higor Araújo dos Anjos | 1 | -0/+27 | |
| 2019-10-09 | Rename "js/tests/units" to "js/tests/unit". (#29503) | XhmikosR | 1 | -0/+987 | |
