Gaël Poupard
b287736327
fix(forms): IE11 misalign validation tooltips in input-groups ( #30960 )
2020-06-04 09:27:08 +03:00
Gaël Poupard
6f4d9fff02
docs(cards): fix card-img-bottom example ( #30925 )
2020-05-29 18:01:40 +03:00
Gaël Poupard
daa01aacb5
docs(CDN): improve wording to match master and fix #30873 ( #30896 )
2020-05-26 18:48:53 +03:00
Mark Otto
58dd4cc66c
v4: Update docs callout for responsive SVG images ( #30809 )
...
Turns out this applies to IE11 as well as IE10, so this clarifies the docs callout.
Closes #25242 .
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-05-14 09:18:01 +03:00
Mark Otto
a8eb919f44
v4: Mention Bootstrap Icons in extend/icons.md ( #30813 )
...
- Closes #30796
2020-05-14 09:06:08 +03:00
XhmikosR
700c6036aa
Fix release script docs ( #30797 )
2020-05-13 09:13:27 +03:00
XhmikosR
7a6da5e3e7
Dist
2020-05-12 20:44:42 +03:00
XhmikosR
109ad5db90
Bump version to 4.5.0.
2020-05-12 20:44:42 +03:00
Mark Otto
4a0ddb02db
Wording fixes
2020-05-12 19:21:36 +03:00
XhmikosR
0f26be5ff3
Move the input groups validation workaround in docs.
2020-05-12 19:21:36 +03:00
XhmikosR
842b0d2ae4
Remove mention of build tools
...
They are not included in npm.
2020-05-12 19:21:36 +03:00
XhmikosR
32932d27d5
Grammar fixes
2020-05-12 19:21:36 +03:00
XhmikosR
4a26e51540
Include the newly added utilities/interactions.scss file
...
We missed it in #30562
2020-05-12 19:21:36 +03:00
XhmikosR
0f3eda8254
Update devDependencies and gems.
2020-05-12 19:21:36 +03:00
XhmikosR
30e7df6cca
Backport d59de33
from #30772
...
Add a test about the scrollbar issue on non-integer width
2020-05-12 19:21:36 +03:00
Giovanni Mendoza
f1827ce9cd
Avoid bad scrollbar replacement into width values
...
Refs #30772
2020-05-12 19:21:36 +03:00
XhmikosR
eb1df3e079
Update codeql.yml ( #30777 )
...
Remove moot fail-fast option
2020-05-12 19:21:36 +03:00
XhmikosR
df91d2cab0
Improve build/zip-examples.js ( #30759 )
...
* 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 19:21:36 +03:00
Rohit Sharma
d2f9fbd055
Removed role="document" from the modal dialog ( #30755 )
2020-05-12 19:21:36 +03:00
XhmikosR
bad48dc3b9
CI: simplify cache
...
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 19:21:36 +03:00
XhmikosR
86f2c01459
Partially revert "Use regex.test() when we want to check for a Boolean. ( #29969 )"
...
This partially reverts commit 6c46493803
.
2020-05-12 19:21:36 +03:00
XhmikosR
955c437f32
collapse.js: combine classes
2020-05-12 19:21:36 +03:00
XhmikosR
eb720f20ff
Minor lint tweaks and rules cleanup
2020-05-12 19:21:36 +03:00
XhmikosR
53eace04df
build-plugins.js: add missing shebang ( #30743 )
2020-05-12 19:21:36 +03:00
XhmikosR
1c9e203c52
dropdown.js: switch to a ternary
2020-05-12 19:21:36 +03:00
XhmikosR
5f79b75ea8
tests: switch to strictEqual/notStrictEqual
2020-05-12 19:21:36 +03:00
XhmikosR
195585f5a6
scrollspy.js add more tests
2020-05-12 19:21:36 +03:00
XhmikosR
fa8a7eca06
Remove variables used once.
2020-05-12 19:21:36 +03:00
XhmikosR
52fdab8d70
Join/break a few lines, no functional changes
2020-05-12 19:21:36 +03:00
XhmikosR
b3601aae5b
README.md: change Tests badge to point to v4-dev
2020-05-12 19:21:36 +03:00
XhmikosR
456194da11
package.json: add a docs-build script
...
Make the `docs-compile` one an alias of `docs-build`.
2020-05-12 19:21:36 +03:00
XhmikosR
fb4c8eacb0
CI: stop updating RubyGems since it's not needed
2020-05-12 19:21:36 +03:00
Mark Otto
5d10e4a58e
Add new interaction utilities and role attr to Reboot ( #30562 )
...
- 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-11 20:57:29 +03:00
XhmikosR
fce3370843
Backport #29272 and adapt if for v4-dev
...
docs: fix tap targets
2020-05-10 12:19:58 -07:00
XhmikosR
345d68cdbb
Add loading="lazy"
in images
...
Backport of #30199 after adapting it for v4-dev.
2020-05-10 12:19:58 -07:00
Mark Otto
a1d8ed4413
v4: Update homepage, examples, and general docs styles
...
- 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-10 12:19:58 -07:00
XhmikosR
4111242cbb
Update devDependencies and gems
2020-05-07 09:31:49 +03:00
XhmikosR
e82888daf4
Revert "Avoid bad scrollbar replacement into width values ( #30690 )"
...
This reverts commit 5f00bba652
.
2020-05-07 09:31:49 +03:00
Johann-S
015aaf3c3d
ensure build plugins can exit in error ( #30744 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-05-07 09:31:49 +03:00
Johann-S
22f75ca2e3
enforce element check on scrollspy target
2020-05-07 09:31:49 +03:00
XhmikosR
5f267b1854
Update jQuery to v3.5.1.
2020-05-07 09:31:49 +03:00
XhmikosR
0f6cb9139f
scrollspy.js: remove temporary variable ( #30724 )
2020-05-07 09:31:49 +03:00
XhmikosR
f3aed77dc7
Backport #30723
...
Move babel whitelist helpers to a common file
2020-05-07 09:31:49 +03:00
XhmikosR
d8691fcd5a
Update codeql.yml ( #30719 )
...
Remove `pull_request` event since it's not supported.
2020-05-07 09:31:49 +03:00
XhmikosR
566c829a1c
package.json: fix release script for v4.
2020-05-07 09:31:49 +03:00
Mark Otto
e51a09a2b8
Wording fixes
2020-05-06 20:56:04 +03:00
XhmikosR
8876866399
Update browser-bugs.md
...
Add a danger callout that the page is outdated
2020-05-06 20:56:04 +03:00
Quy
d63b651f37
Fix typo ( #30745 )
...
Use possessive form of it
2020-05-06 06:54:42 +03:00
XhmikosR
1fef25b777
Revert "v4: Add Release Drafter ( #30701 )" ( #30711 )
...
This reverts commit f93e58eddb
.
2020-05-04 20:00:19 +03:00
XhmikosR
63dbe4705d
search.js: make the check for URL stricter ( #30695 )
2020-05-02 15:39:19 +03:00