1. 31 Aug, 2022 2 commits
  2. 29 Aug, 2022 1 commit
  3. 10 Aug, 2022 1 commit
  4. 04 Aug, 2022 3 commits
  5. 03 Aug, 2022 3 commits
  6. 01 Aug, 2022 3 commits
  7. 31 Jul, 2022 1 commit
  8. 29 Jul, 2022 2 commits
  9. 28 Jul, 2022 2 commits
  10. 27 Jul, 2022 4 commits
  11. 26 Jul, 2022 1 commit
    • Mark Otto's avatar
      Simplify social images and add ability to set per-page images (#36804) · 501faa2c
      Mark Otto authored
      * Simplify social images and add ability to set per-page images
      
      - Removes the homepage summary layout in favor of the larger image card (makes it more consistent with other pages)
      - Reuses new thumbnails for Webpack, Parcel, and Vite guides to add their new social images
      
      * Update default social card
      
      * Change description to subtitle, add longer description to match homepage
      
      * Remove social_image_path, use inline conditions for social images
      501faa2c
  12. 25 Jul, 2022 8 commits
  13. 22 Jul, 2022 3 commits
  14. 19 Jul, 2022 3 commits
    • XhmikosR's avatar
      Release v5.2.0 (#36768) · edf9c409
      XhmikosR authored
      * Bump version to 5.2.0
      
      * Dist
      
      * Update masthead.html
      edf9c409
    • GeoSot's avatar
      Fix failing test on EventHandler (#36772) · f451b416
      GeoSot authored
      f451b416
    • XhmikosR's avatar
      Update devDependencies (#36767) · 4035ad1a
      XhmikosR authored
      * @babel/cli                       ^7.18.6  →  ^7.18.9
      * @babel/core                      ^7.18.6  →  ^7.18.9
      * @babel/preset-env                ^7.18.6  →  ^7.18.9
      * clean-css-cli                     ^5.6.0  →   ^5.6.1
      * eslint                           ^8.19.0  →  ^8.20.0
      * eslint-plugin-markdown            ^2.2.1  →   ^3.0.0
      * rollup                           ^2.76.0  →  ^2.77.0
      * stylelint-config-twbs-bootstrap   ^4.0.0  →   ^5.0.0
      * terser                           ^5.14.1  →  ^5.14.2
      4035ad1a
  15. 18 Jul, 2022 3 commits
    • Marc Wrobel's avatar
      eae51cdf
    • Marc Wrobel's avatar
      Fix typos in code (#36763) · 705d6857
      Marc Wrobel authored
      Shoutout is correct but has been replaced by its more common form : Shout-out (https://www.merriam-webster.com/dictionary/shout-out).
      705d6857
    • JWB's avatar
      Fixing pagination compile issue · 154916ca
      JWB authored
      This was an issue with the tables as well, but that has been updated here - 4a3c004c
      
      This was also noted here - 36501#issuecomment-1153187062_
      
      This effects the 5.2 beta1 that is released on the homepage.
      
      Whats happening is with a fresh download and compile, with some compilers, I noticed not all of them run into this issue, we get the Sass variable showing up and not the actual value.
      
      Steps to reproduce - 
       - Download the source code form the docs for beta 2 and extract
       - Open VSCode -> open folder to the bootstrap directory you just extracted
       - install the "Sass/Less/Stylus/Pug/Jade/Typescript/Javascript Compile Hero Pro" v2.3.53 by Eno Yao extension
       ---- might have to restart VSCode
       - go to that extensions settings, and set the directory to save the output / compiled version to `../dist`
       - tap that Compile Hero on the bottom to activate the extension
       - open `bootstrap.scss` add a space or a new line and save it
       - check the compiles version and you should see the errors
      154916ca