- 23 Nov, 2021 5 commits
-
-
Sebastian Mares authored
Prevent scrolling when re-focusing the modal-triggering element once the modal was hidden. Closes #35391.
-
GeoSot authored
Our individual js/dist files are now deduplicated properly thus resulting in a size reduction, which varies from ~25% to ~60% depending on the components used. The average savings are 20% uncompressed and ~15% with gzip. This will mostly benefit cases that more than one component is imported from js/dist. In all other cases it doesn't have any effect. Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
Neeraj Kumar Das authored
-
Julien Déramond authored
Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
XhmikosR authored
* @babel/preset-env ^7.16.0 → ^7.16.4 * cspell ^5.12.6 → ^5.13.0 * eslint ^8.2.0 → ^8.3.0 * eslint-plugin-unicorn ^38.0.1 → ^39.0.0 * hugo-bin ^0.77.2 → ^0.77.4 * karma ^6.3.8 → ^6.3.9 * rollup ^2.60.0 → ^2.60.1
-
- 16 Nov, 2021 1 commit
-
-
XhmikosR authored
* eslint-plugin-import ^2.25.2 → ^2.25.3 * linkinator ^2.14.5 → ^2.16.2 * nodemon ^2.0.14 → ^2.0.15 * rollup ^2.59.0 → ^2.60.0 * terser ^5.9.0 → ^5.10.0
-
- 15 Nov, 2021 2 commits
-
-
Mark Otto authored
-
Tobias Nießen authored
-
- 09 Nov, 2021 2 commits
-
-
XhmikosR authored
* cspell ^5.12.4 → ^5.12.6 * eslint ^8.1.0 → ^8.2.0 * eslint-plugin-unicorn ^37.0.1 → ^38.0.1 * hugo-bin ^0.76.1 → ^0.77.2 * karma ^6.3.7 → ^6.3.8 * linkinator ^2.14.4 → ^2.14.5 * postcss-cli ^9.0.1 → ^9.0.2 * rtlcss ^3.4.0 → ^3.5.0
-
Scott O'Hara authored
While it is understood that this is just an example, the visible text (label) of "Works with selects" and the `aria-label="Floating label select example"` created a [WCAG 2.5.3 Label in name](https://www.w3.org/WAI/WCAG21/quickref/#label-in-name) failure. As the `aria-label` isn't necessary here since this `select` is already provided an accessible name by its `label` element, removing the unnecessary `aria-label` seems the best course of action as: * removing it solves the WCAG issue * it removes the potential implication to developers that they'd even _need_ an `aria-label` here, let alone indirectly suggesting that it's ok for the visible text and accessible name to be out of alignment
-
- 05 Nov, 2021 1 commit
-
-
Julien Déramond authored
Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
- 03 Nov, 2021 2 commits
-
-
Christian Oliff authored
-
Mark Otto authored
-
- 02 Nov, 2021 2 commits
-
-
kyletsang authored
-
XhmikosR authored
* @babel/cli ^7.15.7 → ^7.16.0 * @babel/core ^7.15.8 → ^7.16.0 * @babel/preset-env ^7.15.8 → ^7.16.0 * autoprefixer ^10.3.7 → ^10.4.0 * cspell ^5.12.3 → ^5.12.4 * eslint ^8.0.1 → ^8.1.0 * karma ^6.3.5 → ^6.3.7 * karma-firefox-launcher ^2.1.1 → ^2.1.2 * rollup ^2.58.0 → ^2.59.0 * sass ^1.43.2 → ^1.43.4
-
- 01 Nov, 2021 4 commits
-
-
Michael Sørensen authored
Co-authored-by:
XhmikosR <xhmikosr@gmail.com> Co-authored-by:
Mark Otto <markd.otto@gmail.com>
-
Mark Otto authored
We already do this in rows, so to best support our containers, we need to do it at the container level as well. Fixes #32658, fixes #34614, closes #32658 . Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
Julien Déramond authored
* Add missing `role="search"` and `type="search"` in navbar doc and examples * Update site/content/docs/5.1/components/navbar.md * Remove warning callout about ensuring correct search role in navbar doc Co-authored-by:
Gaël Poupard <ffoodd@users.noreply.github.com> Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
Christian Oliff authored
-
- 29 Oct, 2021 3 commits
-
-
Gaël Poupard authored
Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
Gaël Poupard authored
Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
Gaël Poupard authored
Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
- 28 Oct, 2021 1 commit
-
-
Barabas authored
Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
- 26 Oct, 2021 1 commit
-
-
Oxydent authored
Co-authored-by:
louismaximepiton <louismaxime.piton@orange.com>
-
- 21 Oct, 2021 2 commits
-
-
XhmikosR authored
* @rollup/plugin-commonjs ^21.0.0 → ^21.0.1 * @rollup/plugin-node-resolve ^13.0.5 → ^13.0.6 * clean-css-cli ^5.4.1 → ^5.4.2 * eslint ^8.0.0 → ^8.0.1 * karma ^6.3.4 → ^6.3.5 * nodemon ^2.0.13 → ^2.0.14 * postcss ^8.3.9 → ^8.3.11 * rtlcss ^3.3.0 → ^3.4.0 * sass ^1.42.1 → ^1.43.2
-
Gaël Poupard authored
* docs(RTL): fix typo in Hello World! sentence * chore(docs): Cspell arabic words update
-
- 13 Oct, 2021 6 commits
-
-
GeoSot authored
* Change `Swipe` dispose spy on EventHandler * Modal hide spy on backdrop hide
-
GeoSot authored
-
GeoSot authored
-
XhmikosR authored
* eslint ^7.32.0 → ^8.0.0 * eslint-plugin-import ^2.24.2 → ^2.25.2 * eslint-plugin-unicorn ^36.0.0 → ^37.0.1 * vnu-jar 21.10.8 → 21.10.12
-
XhmikosR authored
-
XhmikosR authored
* add missing comments * shorten block comments * reorder constants * reorder public/private methods * sort exports alphabetically in util/index.js * fix a couple of typos
-
- 12 Oct, 2021 1 commit
-
-
GeoSot authored
-
- 11 Oct, 2021 4 commits
-
-
Jesse Mandel authored
Co-authored-by:
XhmikosR <xhmikosr@gmail.com>
-
XhmikosR authored
* @babel/core ^7.15.5 → ^7.15.8 * @babel/preset-env ^7.15.6 → ^7.15.8 * cspell ^5.12.0 → ^5.12.3 * linkinator ^2.14.3 → ^2.14.4 * vnu-jar 21.9.2 → 21.10.8
-
Geremia Taglialatela authored
-
GeoSot authored
-
- 10 Oct, 2021 2 commits
- 09 Oct, 2021 1 commit
-
-
XhmikosR authored
-