| Age | Commit message (Collapse) | Author | Files | Lines |
|
* v5: Promote floating labels example to component
- Adds new .form-floating
- Stubs out basics of a docs page
- Removes existing Example
* Update floating labels to support .form-select, make inputs and selects more consistent
- To do this, I made the .form-control and .form-select consistent in min-height vs height
- Removed some unused variables now
- Updated -color to be the -color because I don't know why this was any different before
- Update page to include some examples for layout, validation, and value
- Rewrite styles to not modify padding, but instead transform and opacity
* Streamline and bulletproof some things
- Apply some optimizations from code review
- Removed unecessary properties from the label
- Add some comments for what properties are required
- Move from fixed height for labels to height 100% so we can support textareas
- Improve docs a little bit, add ToC
* Move some values to variables, switch from scaling font-size to scale, update transforms
* Bring over changes from #30966 and add to them to tighten things up
* Delete the now unused example images
* Fix typo
* Allowlist the calc function
* Add transform-origin, update transform values
* Test out autofill fix
* Fix linter issue
* Mention it in the migration guide
* Bump bundlesize
* Add one more variable per review
* Shave .25rem off the height
Co-authored-by: XhmikosR <[email protected]>
|
|
Switch to relative URLs so that we don't need to change the path with every major/minor release
|
|
Revert "Re-optimize SVG"
This reverts commit 331566bc85f7c0009e5a16b84d97f99c12d3a1c1.
Revert "Move homepage-hero.svg to an img tag"
This reverts commit c24acf8d2cca8e94a4115d7c30a281de23882789.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- New logo
- Add callout to v4-dev branch
|
|
* use v5.getbootstrap.com as the site URL/CNAME
* block robots from crawling
* specify next npm tag
|
|
|
|
|
|
|
|
|
|
|
|
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.
|
|
|
|
Now there's only one command needed to run the docs: `npm run docs-serve`.
Also, simplify the npm scripts.
|
|
|
|
|
|
|
|
|
|
See https://github.com/twbs/bootstrap/pull/29368#issuecomment-528725686
|
|
|
|
- Simplify display headings example markup
- Simplify footer styles
- Remove z-indices hacks in the docs
- Remove redundant modal styling in docs
- Use `escape-svg()` to escape docs sidebar chevron
- Simplify sidebar chevron code
- Cleanup masthead css & fix column width between `md` & `lg`
- Easier to download logo's with the `download` attribute.
- Changed some color codes into variables
- Cleanup brands css
|
|
|
|
Use the built-in utilities instead.
|
|
consistency in docs
|
|
|
|
While important in the past, it has become obsolete, so removing it seems the best solution.
|
|
|
|
|
|
|
|
|
|
|
|
* Follow-up to #29095
This PR fixes the responsive containers that were added in #29095, originally stubbed out in #25631. Apologies to @browner12 for getting that wrong.
Fixes #25631.
* update navbar as well because we cannot reset all containers uniformly
* Update navbars example to include container-xl example to ensure containers match
* rewrite responsive containers docs, add table of max-widths
* Update container docs
- Move table up to the intro
- Remove the container example because it's actually hella confusing
- Update and link to grid example as a demo instead
|
|
|
|
* Update bs-custom-file-input.min.js to v1.3.2.
* Update anchor.min.js to v4.2.0.
|
|
|
|
|
|
|
|
|
|
- _navbar.scss for all main navbar code
- new _subnav.scss to move all subnav styles into
|
|
|
|
|
|
Dist after adding new utils file
|
|
|