| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-06-22 | Use the `switch` statement instead of `if` | Rohit Sharma | 1 | -63/+54 | |
| 2021-04-14 | Decouple BackDrop from modal (#32439) | GeoSot | 1 | -2/+4 | |
| * Create backdrop.js util * revert breaking changes remove PromiseTimout usage revert class name * one more test | change bundlewatch.config * add config obj to backdrop helper | tests for rootElement | use transitionend helper * Minor tweaks — Renaming Co-authored-by: Rohit Sharma <[email protected]> | |||||
| 2021-03-16 | Change the name of the `Offcanvas` constructor (#33261) | Rohit Sharma | 1 | -2/+2 | |
| 2021-03-02 | Offcanvas as component (#29017) | GeoSot | 1 | -1/+2 | |
| * Add a new offcanvas component * offcanvas.js: switch to string constants and `event.key` * Remove unneeded code * Sass optimizations * Fixes Make sure the element is hidden and not offscreen when inactive fix close icon negative margins Add content in right & bottom examples Re-fix bottom offcanvas height not to cover all viewport * Wording tweaks * update tests and offcanvas class * separate scrollbar functionality and use it in offcanvas * Update .bundlewatch.config.json * fix focus * update btn-close / fix focus on close * add aria-modal and role return focus on trigger when offcanvas is closed change body scrolling timings * move common code to reusable functions * add aria-labelledby * Replace lorem ipsum text * fix focus when offcanvas is closed * updates * revert modal, add tests for scrollbar * show backdrop by default * Update offcanvas.md * Update offcanvas CSS to better match modals - Add background-clip for borders - Move from outline to border (less clever, more consistent) - Add scss-docs in vars * Revamp offcanvas docs - Add static example to show and explain the components - Split live examples and rename them - Simplify example content - Expand docs notes elsewhere - Add sass docs * Add .offcanvas-title instead of .modal-title * Rename offcanvas example to offcanvas-navbar to reflect it's purpose * labelledby references title and not header * Add default shadow to offcanvas * enable offcanvas-body to fill all the remaining wrapper area * Be more descriptive, on Accessibility area * remove redundant classes * ensure in case of an already open offcanvas, not to open another one * bring back backdrop|scroll combinations * bring back toggling class * refactor scrollbar method, plus tests * add check if element is not full-width, according to #30621 * revert all in modal * use documentElement innerWidth * Rename classes to -start and -end Also copyedit some docs wording * omit some things on scrollbar * PASS BrowserStack tests -- IOS devices, Android devices and Browsers on Mac, hide scrollbar by default and appear it, only while scrolling. * Rename '_handleClosing' to '_addEventListeners' * change pipe usage to comma * change Data.getData to Data.get Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]> Co-authored-by: Mark Otto <[email protected]> | |||||
| 2021-01-14 | build-plugins: build Base component too (#32313) | XhmikosR | 1 | -0/+6 | |
| 2021-01-07 | Bump copyright year to 2021 (#32713) | XhmikosR | 1 | -2/+2 | |
| 2020-12-07 | build-plugins: switch to "bundled" for babel helpers (#32312) | XhmikosR | 1 | -2/+2 | |
| 2020-12-06 | Update to popper.js v2.x | Johann-S | 1 | -3/+3 | |
| 2020-12-02 | Remove Polyfill leftovers (#32310) | XhmikosR | 1 | -1/+0 | |
| Leftovers from #32057 | |||||
| 2020-11-14 | Switch to `Set#has()` | XhmikosR | 1 | -6/+6 | |
| 2020-11-05 | Remove the now unneeded polyfills. | XhmikosR | 1 | -6/+1 | |
| 2020-06-16 | Rename "master" to "main". (#31050) | XhmikosR | 1 | -1/+1 | |
| 2020-05-26 | Update to `@rollup/plugin-babel` (#30742) | XhmikosR | 1 | -4/+3 | |
| 2020-05-06 | ensure build plugins can exit in error (#30744) | Johann-S | 1 | -17/+25 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-05-05 | build-plugins.js: add missing shebang (#30743) | XhmikosR | 1 | -0/+2 | |
| 2020-05-04 | Move babel whitelist helpers to a common file (#30723) | XhmikosR | 1 | -9/+2 | |
| 2020-05-04 | build/build-plugins.js: add missing catch (#30722) | XhmikosR | 1 | -0/+1 | |
| 2020-03-25 | Adapt rollup config for recent `@babel/present-env` version | XhmikosR | 1 | -2/+4 | |
| 2020-01-02 | Bump copyright year to 2020. (#29944) | XhmikosR | 1 | -2/+2 | |
| 2019-10-03 | return to the original file structure to avoid breaking modularity | Johann-S | 1 | -13/+13 | |
| 2019-07-23 | rewrite tab unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | rewrite scrollspy unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | rewrite tooltip unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | rewrite popover unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | rewrite modal unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | rewrite toast unit tests | Anton Bershanskiy | 1 | -1/+1 | |
| 2019-07-23 | rewrite dropdown unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | rewrite collapse unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | rewrite carousel unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | rewrite button unit tests | Johann-S | 1 | -1/+1 | |
| 2019-07-23 | Switch from QUnit to Jasmine. | Johann-S | 1 | -8/+2 | |
| 2019-07-17 | updated babel | Johann-S | 1 | -1/+1 | |
| 2019-07-10 | separate file for our polyfills to have lighter plugins | Johann-S | 1 | -2/+7 | |
| 2019-05-08 | Rename `eventHandler` and `selectorEngine` files. | XhmikosR | 1 | -2/+2 | |
| 2019-05-08 | improve build plugin script to keep file name | Johann-S | 1 | -15/+15 | |
| 2019-03-18 | Add back support for IE 11 | Johann-S | 1 | -14/+2 | |
| 2019-03-11 | Comply to the new rules. | XhmikosR | 1 | -13/+13 | |
| 2019-02-26 | move util in a util folder with the sanitizer | Johann-S | 1 | -30/+33 | |
| 2019-02-20 | rewrite toast plugin without jquery | Johann-S | 1 | -0/+17 | |
| 2019-02-20 | chore(update): bump to 4.1.3 | Johann-S | 1 | -15/+106 | |
| 2019-01-08 | Bump copyright year to 2019. | XhmikosR | 1 | -2/+2 | |
| 2018-11-28 | Revert "build/*.js: set `sourceType` to module." | XhmikosR | 1 | -0/+2 | |
| This reverts commit b442ce3130808dc28fe897f610bef1e9ab9c792f. | |||||
| 2018-11-13 | Create toast JS plugin, add unit tests. | Johann-S | 1 | -0/+1 | |
| 2018-10-20 | swipe left/right without hammerjs | Johann-S | 1 | -6/+5 | |
| 2018-10-20 | Add touch support in our carousel with HammerJS. | Johann-S | 1 | -5/+6 | |
| 2018-09-26 | Tweak build/build-plugins.js. | XhmikosR | 1 | -39/+38 | |
| 2018-09-26 | Remove unneeded `path.resolve`. | XhmikosR | 1 | -1/+1 | |
| 2018-09-26 | Include the plugin's filename in the license header. | XhmikosR | 1 | -3/+5 | |
| 2018-09-26 | Add license headers in js/dist files | Helmut Granda | 1 | -0/+2 | |
| By implementing the same approach of rollup.config.js and replicate it in build-plugins.js, individual plugins will display license headers. | |||||
| 2018-08-29 | build-plugins.js: Remove redundant space | XhmikosR | 1 | -1/+1 | |
