What You Got New In Bootstrap 5?

BY: Services GroundOn August 13, 2020
What You Got New In Bootstrap 5?

Latest News & Summary Bootstrap 5 First Alpha (What’s New)

. Switch to the JavaScript Vanilla

. Enhanced Grid System

. Enhanced Documentation

. New APIs Available

. JQuery has been removed

. Enhanced Modularity

. Improved Form

. New Font Responsive

. New Utilities and Helpers

. Easier Customization Theming

. Lighter Package

. Support for Drop Internet Explorer 10 and 11

Whats New In Bootstrap 5 Services Ground

 

Why was jQuery removed from Bootstrap 5?

Mark Otto, the founder of Bootstrap has written:

Bootstrap is no longer reliant on jQuery “We’re sharpening our emphasis on creating more future-friendly resources and while we’re still not completely there,

The promise of CSS variables, faster JavaScript, fewer dependencies, and better APIs definitely felt right to us. jQuery brought millions (billions?) of people unparalleled access to complex JavaScript behaviors over the past decade and a half. Personally, I’m forever grateful for the inspiration and help it offered me to continue writing front-end code, learning new technologies, and accepting plug-ins. Thanks to every developer and maintainer of jQuery who made this possible for people like me.

Due to advancements in front-end development software and browser support, we can now remove jQuery as a dependency, but you will never find anything else.

We’re focused more on developing tools that are more future-oriented, and although we’re not yet completely there, the promise of CSS variables, JavaScript faster,

No doubt fewer dependencies and stronger APIs sound good for us.”

Whats New In Bootstrap 5 Code Services Ground

◆ Improved customizing docs

BOotstrap5 hunkered in many places and strengthened our documentation, providing more clarity, eliminating uncertainty,

And giving even more support for Bootstrap extension. It all begins with a whole new segment on Customizing.

◆ New look and feel

Team bootstrap built on the improvements to our Docs homepage in v4.5.0 with an updated look and feel for the rest of our documents. Our document pages are no longer full-width to improve readability and make our website feel less. We’ve also Modified our sidebar to use expandable parts (powered by our own Collapse plugin) to navigate more quickly.

Whats New In Bootstrap 5 New Look Services Ground

◆ CSS custom properties

With the end of Internet Explorer support, custom CSS properties are now available. Up to version 4, there are only a few variables related to colors and fonts.

Even then, some elements and layout options are available & can be specified by variables in version 5.

For example, in version 5, you can use CSS custom properties to set table elements

Code:

[code].table {

–bs-table-bg: #{$table-bg};

–bs-table-accent-bg: transparent;

–bs-table-striped-color: #{$table-striped-color};

–bs-table-striped-bg: #{$table-striped-bg};

–bs-table-active-color: #{$table-active-color};

–bs-table-active-bg: #{$table-active-bg};

–bs-table-hover-color: #{$table-hover-color};

–bs-table-hover-bg: #{$table-hover-bg};

// Styles here…

}[/code]

Whats New In Bootstrap 5 Customize Services Ground

If you liked this article please subscribe to our newsletter and YouTube channel for video tutorials and free online courses.

Checkout 16 evergreen content ideas (Article)