XhmikosR
fe73da982f
JS: minor refactoring
...
* shorten block comments
* reorder constants
2021-10-22 17:07:51 +03:00
XhmikosR
4f0187c891
Revert "Bundlewatch: stop ignoring dependabot branches ( #33192 )" ( #35069 )
...
This reverts commit 5560c86070
.
2021-10-22 17:07:51 +03:00
XhmikosR
6d0fd8c3a5
Backport #35074
...
sanitizer: add `sms` in the `SAFE_URL_PATTERN`
2021-10-22 17:07:51 +03:00
XhmikosR
7b3a47ee3d
Update terser to v5.9.0.
2021-10-22 17:07:51 +03:00
Gaël Poupard
e482fbb159
fix(input-group): custom-file with validation ( #33239 )
2021-10-21 09:00:22 +03:00
Julien Déramond
8133c3e5b2
Fix capitalization after period in Markdown files ( #35112 )
2021-10-05 17:51:44 +03:00
XhmikosR
44a01ec5b7
Update devDependencies ( #35068 )
...
* @babel/cli ^7.15.4 → ^7.15.7
* @rollup/plugin-node-resolve ^13.0.4 → ^13.0.5
* autoprefixer ^10.3.4 → ^10.3.6
* glob ^7.1.7 → ^7.2.0
* nodemon ^2.0.12 → ^2.0.13
* postcss ^8.3.6 → ^8.3.8
* postcss-cli ^8.3.1 → ^9.0.0
* qunit ^2.17.1 → ^2.17.2
* rollup ^2.56.3 → ^2.57.0
2021-09-28 18:32:57 +03:00
Julien Déramond
8ebd6d95d6
Remove extra spaces in Markdown files ( #35047 )
2021-09-28 12:22:52 +03:00
XhmikosR
bdab948670
Remove unneeded conditional
2021-09-15 15:44:20 +03:00
XhmikosR
af52795501
Remove duplicate test.
2021-09-15 15:44:20 +03:00
XhmikosR
f6ff736a59
Change test description so that it's unique
2021-09-15 15:44:20 +03:00
XhmikosR
77e0855e5e
Merge duplicate test.
2021-09-15 15:44:20 +03:00
XhmikosR
ed62ab6e41
Remove commented out test
2021-09-15 15:44:20 +03:00
XhmikosR
d4e162f4ac
Skip tests if attachShadow
is not present
2021-09-15 15:44:20 +03:00
XhmikosR
551f37aff6
tests: comply to the new rules
...
Use `assert.strictEqual`/`assert.true`/`assert.false`
2021-09-15 15:44:20 +03:00
XhmikosR
5391ecdfde
Add eslint-plugin-qunit
2021-09-15 15:44:20 +03:00
XhmikosR
e202996a2b
Update devDependencies
...
* @babel/cli ^7.14.8 → ^7.15.5
* @babel/core ^7.14.8 → ^7.15.4
* @babel/preset-env ^7.14.8 → ^7.15.6
* @rollup/plugin-commonjs ^19.0.1 → ^20.0.0
* @rollup/plugin-node-resolve ^13.0.2 → ^13.0.4
* autoprefixer ^10.3.1 → ^10.3.4
* clean-css-cli ^5.3.0 → ^5.3.3
* eslint ^7.31.0 → ^7.32.0
* eslint-config-xo ^0.37.0 → ^0.38.0
* eslint-plugin-import ^2.23.4 → ^2.24.2
* eslint-plugin-unicorn ^34.0.1 → ^36.0.0
* hugo-bin ^0.74.0 → ^0.76.1
* qunit ^2.16.0 → ^2.17.1
* postcss ^8.3.5 → ^8.3.6
* rollup ^2.53.3 → ^2.56.3
* vnu-jar 21.6.11 → 21.9.2
2021-09-15 15:31:00 +03:00
XhmikosR
cb55e389b8
Update CodeQL workflow ( #34961 )
2021-09-15 15:31:00 +03:00
XhmikosR
08a550a044
Backport #34937
...
Update a URL mentioning dead name
2021-09-15 15:31:00 +03:00
XhmikosR
b0cd2078f7
docs: backport layouts updates from the main branch
2021-09-15 15:31:00 +03:00
XhmikosR
9cdfbc06ce
docs-navbar: use the config variable and update to 5.1
2021-09-15 15:31:00 +03:00
XhmikosR
f9a79141be
npm scripts: add aggregate-output
( #32907 )
2021-09-15 15:31:00 +03:00
Gaël Poupard
1db75d111b
More concise improvements for add()
and subtract()
( #34432 )
2021-09-15 15:31:00 +03:00
Mark Otto
01036ff2ef
Update description of active buttons ( #34966 )
2021-09-14 15:05:07 +03:00
Patrick H. Lauke
f4a1a35cf2
v4: Disabled link cleanup ( #34924 )
...
manual backport of #34886
per https://www.w3.org/TR/html-aria/#docconformance
> It is NOT RECOMMENDED to use `aria-disabled="true"` on an `a` element with an `href` attribute.
>
>NOTE
>If a link needs to be "disabled", remove the `href` attribute.
This PR removes the unnecessary `href="#"`, `tabindex="-1"`, and `aria-disabled="true"` from disabled links in both docs pages and examples. `aria-disabled="true"` *is* kept for disabled link-based buttons (that have `role="button"`) as there it's appropriate to use (you *want* to convey to assistive technologies that this thing you're claiming is a button is also disabled at the moment)
Further, the PR extends the "Link functionality caveat" to show the "proper" way (removing `href` and adding `.disabled` class only) to disable a link, but then explains what to do if that's not possible (and then keeps an example with all the traditional `href="#" tabindex="-1" aria-disabled="true"`, but explains clearly that it's not ideal). Same sort of explanation is also added to the pointer event utilities page
2021-09-09 14:49:06 +03:00
XhmikosR
408252eff1
Move RFS version in config.yml and update it.
2021-09-08 09:06:42 +03:00
XhmikosR
94b310dc6f
Update RFS to v8.1.0
2021-09-08 09:06:42 +03:00
Mark Otto
8dec3d0a34
Replace Sass division with multiplication and custom divide() function
...
Fixes #34353 .
Co-Authored-By: Slaven Tomac <slaventomac@gmail.com>
2021-09-08 09:06:42 +03:00
alpadev
b010a6f9f4
fix(modal): change the order we return from show() method ( #34087 )
...
In case of a modal with fading enabled, a prevented show event can cause show to not showing the modal anymore.
See #34055
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-07-25 20:36:11 +03:00
XhmikosR
5d24fef741
Update devDependencies
...
* @babel/cli ^7.14.3 → ^7.14.8
* @babel/core ^7.14.3 → ^7.14.8
* @babel/preset-env ^7.14.2 → ^7.14.8
* @rollup/plugin-commonjs ^19.0.0 → ^19.0.1
* @rollup/plugin-node-resolve ^13.0.0 → ^13.0.2
* autoprefixer ^10.2.5 → ^10.3.1
* eslint ^7.26.0 → ^7.31.0
* eslint-config-xo ^0.36.0 → ^0.37.0
* eslint-plugin-import ^2.23.2 → ^2.23.4
* eslint-plugin-unicorn ^31.0.0 → ^34.0.1
* globby ^11.0.3 → ^11.0.4
* hugo-bin ^0.71.1 → ^0.73.0
* karma ^6.3.2 → ^6.3.4
* karma-firefox-launcher ^2.1.0 → ^2.1.1
* linkinator ^2.13.6 → ^2.14.0
* nodemon ^2.0.7 → ^2.0.12
* node-sass ^6.0.0 → ^6.0.1
* postcss ^8.3.0 → ^8.3.5
* qunit ^2.15.0 → ^2.16.0
* rollup ^2.48.0 → ^2.53.3
* stylelint-config-twbs-bootstrap ^2.2.0 → ^2.2.3
* vnu-jar 21.4.9 → 21.6.11
2021-07-21 16:20:01 +03:00
XhmikosR
70267da28e
CI: make use of the actions/setup-node
's cache
option ( #34453 )
2021-07-21 16:20:01 +03:00
dependabot[bot]
9cf31d9f8e
Bump coverallsapp/github-action from 1.1.2 to 1.1.3 ( #34491 )
...
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action ) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/coverallsapp/github-action/releases )
- [Commits](https://github.com/coverallsapp/github-action/compare/v1.1.2...1.1.3 )
---
updated-dependencies:
- dependency-name: coverallsapp/github-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-07-21 16:20:01 +03:00
Kijima Daigo
a6618c437b
CONTRIBUTING.md: fix broken link to README.md ( #34389 )
2021-07-21 16:20:01 +03:00
XhmikosR
6c9951203c
Backport #34336
...
Remove unneeded `.text-white-50` CSS rule
This is already part of Bootstrap 4.6 and 5.0.
2021-07-21 16:20:01 +03:00
XhmikosR
ec986fcb57
Manually backport #34075 and #34279
...
Improve and clean up vnu-jar.js
2021-07-21 16:20:01 +03:00
XhmikosR
c272eb80bf
Update Hugo config and sitemap.xml ( #34074 )
2021-07-21 16:20:01 +03:00
Gaël Poupard
ca3ff6dc29
Handle complex expressions in add() & subtract() ( #34047 )
2021-07-21 16:20:01 +03:00
XhmikosR
0ef990f18e
Replace Freenode with Libera.Chat in the remaining files ( #34250 )
2021-07-21 16:20:01 +03:00
Christian Oliff
6c2c14d887
Remove print thead rule ( #34426 )
...
The `thead` rule is safe to remove -- it was a workaround for browsers that didn't conform to this part of the CSS 2.1 spec. (https://www.w3.org/TR/CSS21/tables.html#table-display )
In practice, this meant IE 6 & IE 7.
(thanks to @mattbrundage for this PR upstream for the main.css project (https://github.com/h5bp/main.css/pull/101 )
2021-07-08 08:28:53 +03:00
k-utsumi
086c0bfc25
🐛 Enable 0.x
with negative margins @ v4 ( #33593 )
...
* 🐛 Enable `0.x` with negative margins @ v4
I set it as below, but no negative margin was added.
`$spacers: (0\.5: ($spacer * .125));`
After investigating, it seems that `0 \ .5` is also evaluated as 0.
So I changed it to string comparison.
HTML example: `<img class="mt-n0.5">`
* 💚 Clear CI errors
2021-06-24 10:57:47 +03:00
Christian Oliff
538ea32cb7
Fix repetition in the description.
2021-06-09 14:08:50 -07:00
Gaël Poupard
e376773ccc
docs(color): wrong secondary hex code ( #34159 )
...
Closes #34146
---
Not sure what happened but indeed, [our current `$secondary` is not what's shown in docs](c2f949c1fd/scss/_variables.scss (L68)
).
2021-06-02 04:59:48 +02:00
XhmikosR
c2f949c1fd
Update devDependencies
...
* @babel/cli ^7.13.14 → ^7.14.3
* @babel/core ^7.14.0 → ^7.14.3
* @babel/preset-env ^7.14.1 → ^7.14.2
* @rollup/plugin-commonjs ^18.0.0 → ^19.0.0
* @rollup/plugin-node-resolve ^11.2.1 → ^13.0.0
* clean-css-cli ^5.2.2 → ^5.3.0
* eslint ^7.23.0 → ^7.26.0
* eslint-config-xo ^0.35.0 → ^0.36.0
* eslint-plugin-import ^2.22.1 → ^2.23.2
* eslint-plugin-unicorn ^29.0.0 → ^31.0.0
* glob ^7.1.6 → ^7.1.7
* hugo-bin ^0.70.0 → ^0.71.1
* node-sass ^5.0.0 → ^6.0.0
* postcss ^8.2.9 → ^8.3.0
* qunit ^2.14.1 → ^2.15.0
* rollup ^2.44.0 → ^2.48.0
* stylelint ^13.12.0 → ^13.13.1
* stylelint-config-twbs-bootstrap ^2.1.0 → ^2.2.0
* vnu-jar 21.2.5 → 21.4.9
2021-05-21 08:19:22 +03:00
midzer
fb604bc03f
Replace freenode with libera IRC server ( #34050 )
2021-05-21 08:19:22 +03:00
XhmikosR
68f6aa6780
CI: remove Node.js 10 ( #33923 )
...
Node.js 10 is EOL since 30/04/2021
2021-05-21 08:19:22 +03:00
Mark Otto
f61c2ed8f1
Spinner alignment changes
2021-05-21 08:19:22 +03:00
XhmikosR
6ed3845f31
JS tests: add Node.js 16 ( #33720 )
2021-05-21 08:19:22 +03:00
XhmikosR
5e69eab37a
Update anchor.js to v4.3.1. ( #33668 )
2021-05-21 08:19:22 +03:00
XhmikosR
072a0402d8
docs: update clipboard.js to v2.0.8 ( #33583 )
2021-05-21 08:19:22 +03:00
Mark Otto
767856c7b8
Backport #33782 to v4
2021-04-30 14:40:27 -07:00