1. 12 May, 2022 4 commits
  2. 11 May, 2022 3 commits
  3. 10 May, 2022 18 commits
  4. 09 May, 2022 2 commits
  5. 07 May, 2022 4 commits
  6. 06 May, 2022 5 commits
    • Mark Otto's avatar
      v5.2.0: Migrate to DocSearch 3 (#36176) · 6b49d26b
      Mark Otto authored
      * Migrate to DocSearch v3
      
      Fixes #33338
      
      
      
      * initialize `siteDocsVersion` const after the proper check
      
      * Update site/layouts/partials/stylesheet.html
      
      Co-authored-by: default avatarGeoSot <geo.sotis@gmail.com>
      
      * Update header.html
      
      * code review changes
      
      * Update search.js
      
      * Fix contrast issue, tweak some styles
      
      * Fix some navbar changes
      
      * temporary safari fix for docsearch3
      
      Co-authored-by: default avatarGeoSot <geo.sotis@gmail.com>
      Co-authored-by: default avatarXhmikosR <xhmikosr@gmail.com>
      6b49d26b
    • GeoSot's avatar
      ref(Docs assets): Separate js assets · d2497b03
      GeoSot authored
      d2497b03
    • Mark Otto's avatar
      Iterate on border utilities (#36239) · bca99232
      Mark Otto authored
      * Remove `--bs-border-opacity: 1` from `.border-*` utilities
      
      We set `--bs-border-opacity: 1` globally at the `:root` level, so redeclaring it on every `.border-*` utility doesn't make much sense. I think we can drop this.
      
      * Remove global border-opacity var, restore on .border-color classes, move .border-color utils down the list to fix some specificity issues
      
      * Add some demos of border utils to the docs
      bca99232
    • Julien Déramond's avatar
      Handle disabled focused tabs with tab JavaScript plugin (#36169) · 5d9500bd
      Julien Déramond authored
      
      * Handle disabled tabs
      
      * Fix after feedback
      
      * Update js/src/tab.js
      
      Co-authored-by: default avatarGeoSot <geo.sotis@gmail.com>
      
      * Update js/src/tab.js
      
      Co-authored-by: default avatarGeoSot <geo.sotis@gmail.com>
      
      * Commit suggestions via GitHub broke the thing
      
      * Add some unit tests
      
      * Remove temp doc modification
      
      * Add tests for left arrow
      
      * Add disabled tabs in JavaScript Behavior section
      
      * Compact 4 tests to 2 tests
      
      * Compact 4 tests to 2 tests
      
      * Add 'disabled' attribute for all buttons
      
      * Change the disabled pane position only for the vertical version
      
      * Change ids for the confusing first example in JavaScript behavior
      
      * Use disabled attribute instead of the class for buttons in tabs
      
      Co-authored-by: default avatarGeoSot <geo.sotis@gmail.com>
      5d9500bd
    • louismaxime.piton's avatar
      Fix proposal · cca80168
      louismaxime.piton authored
      cca80168
  7. 30 Apr, 2022 4 commits