Releases: socketlabs/bootstrap
Releases · socketlabs/bootstrap
v5.1.0.2724-graviton
Changes:
- 93870d7 update version hash
- b026e75 formatting tweaks
- 6517885 update variables
- 04fc2b9 add variable
- 736b38b update variables
- d52b7be update fonts
- fdfc46a Merge pull request #112 from socketlabs/socketlabs/merge-temp
- 36a2f7a merge
- 520cc8d Docs: group together reusable CSS for examples in a single stylesheet (twbs#35649)
- cd20834 Update devDependencies (twbs#35686)
See More
- f0e1220 README.md: mention Netlify (twbs#35683)
- c99fa6c build-plugins.js: use globby package (twbs#35586)
- 14c7dc1 Fix:
isVisiblefunction behavior in case of a<details>element, on chrome 97 (twbs#35682) - d581737 Update cspell config (twbs#35647)
- 1726041 Update devDependencies (twbs#35678)
- e8f4cba fixed button text (twbs#35656)
- 0dbec67 Fix custom-checkbox and custom-radio in migration doc (twbs#35609)
- 0d054bb Remove explicit use of aria-hidden for offcanvas when closed (twbs#35589)
- f7a1b18 Fix offcanvas title in 'Enable body scrolling' example (twbs#35621)
- 670e12d Remove the useless class of the close button .text-reset
- cebb843 Update nuget/bootstrap.png (twbs#35641)
- 0b57c44 Update devDependencies (twbs#35640)
- 9680e17 Bump copyright year to 2022 (twbs#35639)
- 2c9ecd0 Update api.md (twbs#35486)
- 33c7f9f Update devDependencies (twbs#35591)
- deb8e3f Add note to carousel crossfade docs about bg color (twbs#35587) [ twbs#35181 ]
- f171d3e Strengthen and expand note about dynamic tabs with dropdown menus (twbs#35588)
- 0d4213b Carousel: move repeated code to a method
- b8ee68c Carousel: remove always true
visibilityStatecheck - ff4bf4a Carousel: move carousel default interval to
_getConfig()and simplify it - 6f79721 Carousel: return early and drop a loop.
- d60f146 Carousel: add a helper to get the active element
- 65cf77a Popover/Tooltip: Fix vertical alignment on arrow of tip elements (twbs#35527) [ twbs#32692 ]
- aec2137 docs: add reference to sticky-xxl utils (twbs#35579)
- 32401fd fix(docs): typo in Alerts CSS Variables description (twbs#35575)
- 8ccb27a Update devDependencies (twbs#35545)
- a2c056e fix(alerts): ensure color is set and used (twbs#35571)
- 4216254 docs: A fix for CSS Variables and some proposal (twbs#35563)
- c2db710 Fix typo in comment (twbs#35564)
- f729e4c Convert alerts to CSS variables (twbs#35401)
- 4a66f22 Add missing
border-radiusforbtn-group(twbs#35467) - d178012 Add sticky bottom utility (twbs#35518)
- 2d07383 docs: Use param to set Bootstrap version in Contents page (twbs#35556)
- a22694d build/postcss.config.js: minor tweaks (twbs#35506)
- e0960b0 Tooltip: remove extraneous call to _getConfig() (twbs#35540)
- d40fae4 Popover.js: Accept empty content through
data-bs-content(twbs#35514) - cd04fe0 Scrollspy: minor refactoring (twbs#35512)
- cb46ad6 Reprocess inline SVGs with the latest SVGO (twbs#35484)
- 28f7c94 docs: Add responsive variations for align-content-between (twbs#35532)
- 8cdb6c4 Update stylelint and stylelint-config-twbs-bootstrap (twbs#35438)
- cd50942 Update devDependencies (twbs#35498)
- 886b940 Extract Component config functionality to a separate class (twbs#33872)
- 68f2267 JS tests: only test one Node.js version (twbs#35481)
- 63d38b1 Tab: minor refactoring (twbs#35511)
- 871c8bd util/index.js: minor refactoring (twbs#35510)
- eaa801c Toast: join multiple classList calls (twbs#35507)
- 94d4fa3 Fix tests fixture type (twbs#35501)
- 28a5a72 Scrollbar - remove margin/padding properties properly (twbs#35388)
- c376cb0 Dropdown: fix toggle focus after dropdown is hidden using the
ESCbutton (twbs#35500) - 4fd5539 ScrollBar.js. Minor refactoring and add test (twbs#35492)
- 2a7015e Fix variable name in form overview docs (twbs#35468)
- e45111f Replace inline styles in example "Dropdowns" (twbs#35483)
- 328f723 Tooltip: remove title attribute before show & add tests (twbs#35456)
- ba7863a Fix typo in $purples (twbs#35466)
- b2200c3 Bump cspell from 5.13.1 to 5.13.2 (twbs#35473)
- a75d209 Update devDependencies (twbs#35472)
- a780d74 Docs offcanvas navbar (twbs#34487)
- 6eef480 CI: add
workflow_dispatch(twbs#35454) - 2ff1eb0 README.md: wrap file contents in a
detailselement (twbs#35452) - d8999dd Tests: Minor fixes (twbs#35455)
- 385fea4 Tooltip/Popover: add underscore prefix to protected functions
- bd79d69 Tooltip: a simple code-block position change
- 1f7b832 Tooltip: simplify popper check
- 9b9372e Tooltip: refactor
_hoverStateto Boolean to achieve better control - 8eacbaa Tooltip: merge timeout functionality
- c69ccba Tooltip: Change
_enter&_leaveto work without arguments - a20e420 Tooltip: Remove redundant
config.delaycheck - 724663b Tooltip: Remove
Data.setusage for dynamically created tip - 3baeb0a Tooltip: merge
isAnimatedchecks - 53c77c0 Tooltip: refactor jQueryInterface
- a594536 Dropdown: change doc for
data-bs-popper=none - dd07c1f Dropdown: clearMenus is always an event callback
- f71640f Dropdown: Clean more
- 21e5618 Dropdown: rename vars
- 0686fa0 Dropdown: Remove redundant
Spacecheck - a14a552 Dropdown: Deduplicate complex check
- bff95d5 Dropdown: Remove redundant check since the
showmethod already does it - 2d32802 Dropdown: Change constant to the way we use it
- fb5921d Dropdown: Merge
display='static'&isNavbarfunctionality activating static popper with no styles attached - 137b324 Dropdown: Remove static method used once
- 8b308b7 Dropdown tests: Use a function to improve readability (twbs#35448)
- 01b08d9 Remove the now outdated build/svgo.yml (twbs#35447)
- cab62af Fix popover arrow & tooltip template after the
setContentaddition (twbs#35441) - 44a6cd7 Tooltip: remove leftover method (twbs#35440) [ twbs#32692 ]
- 2fe90d8 Update edge-to-edge design instructions (twbs#35446)
- e5d8256 tests/unit/util/scrollbar.spec.js: rename function
- 11ce6c2 tests: fix a few typos
- f8f9dc3 tests: remove extra spaces, unneeded arrays and add missing newlines
- eb54e1a tests: tweak Jasmine's matchers usage
- 5739bf7 tests/browsers.js: remove unneeded export
- 2a51370 Fix variable name in customizing comment (twbs#35414)
- d13b5ca Update devDependencies (twbs#35421)
- 1692fc6 Alert: add a couple more tests (twbs#35419)
- 3129ff0 BaseComponent: add a couple more tests (twbs#35410)
- 5290080 Update typography.md
- 45eb70e Correctly implement RFS in
:rootCSS variable for$body-font-size(twbs#35326) - 3c8fbb6 Update _close.scss
- 6f077ff Clean tooltip component unneeded functionality (twbs#32692)
- 374eeec tooltip.js: use array.includes instead of for iteration (twbs#35127)
- 91ad255 Change adjustDialog's if conditions to improve readability
- 569bca5...
v5.1.0.1220-graviton: Merge pull request #44 from socketlabs/socketlabs/updates
v5.0.1.1220-graviton: Merge pull request #44 from socketlabs/socketlabs/updates
Changes:
- 9a7eab2 Merge pull request #44 from socketlabs/socketlabs/updates
- 263e832 fix lint errors
- 9107d03 update base and merge additions
- 8e0dc07 fix merge conflicts
- 7207cd1 dashboard-rtl: use the same scripts as the dashboard example (twbs#34766)
- b10c1a7 Fix typo in placeholder docs (twbs#34752)
- 18b3e1a Bump sass from 1.37.5 to 1.38.0 (twbs#34759)
- 1e5e655 Fix modal when is triggered by
bs-toggle, to hide other open instances (twbs#34701) - 418fe81 carousel: move common checks to a function (twbs#34621)
- 2034ead Update devDependencies (twbs#34725)
See More
- 91e53eb Bump rollup from 2.55.1 to 2.56.2 (twbs#34721)
- d3368f4 Bump eslint-config-xo from 0.37.0 to 0.38.0 (twbs#34722)
- 0d608a6 Bump eslint-plugin-import from 2.23.4 to 2.24.0 (twbs#34723)
- 612d235 Add check to rgba-css-var function for body or bg (twbs#34699)
- fd92e35 Bump clean-css-cli from 5.3.2 to 5.3.3 (twbs#34697)
- f4fd271 Fix font size variable name (twbs#34679)
- fdc2f72 docs: Fix placeholders typo (twbs#34686)
- f20fece Prepare v5.1.0. (twbs#34674)
- 7fcc2f4 _navbar.scss: switch comment (twbs#34677)
- 68ff5c9 Bump @popperjs/core from 2.9.2 to 2.9.3 (twbs#34668)
- 0da7d66 Bump hugo-bin from 0.74.1 to 0.75.0 (twbs#34669)
- 999eee6 Bump sass from 1.37.2 to 1.37.5 (twbs#34670)
- 1e9446c Update .bundlewatch.config.json
- 7409271 Document the utility API's new css-var boolean
- 4d7911a Add and document additional :root CSS variables
- e72916e Update color and background-color utilities
- a2f92d1 Improved docs describing media-breakpoint-down breakpoints (twbs#34637)
- 39b7c75 Add new placeholder component (twbs#31859)
- f64df40 Update input-bg to use body-bg (twbs#34651)
- b6df4a5 Regenerate package-lock.json (twbs#34659)
- fc6cf9b Bump @babel/preset-env from 7.14.8 to 7.14.9 (twbs#34653)
- 6074e55 Bump @rollup/plugin-commonjs from 19.0.2 to 20.0.0 (twbs#34656)
- 6d3e1a0 Bump sass from 1.36.0 to 1.37.2 (twbs#34658)
- 6c38cc0 Bump clean-css-cli from 5.3.0 to 5.3.2 (twbs#34657)
- c451359 Bump rollup from 2.55.0 to 2.55.1 (twbs#34655)
- d9c6031 Bump hugo-bin from 0.74.0 to 0.74.1 (twbs#34654)
- 9deed2d Bump eslint from 7.31.0 to 7.32.0 (twbs#34652)
- a6a2d1e Regression on tooltip template creation process. (twbs#34628)
- 23fd488 Add missing newlines around fenced codeblocks (twbs#34630)
- 742269a tooltip: move repeated strings to constants (twbs#34619)
- 6d707f4 Enable a few eslint-config-xo rules (twbs#34620)
- 2bf32ad transfer
interfaceinsidejQueryInterface - e5b606d simplify initialization on
data-toggleclick - 6f17e63 keep parent only as element
- 4c1f7bb remove duplicated
Selector.find - 7a71703 Simplify check for children
- 8fc4f3a initialize variable properly
- 1947ca0 Refactor internal function to use it in more cases.
- 5882d5d Add a helper function to check for showing
- 4961ad0 Remove redundant check on
data-toggleclick. - 2ad0a4a streamline
_getConfig& interface - c6c0bbb Collapse page: add a link to the accordion page (twbs#34605)
- 906a990 Revert "Allow individual grid classes to override
.row-cols(twbs#33621)" (twbs#34612) - 4bfd8a2 Use a streamlined way to trigger component dismiss (twbs#34170)
- 047145e Fix
Manipulator.offset()(twbs#33603) - 24e14c3 Correct Toast docs (twbs#34604)
- fd9285b Make text decoration consistent with other anchors (twbs#34475) [ twbs#34474 ]
- a389cb4 Update devDependencies (twbs#34585)
- 8513c69 Document change to hr in v5 (twbs#34574)
- f41bf2f Rename Build Tools page to Contribute (twbs#34578)
- 7646f6b Add shift-tab keyboard support for dialogs (modal & Offcanvas components) (twbs#33865)
- 8536474 More concise improvements for
add()andsubtract()(twbs#34432) - d140981 Make note of _root.scss being required
- e208774 Clean up a couple CSS Grid issues (twbs#34572) [ twbs#34399 ]
- 905db7d Update the custom Sass import docs (twbs#34573) [ twbs#34397 ]
- e805a5e Update nav-tab.md
- 9ef7ca5 Make default $accordion-icon-color consistent
- dd303fa docs: minor image compression improvements (twbs#34557)
- 2bdbb42 docs: Add Github Octicons to the list (twbs#34526)
- 41292a5 Toasts: Change showing timings and classes to keep toast
display:noneby default (twbs#33610) - e85a6ed make
dataApiKeydownHandlerto handle specific instance, avoiding extra manipulations - 9916191 extract createPopper method
- b1dad09 handle click event in one place, remove undocumented click listener on element in case of not having the proper markup
- d01a085 use classList
addinstead oftoggleon show - d130b00 simplify toggle
- 3533e2d Merge
dropdownInterfacetojQueryInterface - d3c6f25 Add
isShownmethod and reuse it - da2db21 Use on private method to set content & cleanup template
- 9c3ceaa popover: Move common code in tooltip's
getTipElement() - a97fd1c use one private method to resolve string or function
- 3716603 Use
getOrCreateInstanceon_initializeOnDelegatedTarget - 92c7056
_getDelegateConfig(): add a comment and remove an unneeded config check - c4e189d use a class private getter to decouple same methods usage
- 75b2934 Update devDependencies (twbs#34552)
- 3e01830 Bump rollup from 2.53.2 to 2.53.3 (twbs#34548)
- 119cfc3 Remove whitespace at beginning of util/index.js (twbs#34545)
- 5541179 Fix
Util.reflowfunction and add documentation (twbs#34543) - 365b9e5 Bump @rollup/plugin-replace from 2.4.2 to 3.0.0 (twbs#34536)
- 5eaf73b Bump stylelint-config-twbs-bootstrap from 2.2.1 to 2.2.3 (twbs#34541)
- 7218c3e Bump @rollup/plugin-node-resolve from 13.0.0 to 13.0.2 (twbs#34540)
- 3f7476b Bump @rollup/plugin-commonjs from 19.0.0 to 19.0.1 (twbs#34539)
- ed9850c Bump eslint from 7.30.0 to 7.31.0 (twbs#34538)
- 95e5b76 Bump rollup from 2.53.1 to 2.53.2 (twbs#34537)
- 2721f60 CI: make use of the
actions/setup-node'scacheoption (twbs#34453) - dfafb9a modal: change
data-dismissso that it can be outside of a modal usingbs-target(twbs#33403) - 06a1ca5 Add new offcanvas support to navbars
- ed3f2d4 Bump bundlewatch
- aee169d Split .vr from stacks as a new helper
- 2bc6de1 Add hstack and vstack helpers
- 5c1691a Regenerate package-lock.json (twbs#34499)
- 054f878 fix(forms): prevent color control from shrinking (twbs#34445) [ twbs#34195 ]
- e45b25e util.js: remove
Selector.findOne()dependency (twbs#34441) - 2b297b9 Bump rtlcss from 3.2.1 to 3.3.0 (twbs#34490)
- 96db178 Bump nodemon from 2.0.9 to 2.0.12 (twbs#34489)
- f50ce61 Bump karma-jasmine-html-reporter from 1.6.0 to 1.7.0 (twbs#34492)
- 3f3f8dd Bump coverallsapp/github-action from 1.1.2 to 1.1.3 (twbs#34491)
- da524f6 Bump rollup from 2.52.8 to 2.53.1 (twbs#34493)
- 145aaee Added new Offcanvas file to import example
- 452e2f0...
v5.0.1.807-graviton
v5.0.1.806-graviton
Changes:
- 7e82727 add new variables
- cae583e Merge branch 'twbs:main' into socketlabs/main
- f9122e4 form customizations
- 0c4566b add fluent icons
- 8bc89b2 Bump hugo-bin from 0.72.4 to 0.72.5 (twbs#34394)
- f323fad Bump nodemon from 2.0.7 to 2.0.9 (twbs#34393)
- 0c7018a Bump rollup from 2.52.3 to 2.52.6 (twbs#34392)
- 696996d Add dynamic, live alerts example to docs (twbs#33866)
- d314466 Accept argument of different types in the
getInstancemethod (twbs#34333) - b00355d Bump hugo-bin from 0.72.1 to 0.72.4 (twbs#34376)
See More
- d979dcf Bump rtlcss from 3.2.0 to 3.2.1 (twbs#34372)
- cb18759 Bump linkinator from 2.13.6 to 2.14.0 (twbs#34371)
- 921d8ae Bump rollup from 2.52.2 to 2.52.3 (twbs#34370)
- 70dd7f6 Changes to Alert component to match the others (twbs#33402)
- 45d26de Variablize backdrop for modal and offcanvas
- 088ef62 Remove unneeded
.text-white-50CSS rule (twbs#34336) - 653476e Fixes twbs#34187
- 77d4143 Bump bundlewatch bundle
- dd824f2 v5.1: Add optional CSS grid (twbs#31813)
- 5967ebd Use the
switchstatement instead ofif - f94f497 ScrollSpy: Make Proper use of the SelectorEngine
- a816615 Add utility classes for opacity (twbs#33781) [ twbs#33483 ]
- 2d8da8b Add four new snippet examples (twbs#33882)
- 688bce4 Release v5.0.2 (twbs#34276)
- 16d5041 Fix another Sass division (twbs#34332)
- 4927388 Register only one
DOMContentLoadedevent listener inonDOMContentLoaded(twbs#34158) - 56b0004 Bump sass from 1.32.13 to 1.35.1 (twbs#34285)
- c11c3a7 Update rfs to v9.0.4.
- ed13d01 Update the divide() function
- 290b9ee fix(carousel): arrow keys break animation if carousel sliding (twbs#34307)
- 8be957b Bump @babel/preset-env from 7.14.5 to 7.14.7 (twbs#34326)
- 0fa84e8 build/vnu-jar.js: clean up ignores (twbs#34279)
- 58a3731 Bump rollup from 2.52.1 to 2.52.2 (twbs#34325)
- 15c040a Bump eslint from 7.28.0 to 7.29.0 (twbs#34324)
- 40373eb Bump hugo-bin from 0.71.1 to 0.72.1 (twbs#34327)
This list of changes was auto generated.
v5.0.1.686-graviton
Changes:
- e6a9143 Merge branch 'twbs:main' into socketlabs/main
- a8719a2 update colors
- 34db122 Small typos, closes twbs#34249
- 0f0d6b9 Update fonts
- 862cfd4 Merge branch 'twbs:main' into socketlabs/main
- d16a799 Bump rollup from 2.51.2 to 2.52.1 (twbs#34288)
- c6d6156 Bump postcss from 8.3.4 to 8.3.5 (twbs#34287)
- 9c1bc2f Bump globby from 11.0.3 to 11.0.4 (twbs#34286)
- bef9ec8 Fix lingering Sass math (twbs#34281)
- 543d221 Remove a leftover sass:math module call (twbs#34280)
See More
- f15a3c3 graviton initial commit
- d62ba93 Fix carousel buttons (twbs#34266)
- 9485172 fix error in javascript example under Asynchronous functions and transitions section
- 2b2183a Bump @babel/core from 7.14.5 to 7.14.6 (twbs#34262)
- a47c055 Bump postcss from 8.3.3 to 8.3.4 (twbs#34260)
- 285ff5e querySelector will only select the first element. Adjust to QuerySelectorAll
- 2f734af Don't set auto margin on offcanvas close
- 5be3550 Add important to utilities, mention it's usage and global variable
- f30066c Document the change to breakpoint mixins (twbs#34251)
- 9ef62c3 Replace Freenode with Libera.Chat in the remaining files (twbs#34250)
- 3786606 Update devDependencies
- be17444 Replace
/division with multiplication and customdivide()function (twbs#34245) - e9da490 docs(style): fix display of nested
<ul><li>(twbs#34223) - 7951eed fix(docs): update docs to match the newest modal-open removal (twbs#34239)
- f826331 Update tooltips.md (twbs#34222)
- 95bc724 docs: update overview.md to fix typo
- 9ac6585 fix accessibility issue on sidebars example (twbs#34214)
- b613c8d Update devDependencies (twbs#34206)
- 232a40a Improve vnu-jar.js (twbs#34075)
- 7968a07 docs: update dropdowns.md to reflect the correct version (twbs#34180)
- ca43fa8 docs: update migration.md to fix a typo
- cb47b8c Refactor scrollbar.js to be used as a Class (twbs#33947)
- 08139c2 docs(customize): missed explanations for overrides (twbs#34179) [ twbs#34176 ]
- f2b47e1 Allow individual grid classes to override
.row-cols(twbs#33621) - f14d1a4 Add positioned badges example to docs (twbs#34143)
- dbda13d fix(forms): unitless
line-heightfor floating labels (twbs#34161) - c98657b Add
getOrCreateInstancemethod in base-component (twbs#33276) - 4a5029e Fix handling of transitionend events dispatched by nested elements(twbs#33845)
- 071a288 Placeholder changes to input value in readonly input. (twbs#34040)
- 46045b4 img in horizontal card (twbs#34160) [ twbs#34145 ]
- c0d21e1 Sets the correct color for popover header bottom border
- 9c7f3be add Bootstrap 5 Simplified Chinese translation
- 7ec9d8d Fix typo ("theses"→ "these")
- 7d9adb7 Regenerate package-lock.json to flatten the deps tree (twbs#34157)
- cec7618 Bump @babel/preset-env from 7.14.2 to 7.14.4 (twbs#34154)
- 08773ab Bump rollup from 2.50.0 to 2.50.5 (twbs#34155)
- f3f0b31 Bump autoprefixer from 10.2.5 to 10.2.6 (twbs#34153)
- 0612d31 Bump eslint-plugin-import from 2.23.3 to 2.23.4 (twbs#34156)
- 0cb70e2 Changing Backdrop rootElement to default to a string (twbs#34092)
- e818c7c Bump ws from 7.4.5 to 7.4.6 (twbs#34136)
- 649c2bb Add missing transition to
.form-select(twbs#34034) - f9e3d01 corrected link to text alignment docs (twbs#34119)
- fd985d3 fix(tables): decouple table-bg and table-accent-bg (twbs#34048)
- 57205e3 fix(dropdowns): RTL for
.dropdown-menu-*(twbs#34124) - 544d9ac Change
element.parentNode.removeChild(element)toelement.remove()(twbs#34071) - 69a9b87 Bump rollup from 2.48.0 to 2.50.0 (twbs#34108)
- ff38727 Bump rtlcss from 3.1.2 to 3.2.0 (twbs#34105)
- 2b6f6cd Update Hugo config and sitemap.xml (twbs#34074)
- f505e57 Delete FUNDING.yml (twbs#34073)
- bdde9b5 Fix x-paddings for select (with floating label, and in Firefox) (twbs#34008)
- 993b533 Changing HTTP to HTTPS (twbs#34090)
- 50cf7f4 Handle complex expressions in add() & subtract() (twbs#34047)
- b513a19 Fix prevented show event disables modals with fade class from being displayed again (twbs#34085)
- 1366659 Bump eslint from 7.26.0 to 7.27.0 (twbs#34080)
- b046677 Bump eslint-plugin-import from 2.23.2 to 2.23.3 (twbs#34078)
- b39b665 Automatically select an item in the dropdown when using arrow keys (twbs#34052)
- 8033975 Document how to make utilities responsive using the API (twbs#34062)
- e06e6df fix test of twbs#34014 (twbs#34070)
- a2b5901 Fix bug where backdrop calls method on null if it is already removed from the body (twbs#34014)
- d64466a Bump postcss from 8.2.15 to 8.3.0 (twbs#34056)
- 0a4219a Replace freenode with libera IRC server (twbs#34050)
- 55a0f9a fix wrong comment text for tooltip (twbs#34044)
- 4ac711b Refactor
isVisiblehelper, fixing false positives from deep nesting or alternate means (twbs#33960) - 79c3bf4 Add Tests on scrollbar.js & better handling if a style property doesn't exists (twbs#33948)
- 9e4f87a Allow use of
dispose/hidemethods on Tooltip & Popover from jQueryInterface, when component does not exists. (twbs#33371) - de0b797 Remove FA for time being
- 8aa02d8 Update button-variant mixin to add missing space.
- a44f3f4 Adjusted z-index to cover "copy" buttons (twbs#34018)
- 4509d2d Bump rollup from 2.47.0 to 2.48.0 (twbs#34022)
- 9f95b08 Bump eslint-plugin-import from 2.22.1 to 2.23.2 (twbs#34023)
- df72a21 Add
getNextActiveElementhelper function to utils, replacing custom implementation through components (twbs#33608) - 372890b Bump @babel/cli from 7.13.16 to 7.14.3 (twbs#34025)
- ff60b40 Bump @babel/core from 7.14.2 to 7.14.3 (twbs#34024)
- 2757fbe Reset inside a Dialog does not work if
data-dismiss="modal"is set (twbs#33928) - 153cf3a Don't add empty content holder when there is no content available (twbs#33982)
- 0b2d20b docs(font-stack): drop BlinkMacSystemFont (twbs#34009)
- 9f678d6 docs(examples): Dashboard improvements (twbs#34007)
- 83bcc3c docs(cheatsheet): fix JS errors in
setActiveItem()(twbs#34011) - 58b1be9 Release v5.0.1 (twbs#33972)
- 130a5ba remove modal css override
- 6e1c909 Move get element functionality to a helper (twbs#33327)
- e376142 Update devDependencies (twbs#33970)
- b196857 Bump sass from 1.32.12 to 1.32.13 (twbs#33969)
- 1e4b924 Revert "use
:read-onlycss selector instead[readonly]for consistency (twbs#33642)" (twbs#33961) - 7ed4894 PRevent accent-bg from leaking in nested table (twbs#33825) [ twbs#33817 ]
- d81d0a9 Validated inputs in
.input-groupshouldn't be behind sibling element (twbs#33644) - d80cb22 Update Sidebars example to fix dividers and rendering on Chrome (twbs#33859)
- 3464d3c Add Fathom Analytics to v5 docs (twbs#33904)
- 9a9e224 Popover/Tooltip: streamline config property to start with underscore (twbs#33381)
- 15d0105 Bump @rollup/plugin-node-resolve from 11.2.1 to 13.0.0 (twbs#33935)
- 5f2b49f Bump @rollup/plugin-commonjs from 18.0.0 to 19.0.0 (twbs#33932)
- ac0ea51 Bump karma-jasmine-html-reporter from 1.5.4 to 1.6.0 (twbs#33937)
- 93c5412 Bump glob from 7.1.6 to ...
v5.0.1.679-graviton
Changes:
- e6a9143 Merge branch 'twbs:main' into socketlabs/main
- a8719a2 update colors
- 34db122 Small typos, closes twbs#34249
- 0f0d6b9 Update fonts
- 862cfd4 Merge branch 'twbs:main' into socketlabs/main
- d16a799 Bump rollup from 2.51.2 to 2.52.1 (twbs#34288)
- c6d6156 Bump postcss from 8.3.4 to 8.3.5 (twbs#34287)
- 9c1bc2f Bump globby from 11.0.3 to 11.0.4 (twbs#34286)
- bef9ec8 Fix lingering Sass math (twbs#34281)
- 543d221 Remove a leftover sass:math module call (twbs#34280)
See More
- f15a3c3 graviton initial commit
- d62ba93 Fix carousel buttons (twbs#34266)
- 9485172 fix error in javascript example under Asynchronous functions and transitions section
- 2b2183a Bump @babel/core from 7.14.5 to 7.14.6 (twbs#34262)
- a47c055 Bump postcss from 8.3.3 to 8.3.4 (twbs#34260)
- 285ff5e querySelector will only select the first element. Adjust to QuerySelectorAll
- 2f734af Don't set auto margin on offcanvas close
- 5be3550 Add important to utilities, mention it's usage and global variable
- f30066c Document the change to breakpoint mixins (twbs#34251)
- 9ef62c3 Replace Freenode with Libera.Chat in the remaining files (twbs#34250)
- 3786606 Update devDependencies
- be17444 Replace
/division with multiplication and customdivide()function (twbs#34245) - e9da490 docs(style): fix display of nested
<ul><li>(twbs#34223) - 7951eed fix(docs): update docs to match the newest modal-open removal (twbs#34239)
- f826331 Update tooltips.md (twbs#34222)
- 95bc724 docs: update overview.md to fix typo
- 9ac6585 fix accessibility issue on sidebars example (twbs#34214)
- b613c8d Update devDependencies (twbs#34206)
- 232a40a Improve vnu-jar.js (twbs#34075)
- 7968a07 docs: update dropdowns.md to reflect the correct version (twbs#34180)
- ca43fa8 docs: update migration.md to fix a typo
- cb47b8c Refactor scrollbar.js to be used as a Class (twbs#33947)
- 08139c2 docs(customize): missed explanations for overrides (twbs#34179) [ twbs#34176 ]
- f2b47e1 Allow individual grid classes to override
.row-cols(twbs#33621) - f14d1a4 Add positioned badges example to docs (twbs#34143)
- dbda13d fix(forms): unitless
line-heightfor floating labels (twbs#34161) - c98657b Add
getOrCreateInstancemethod in base-component (twbs#33276) - 4a5029e Fix handling of transitionend events dispatched by nested elements(twbs#33845)
- 071a288 Placeholder changes to input value in readonly input. (twbs#34040)
- 46045b4 img in horizontal card (twbs#34160) [ twbs#34145 ]
- c0d21e1 Sets the correct color for popover header bottom border
- 9c7f3be add Bootstrap 5 Simplified Chinese translation
- 7ec9d8d Fix typo ("theses"→ "these")
- 7d9adb7 Regenerate package-lock.json to flatten the deps tree (twbs#34157)
- cec7618 Bump @babel/preset-env from 7.14.2 to 7.14.4 (twbs#34154)
- 08773ab Bump rollup from 2.50.0 to 2.50.5 (twbs#34155)
- f3f0b31 Bump autoprefixer from 10.2.5 to 10.2.6 (twbs#34153)
- 0612d31 Bump eslint-plugin-import from 2.23.3 to 2.23.4 (twbs#34156)
- 0cb70e2 Changing Backdrop rootElement to default to a string (twbs#34092)
- e818c7c Bump ws from 7.4.5 to 7.4.6 (twbs#34136)
- 649c2bb Add missing transition to
.form-select(twbs#34034) - f9e3d01 corrected link to text alignment docs (twbs#34119)
- fd985d3 fix(tables): decouple table-bg and table-accent-bg (twbs#34048)
- 57205e3 fix(dropdowns): RTL for
.dropdown-menu-*(twbs#34124) - 544d9ac Change
element.parentNode.removeChild(element)toelement.remove()(twbs#34071) - 69a9b87 Bump rollup from 2.48.0 to 2.50.0 (twbs#34108)
- ff38727 Bump rtlcss from 3.1.2 to 3.2.0 (twbs#34105)
- 2b6f6cd Update Hugo config and sitemap.xml (twbs#34074)
- f505e57 Delete FUNDING.yml (twbs#34073)
- bdde9b5 Fix x-paddings for select (with floating label, and in Firefox) (twbs#34008)
- 993b533 Changing HTTP to HTTPS (twbs#34090)
- 50cf7f4 Handle complex expressions in add() & subtract() (twbs#34047)
- b513a19 Fix prevented show event disables modals with fade class from being displayed again (twbs#34085)
- 1366659 Bump eslint from 7.26.0 to 7.27.0 (twbs#34080)
- b046677 Bump eslint-plugin-import from 2.23.2 to 2.23.3 (twbs#34078)
- b39b665 Automatically select an item in the dropdown when using arrow keys (twbs#34052)
- 8033975 Document how to make utilities responsive using the API (twbs#34062)
- e06e6df fix test of twbs#34014 (twbs#34070)
- a2b5901 Fix bug where backdrop calls method on null if it is already removed from the body (twbs#34014)
- d64466a Bump postcss from 8.2.15 to 8.3.0 (twbs#34056)
- 0a4219a Replace freenode with libera IRC server (twbs#34050)
- 55a0f9a fix wrong comment text for tooltip (twbs#34044)
- 4ac711b Refactor
isVisiblehelper, fixing false positives from deep nesting or alternate means (twbs#33960) - 79c3bf4 Add Tests on scrollbar.js & better handling if a style property doesn't exists (twbs#33948)
- 9e4f87a Allow use of
dispose/hidemethods on Tooltip & Popover from jQueryInterface, when component does not exists. (twbs#33371) - de0b797 Remove FA for time being
- 8aa02d8 Update button-variant mixin to add missing space.
- a44f3f4 Adjusted z-index to cover "copy" buttons (twbs#34018)
- 4509d2d Bump rollup from 2.47.0 to 2.48.0 (twbs#34022)
- 9f95b08 Bump eslint-plugin-import from 2.22.1 to 2.23.2 (twbs#34023)
- df72a21 Add
getNextActiveElementhelper function to utils, replacing custom implementation through components (twbs#33608) - 372890b Bump @babel/cli from 7.13.16 to 7.14.3 (twbs#34025)
- ff60b40 Bump @babel/core from 7.14.2 to 7.14.3 (twbs#34024)
- 2757fbe Reset inside a Dialog does not work if
data-dismiss="modal"is set (twbs#33928) - 153cf3a Don't add empty content holder when there is no content available (twbs#33982)
- 0b2d20b docs(font-stack): drop BlinkMacSystemFont (twbs#34009)
- 9f678d6 docs(examples): Dashboard improvements (twbs#34007)
- 83bcc3c docs(cheatsheet): fix JS errors in
setActiveItem()(twbs#34011) - 58b1be9 Release v5.0.1 (twbs#33972)
- 130a5ba remove modal css override
- 6e1c909 Move get element functionality to a helper (twbs#33327)
- e376142 Update devDependencies (twbs#33970)
- b196857 Bump sass from 1.32.12 to 1.32.13 (twbs#33969)
- 1e4b924 Revert "use
:read-onlycss selector instead[readonly]for consistency (twbs#33642)" (twbs#33961) - 7ed4894 PRevent accent-bg from leaking in nested table (twbs#33825) [ twbs#33817 ]
- d81d0a9 Validated inputs in
.input-groupshouldn't be behind sibling element (twbs#33644) - d80cb22 Update Sidebars example to fix dividers and rendering on Chrome (twbs#33859)
- 3464d3c Add Fathom Analytics to v5 docs (twbs#33904)
- 9a9e224 Popover/Tooltip: streamline config property to start with underscore (twbs#33381)
- 15d0105 Bump @rollup/plugin-node-resolve from 11.2.1 to 13.0.0 (twbs#33935)
- 5f2b49f Bump @rollup/plugin-commonjs from 18.0.0 to 19.0.0 (twbs#33932)
- ac0ea51 Bump karma-jasmine-html-reporter from 1.5.4 to 1.6.0 (twbs#33937)
- 93c5412 Bump glob from 7.1.6 to ...