DITA Bootstrap v6 - #322
Draft
jason-fox wants to merge 38 commits into
Draft
Conversation
jason-fox
marked this pull request as draft
August 1, 2026 11:46
Collaborator
Author
|
There are breaking changes between v5 and v6 - you can see the differences here: https://jason-fox.github.io/dita-bootstrap.html/v5/ There is a CORS issue with the Obviously the bootswatch themes are also non functioning. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
v6branch updates thedita-bootstrapDITA-OT plugin to establish compatibility with Bootstrap 6.0. The major changes include renaming components, adopting new responsive utilities syntax, and updating color styles.1. Component Renames & Migrations
Bootstrap 6 deprecates the custom
OffcanvasJavaScript component in favor of native CSS/HTML drawer-like elements.offcanvas.xslhas been renamed todrawer.xsl.bootstrap-d/offcanvasnow produce.drawerinstead of.offcanvasclasses.sample/offcanvas.ditawas removed and replaced bysample/drawer.dita.2. Tailwind-Style Breakpoint Syntax
Bootstrap 6 adopts a colon-separated syntax for responsive breakpoint utilities, matching Tailwind CSS convention. The XSL stylesheets have been updated:
d-none d-lg-blocktod-none lg:d-block.my-lg-0tolg:my-0andpx-sm-1tosm:px-1.container-xltoxl:container.3. Styling & Color Utility Updates
bg-primary-subtletobg-subtle-primary).