1. 15 Nov, 2021 1 commit
  2. 28 Oct, 2021 2 commits
  3. 05 Oct, 2021 1 commit
  4. 28 Sep, 2021 1 commit
  5. 15 Sep, 2021 2 commits
  6. 14 Sep, 2021 1 commit
  7. 09 Sep, 2021 1 commit
    • Patrick H. Lauke's avatar
      v4: Disabled link cleanup (#34924) · f4a1a35c
      Patrick H. Lauke authored
      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
      Unverified
      f4a1a35c
  8. 08 Sep, 2021 2 commits
  9. 21 Jul, 2021 3 commits
    • XhmikosR's avatar
      Update devDependencies · 5d24fef7
      XhmikosR authored
      * @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                  ...
      5d24fef7
    • XhmikosR's avatar
      Backport #34336 · 6c995120
      XhmikosR authored
      Remove unneeded `.text-white-50` CSS rule
      
      This is already part of Bootstrap 4.6 and 5.0.
      6c995120
    • XhmikosR's avatar
      Update Hugo config and sitemap.xml (#34074) · c272eb80
      XhmikosR authored
      c272eb80
  10. 09 Jun, 2021 1 commit
  11. 02 Jun, 2021 1 commit
  12. 21 May, 2021 4 commits
    • XhmikosR's avatar
      Update devDependencies · c2f949c1
      XhmikosR authored
      * @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
      c2f949c1
    • midzer's avatar
      Replace freenode with libera IRC server (#34050) · fb604bc0
      midzer authored
      fb604bc0
    • XhmikosR's avatar
      Update anchor.js to v4.3.1. (#33668) · 5e69eab3
      XhmikosR authored
      5e69eab3
    • XhmikosR's avatar
      docs: update clipboard.js to v2.0.8 (#33583) · 072a0402
      XhmikosR authored
      072a0402
  13. 30 Apr, 2021 1 commit
  14. 15 Apr, 2021 1 commit
  15. 06 Apr, 2021 1 commit
  16. 19 Mar, 2021 1 commit
  17. 11 Mar, 2021 1 commit
  18. 17 Feb, 2021 2 commits
  19. 15 Feb, 2021 1 commit
  20. 27 Jan, 2021 1 commit
  21. 19 Jan, 2021 3 commits
  22. 18 Jan, 2021 1 commit
  23. 17 Jan, 2021 1 commit
  24. 15 Jan, 2021 2 commits
  25. 14 Jan, 2021 1 commit
  26. 13 Jan, 2021 1 commit
  27. 08 Jan, 2021 2 commits
    • XhmikosR's avatar
      docs: add v5.0 in versions (#32728) · 37186db5
      XhmikosR authored
      Unverified
      37186db5
    • XhmikosR's avatar
      Update devDependencies · 6b788acf
      XhmikosR authored
      * @babel/cli                   ^7.12.8  →  ^7.12.10
      * @babel/core                  ^7.12.8  →  ^7.12.10
      * @babel/preset-env            ^7.12.7  →  ^7.12.11
      * @rollup/plugin-babel          ^5.2.1  →    ^5.2.2
      * @rollup/plugin-commonjs      ^16.0.0  →   ^17.0.0
      * @rollup/plugin-node-resolve  ^10.0.0  →   ^11.0.1
      * autoprefixer                 ^10.0.2  →   ^10.2.1
      * cross-env                     ^7.0.2  →    ^7.0.3
      * eslint                       ^7.14.0  →   ^7.17.0
      * eslint-config-xo             ^0.33.1  →   ^0.34.0
      * eslint-plugin-unicorn        ^23.0.0  →   ^25.0.1
      * find-unused-sass-variables    ^3.0.0  →    ^3.1.0
      * hugo-bin                     ^0.66.2  →   ^0.68.0
      * linkinator                    ^2.2.2  →   ^2.11.2
      * nodemon                       ^2.0.6  →    ^2.0.7
      * postcss                      ^8.1.10  →    ^8.2.3
      * postcss-cli                   ^8.3.0  →    ^8.3.1
      * qunit                        ^2.12.0  →   ^2.13.0
      * rollup                 ...
      6b788acf