5.3.8

Latest release
Released 4 months ago (August 26, 2025)

Software
Bootstrap
Introduction Bootstrap is a popular open-source front-end framework used for designing responsive and mobile-first websites. Originally developed by Twitter, it provides a collection of HTML, CSS, and JavaScript components like buttons, forms, navigation bars, and modals. With its grid system and pre-designed elements, Bootstrap makes it easy for developers to create clean and consistent layouts quickly. It's widely used for speeding up web development and ensuring compatibility across different devices and browsers.
Developer Bootstrap Core Team
Written in HTML, CSS (Less for v3, Sass from v4 onward), JavaScript
Platform Web Platform
Repository https://github.com/twbs/bootstrap
Website https://getbootstrap.com
Security policy https://github.com/twbs/bootstrap?tab=security-ov-file#readme
License MIT license

All Releases

Buy Me a Coffee at ko-fi.com
VersionStatusFirst official releaseLatest patch releaseActive startMaintenance startEnd of life
5.xLTS
Supported
5.0.0
4 years ago
May 05, 2021
5.3.8
4 months ago
August 26, 2025
Started 3 years ago
July 19, 2022
TBD
TBD
4.xLTS
End of life
4.0.0
7 years ago
January 18, 2018
4.6.2
3 years ago
July 19, 2022
Started 6 years ago
November 26, 2019
Started 4 years ago
November 01, 2021
Ended 3 years ago
January 01, 2023
3.xLTS
End of life
3.0.0
12 years ago
August 19, 2013
3.4.1
6 years ago
February 13, 2019
Started 11 years ago
November 01, 2014
Started 9 years ago
September 05, 2016
Ended 6 years, 5 months ago
July 24, 2019
2.x
End of life
2.0.0
13 years ago
February 01, 2012
2.3.2
12 years ago
July 27, 2013
--Ended 12 years, 4 months ago
August 19, 2013
1.x
End of life
1.0.0
14 years ago
August 18, 2011
1.4.0
14 years ago
November 04, 2011
---

Bootstrap Lifecycle & End of Life (EOL) Policy

Bootstrap manages its versions through a structured process handled by the release working group. Development happens on the main branch for the current active major version, incorporating new features, improvements, and regular fixes.

When a major version is ready to retire, it gets frozen and moves into Long Term Support by creating a dedicated LTS branch. This allows the main branch to start work on the next major without disrupting the stabilized version.

The LTS period splits into two stages: Active LTS, where the version receives bug fixes, security patches, and documentation updates, followed by Maintenance LTS, limited to critical bugs, severe security issues, and essential docs changes with fewer releases.

Eventually, after Maintenance, the version reaches end of life, meaning no more official updates or support from the core team. The code stays archived and accessible, but maintenance stops completely.

This model provides predictable timelines, helping teams plan upgrades while ensuring older versions remain viable for a reasonable time. New features are reserved for active development to encourage progression.

Phase Focus Typical Outcome
Active Development New features and full fixes. On main branch.
Active LTS Bugs, security, docs. Regular updates.
Maintenance LTS Critical issues only. Infrequent releases.
End of Life No updates. Archived branch.

Staying on supported phases keeps projects secure and compatible with evolving web standards.

Risks of Using End-of-Life (EOL) Versions

Running Bootstrap versions that have reached EOL means no official patches for emerging vulnerabilities, increasing the chance of exploits through dependencies or CSS/JS flaws.

Modern browsers advance quickly, and unsupported versions may not align well, causing layout shifts, broken components, or poor performance on new devices.

Integrating with current tools or libraries becomes harder as they target newer Bootstrap features. In strict environments, it could fail audits or compliance checks.

Teams end up spending more time on workarounds instead of building new functionality. Moving to active versions resolves these and brings efficiency gains.

Main Risks

  • Unpatched security issues.
  • Browser compatibility gaps.
  • Dependency mismatches.
  • Compliance challenges.

What Happens After Bootstrap Reaches EOL

Once a version hits EOL, the team stops all releases, fixes, and assistance. Sites continue to function, but without protection from new risks or changes in the web landscape.

The source remains available in archives for reference or custom forks, but no community-backed changes occur.

This is the signal to upgrade to the current major, leveraging migration guides for smoother transitions.

Post-EOL Situation Reality
Updates None official.
Best Path Upgrade forward.

People Also Ask -- Bootstrap EOL & Support Questions

Q1: What are Bootstrap support phases?
Active development, Active LTS, Maintenance LTS, then EOL.

Q2: How long does LTS last?
Active for bugs/security, then Maintenance for critical only.

Q3: Risks with EOL versions?
No patches, compatibility issues.

Q4: After EOL options?
Migrate to current version.

Q5: Track status how?
Via release notes and docs.

Tracking & Monitoring Bootstrap EOL Dates

Monitor the official blog and GitHub release pages for announcements about phase transitions and EOL timelines.

The versions page lists current status; check periodically for updates on active and maintenance branches.

Practical Tips

  • Follow blog posts.
  • Watch repository tags.
  • Note LTS changes.

How To Check Your Bootstrap Version

Open your site in a browser and inspect the CSS file link.

The URL often includes the version, like bootstrap.min.css?ver=5.3.2.

Alternatively, view source and search for "Bootstrap v" in comments or meta.

In console, check if available:

console.log($.fn.tooltip.Constructor.VERSION); // for older with jQuery

Recent Releases

Version Release date
5.3.8 4 months ago
August 26, 2025
5.3.7 7 months ago
June 10, 2025
5.3.6 8 months ago
May 05, 2025
5.3.5 9 months ago
April 04, 2025
5.3.4 9 months ago
April 03, 2025