| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-05-12 | Distv4.5.0 | XhmikosR | 48 | -2033/+1787 | |
| 2020-05-12 | Bump version to 4.5.0. | XhmikosR | 236 | -64/+65 | |
| 2020-05-12 | Wording fixes | Mark Otto | 1 | -2/+2 | |
| 2020-05-12 | Move the input groups validation workaround in docs. | XhmikosR | 2 | -6/+72 | |
| 2020-05-12 | Remove mention of build tools | XhmikosR | 1 | -1/+1 | |
| They are not included in npm. | |||||
| 2020-05-12 | Grammar fixes | XhmikosR | 4 | -6/+6 | |
| 2020-05-12 | Include the newly added utilities/interactions.scss file | XhmikosR | 1 | -1/+2 | |
| We missed it in #30562 | |||||
| 2020-05-12 | Update devDependencies and gems. | XhmikosR | 4 | -433/+351 | |
| 2020-05-12 | Backport d59de33 from #30772 | XhmikosR | 1 | -0/+39 | |
| Add a test about the scrollbar issue on non-integer width | |||||
| 2020-05-12 | Avoid bad scrollbar replacement into width values | Giovanni Mendoza | 1 | -1/+1 | |
| Refs #30772 | |||||
| 2020-05-12 | Update codeql.yml (#30777) | XhmikosR | 1 | -2/+0 | |
| Remove moot fail-fast option | |||||
| 2020-05-12 | Improve build/zip-examples.js (#30759) | XhmikosR | 1 | -12/+20 | |
| * remove favicons meta tags * copy the two brand images we use in the examples * copy dist and brand images into an assets folder | |||||
| 2020-05-12 | Removed role="document" from the modal dialog (#30755) | Rohit Sharma | 2 | -26/+26 | |
| 2020-05-12 | CI: simplify cache | XhmikosR | 1 | -4/+6 | |
| While it might not be possible to invalidate the cache by changing test.yml, this should speed things up a lot due to `bundle i` taking most of the time. | |||||
| 2020-05-12 | Partially revert "Use regex.test() when we want to check for a Boolean. ↵ | XhmikosR | 1 | -2/+2 | |
| (#29969)" This partially reverts commit 6c464938039e4fb23af4a35146250da9e1630de4. | |||||
| 2020-05-12 | collapse.js: combine classes | XhmikosR | 1 | -4/+2 | |
| 2020-05-12 | Minor lint tweaks and rules cleanup | XhmikosR | 14 | -18/+9 | |
| 2020-05-12 | build-plugins.js: add missing shebang (#30743) | XhmikosR | 1 | -0/+2 | |
| 2020-05-12 | dropdown.js: switch to a ternary | XhmikosR | 1 | -4/+3 | |
| 2020-05-12 | tests: switch to strictEqual/notStrictEqual | XhmikosR | 5 | -27/+27 | |
| 2020-05-12 | scrollspy.js add more tests | XhmikosR | 1 | -0/+137 | |
| 2020-05-12 | Remove variables used once. | XhmikosR | 2 | -4/+2 | |
| 2020-05-12 | Join/break a few lines, no functional changes | XhmikosR | 6 | -36/+23 | |
| 2020-05-12 | README.md: change Tests badge to point to v4-dev | XhmikosR | 1 | -1/+1 | |
| 2020-05-12 | package.json: add a docs-build script | XhmikosR | 1 | -6/+7 | |
| Make the `docs-compile` one an alias of `docs-build`. | |||||
| 2020-05-12 | CI: stop updating RubyGems since it's not needed | XhmikosR | 1 | -3/+0 | |
| 2020-05-11 | Add new interaction utilities and role attr to Reboot (#30562) | Mark Otto | 6 | -0/+42 | |
| - Adds .user-select-* utils from v5 - Adds button role attribute util, one of the top requested features in our issues for adding pointer cursors - Adds new docs page to demonstrate both - Includes Sass list for customizing user select | |||||
| 2020-05-10 | Backport #29272 and adapt if for v4-dev | XhmikosR | 1 | -4/+4 | |
| docs: fix tap targets | |||||
| 2020-05-10 | Add `loading="lazy"` in images | XhmikosR | 5 | -12/+12 | |
| Backport of #30199 after adapting it for v4-dev. | |||||
| 2020-05-10 | v4: Update homepage, examples, and general docs styles | Mark Otto | 20 | -72/+172 | |
| - Refreshes the look and feel of the homepage with fresh colors, new content, and simplified styles. - Updates docs button styles - Replaces bytesize icons with Bootstrap icons - Adds themes callout to examples page | |||||
| 2020-05-07 | Update devDependencies and gems | XhmikosR | 4 | -914/+265 | |
| 2020-05-07 | Revert "Avoid bad scrollbar replacement into width values (#30690)" | XhmikosR | 1 | -5/+2 | |
| This reverts commit 5f00bba6529d53d850a0d24ff0415782c8acebe4. | |||||
| 2020-05-07 | ensure build plugins can exit in error (#30744) | Johann-S | 1 | -15/+24 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-05-07 | enforce element check on scrollspy target | Johann-S | 3 | -3/+3 | |
| 2020-05-07 | Update jQuery to v3.5.1. | XhmikosR | 4 | -8/+8 | |
| 2020-05-07 | scrollspy.js: remove temporary variable (#30724) | XhmikosR | 1 | -2/+1 | |
| 2020-05-07 | Backport #30723 | XhmikosR | 3 | -18/+23 | |
| Move babel whitelist helpers to a common file | |||||
| 2020-05-07 | Update codeql.yml (#30719) | XhmikosR | 1 | -1/+0 | |
| Remove `pull_request` event since it's not supported. | |||||
| 2020-05-07 | package.json: fix release script for v4. | XhmikosR | 1 | -1/+1 | |
| 2020-05-06 | Wording fixes | Mark Otto | 1 | -2/+2 | |
| 2020-05-06 | Update browser-bugs.md | XhmikosR | 1 | -0/+7 | |
| Add a danger callout that the page is outdated | |||||
| 2020-05-06 | Fix typo (#30745) | Quy | 1 | -1/+1 | |
| Use possessive form of it | |||||
| 2020-05-04 | Revert "v4: Add Release Drafter (#30701)" (#30711) | XhmikosR | 2 | -54/+0 | |
| This reverts commit f93e58eddb395ddbb52f2d26aeeae45e0e2d46e5. | |||||
| 2020-05-02 | search.js: make the check for URL stricter (#30695) | XhmikosR | 1 | -6/+6 | |
| 2020-05-02 | Avoid bad scrollbar replacement into width values (#30690) | Johann-S | 1 | -2/+5 | |
| 2020-05-02 | Backport #30130 | XhmikosR | 5 | -1/+65 | |
| Add a script to zip the built examples | |||||
| 2020-05-02 | fix package.json add extension in main field | Johann-S | 1 | -1/+1 | |
| 2020-05-02 | Backport #30685 | Martijn Cuppens | 1 | -0/+3 | |
| `<pre>`: Disable auto-hiding scrollbar in IE & legacy Edge | |||||
| 2020-05-02 | Backport the CodeQL Action addition | XhmikosR | 1 | -0/+28 | |
| 2020-05-02 | Fix redirect | XhmikosR | 1 | -2/+2 | |
