aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-05-12Distv4.5.0XhmikosR48-2033/+1787
2020-05-12Bump version to 4.5.0.XhmikosR236-64/+65
2020-05-12Wording fixesMark Otto1-2/+2
2020-05-12Move the input groups validation workaround in docs.XhmikosR2-6/+72
2020-05-12Remove mention of build toolsXhmikosR1-1/+1
They are not included in npm.
2020-05-12Grammar fixesXhmikosR4-6/+6
2020-05-12Include the newly added utilities/interactions.scss fileXhmikosR1-1/+2
We missed it in #30562
2020-05-12Update devDependencies and gems.XhmikosR4-433/+351
2020-05-12Backport d59de33 from #30772XhmikosR1-0/+39
Add a test about the scrollbar issue on non-integer width
2020-05-12Avoid bad scrollbar replacement into width valuesGiovanni Mendoza1-1/+1
Refs #30772
2020-05-12Update codeql.yml (#30777)XhmikosR1-2/+0
Remove moot fail-fast option
2020-05-12Improve build/zip-examples.js (#30759)XhmikosR1-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-12Removed role="document" from the modal dialog (#30755)Rohit Sharma2-26/+26
2020-05-12CI: simplify cacheXhmikosR1-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-12Partially revert "Use regex.test() when we want to check for a Boolean. ↵XhmikosR1-2/+2
(#29969)" This partially reverts commit 6c464938039e4fb23af4a35146250da9e1630de4.
2020-05-12collapse.js: combine classesXhmikosR1-4/+2
2020-05-12Minor lint tweaks and rules cleanupXhmikosR14-18/+9
2020-05-12build-plugins.js: add missing shebang (#30743)XhmikosR1-0/+2
2020-05-12dropdown.js: switch to a ternaryXhmikosR1-4/+3
2020-05-12tests: switch to strictEqual/notStrictEqualXhmikosR5-27/+27
2020-05-12scrollspy.js add more testsXhmikosR1-0/+137
2020-05-12Remove variables used once.XhmikosR2-4/+2
2020-05-12Join/break a few lines, no functional changesXhmikosR6-36/+23
2020-05-12README.md: change Tests badge to point to v4-devXhmikosR1-1/+1
2020-05-12package.json: add a docs-build scriptXhmikosR1-6/+7
Make the `docs-compile` one an alias of `docs-build`.
2020-05-12CI: stop updating RubyGems since it's not neededXhmikosR1-3/+0
2020-05-11Add new interaction utilities and role attr to Reboot (#30562)Mark Otto6-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-10Backport #29272 and adapt if for v4-devXhmikosR1-4/+4
docs: fix tap targets
2020-05-10Add `loading="lazy"` in imagesXhmikosR5-12/+12
Backport of #30199 after adapting it for v4-dev.
2020-05-10v4: Update homepage, examples, and general docs stylesMark Otto20-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-07Update devDependencies and gemsXhmikosR4-914/+265
2020-05-07Revert "Avoid bad scrollbar replacement into width values (#30690)"XhmikosR1-5/+2
This reverts commit 5f00bba6529d53d850a0d24ff0415782c8acebe4.
2020-05-07ensure build plugins can exit in error (#30744)Johann-S1-15/+24
Co-authored-by: XhmikosR <[email protected]>
2020-05-07enforce element check on scrollspy targetJohann-S3-3/+3
2020-05-07Update jQuery to v3.5.1.XhmikosR4-8/+8
2020-05-07scrollspy.js: remove temporary variable (#30724)XhmikosR1-2/+1
2020-05-07Backport #30723XhmikosR3-18/+23
Move babel whitelist helpers to a common file
2020-05-07Update codeql.yml (#30719)XhmikosR1-1/+0
Remove `pull_request` event since it's not supported.
2020-05-07package.json: fix release script for v4.XhmikosR1-1/+1
2020-05-06Wording fixesMark Otto1-2/+2
2020-05-06Update browser-bugs.mdXhmikosR1-0/+7
Add a danger callout that the page is outdated
2020-05-06Fix typo (#30745)Quy1-1/+1
Use possessive form of it
2020-05-04Revert "v4: Add Release Drafter (#30701)" (#30711)XhmikosR2-54/+0
This reverts commit f93e58eddb395ddbb52f2d26aeeae45e0e2d46e5.
2020-05-02search.js: make the check for URL stricter (#30695)XhmikosR1-6/+6
2020-05-02Avoid bad scrollbar replacement into width values (#30690)Johann-S1-2/+5
2020-05-02Backport #30130XhmikosR5-1/+65
Add a script to zip the built examples
2020-05-02fix package.json add extension in main fieldJohann-S1-1/+1
2020-05-02Backport #30685Martijn Cuppens1-0/+3
`<pre>`: Disable auto-hiding scrollbar in IE & legacy Edge
2020-05-02Backport the CodeQL Action additionXhmikosR1-0/+28
2020-05-02Fix redirectXhmikosR1-2/+2