I am using Bootstrap for many years. Some projects are still using the old v5.0. The latest Bootstrap v5.3.1 is released on July 26, 2023. I don’t have time to learn it until now.

Let me study it and find out What’s New since v5.3.0.

Color modes:

  • Increased color contrast for dark mode by replacing $gray-500 with $gray-300 for the body color
  • Added our color mode switcher JavaScript to our examples ZIP download

Components:

  • Improved disabled styling for all .nav-links, providing .disabled and :disabled for use with anchors and buttons
  • Add support for Home and End keys for navigating tabs by keyboard
  • Added some basic styling to toggle buttons when no modifier class is present
  • Fixed carousel colors in dark mode

Forms:

  • Fixed floating label disabled text color

Utilities:

  • .text-bg-* utilities now use CSS variables

Sass:

Add new $navbar-dark-icon-color Sass variable
Removed duplicate $alert Sass variables
Added a new variable for $vr-border-width to customize the vertical rule helper width

Documentation:

  • Added search to our homepage
  • Improved responsive behavior on Dashboard example
  • Improved dark mode rendering of Cheatsheet examples

 

It is kind of harder to learn something from the Doc site. The best way for me is to make something with it. I just briefly read the Doc and start coding. I will study the details when I need it in my codes.

So I keep two monitors on, one for my program, and the other one for Doc reference page.

 

How do you study a new technology? Let me know in the comments below.

 

David Yin

David is a blogger, geek, and web developer — founder of FreeInOutBoard.com. If you like his post, you can say thank you here

Leave a Reply

Your email address will not be published. Required fields are marked *