aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-05-13Release v5.0.1 (#33972)v5.0.1XhmikosR111-2008/+1636
* Bump version to 5.0.1. * Dist
2021-05-13remove modal css overrideGeoSot1-11/+2
2021-05-13Move get element functionality to a helper (#33327)GeoSot8-49/+85
Looking around on js components I found out many checks, different expressed but with same purpose. Some of them are trying to parse string to element, others, jQuery element to js simple nodeElement etc With this Pr, I am trying to give a standard way to parse an element So this pr: * Creates `getElement` helper that tries to parse an argument to element or null * Changes `isElement` to make explicit checks and return Boolean * fixes tests deficiencies
2021-05-13Update devDependencies (#33970)XhmikosR2-201/+185
* @babel/core ^7.14.0 → ^7.14.2 * @babel/preset-env ^7.14.1 → ^7.14.2
2021-05-13Bump sass from 1.32.12 to 1.32.13 (#33969)dependabot[bot]2-4/+4
Bumps [sass](https://github.com/sass/dart-sass) from 1.32.12 to 1.32.13. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.32.12...1.32.13) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-13Revert "use `:read-only` css selector instead `[readonly]` for consistency ↵Mark Otto1-5/+5
(#33642)" (#33961) This reverts commit 17252bb3b0c751ad2be1c1c1226ebcf43e7967f3. Co-authored-by: XhmikosR <[email protected]>
2021-05-13PRevent accent-bg from leaking in nested table (#33825)Gaël Poupard1-0/+1
Fixes #33817 Solution by @Hintzmann in [#33817 (comment)](https://github.com/twbs/bootstrap/issues/33817#issuecomment-831718042).
2021-05-13Validated inputs in `.input-group` shouldn't be behind sibling element (#33644)Jatin Mehta1-1/+8
Added z-index property for input-group only for invalid state
2021-05-12Update Sidebars example to fix dividers and rendering on Chrome (#33859)Mark Otto2-10/+17
2021-05-12Add Fathom Analytics to v5 docs (#33904)Mark Otto1-0/+1
* Add Fathom Analytics to v5 docs * newline
2021-05-12Popover/Tooltip: streamline config property to start with underscore (#33381)GeoSot3-41/+41
2021-05-11Bump @rollup/plugin-node-resolve from 11.2.1 to 13.0.0 (#33935)dependabot[bot]2-4/+4
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 11.2.1 to 13.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v13.0.0/packages/node-resolve) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11Bump @rollup/plugin-commonjs from 18.0.0 to 19.0.0 (#33932)dependabot[bot]2-4/+4
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 18.0.0 to 19.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v19.0.0/packages/commonjs) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-05-11Bump karma-jasmine-html-reporter from 1.5.4 to 1.6.0 (#33937)dependabot[bot]2-4/+4
Bumps [karma-jasmine-html-reporter](https://github.com/dfederm/karma-jasmine-html-reporter) from 1.5.4 to 1.6.0. - [Release notes](https://github.com/dfederm/karma-jasmine-html-reporter/releases) - [Commits](https://github.com/dfederm/karma-jasmine-html-reporter/compare/v1.5.4...v1.6.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-05-11Bump glob from 7.1.6 to 7.1.7 (#33936)dependabot[bot]2-4/+4
Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.6 to 7.1.7. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/master/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v7.1.6...v7.1.7) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-05-11Fix test warning for dropdown, without expectations (#33938)GeoSot1-0/+1
Co-authored-by: XhmikosR <[email protected]>
2021-05-11Bump eslint from 7.25.0 to 7.26.0 (#33933)dependabot[bot]2-8/+8
Bumps [eslint](https://github.com/eslint/eslint) from 7.25.0 to 7.26.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.25.0...v7.26.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-05-11Bump postcss from 8.2.13 to 8.2.15 (#33931)dependabot[bot]2-8/+8
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.13 to 8.2.15. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.2.13...8.2.15) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11docs: make tooltip anchor properly wrap the svg (#33901)alpadev1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2021-05-11Fix offcanvas test to expect the initial body `overflow` value (#33927)GeoSot1-1/+2
Co-authored-by: XhmikosR <[email protected]>
2021-05-11Fix offcanvas example, using a custom trigger selector (#33926)GeoSot2-2/+2
Co-authored-by: XhmikosR <[email protected]>
2021-05-11Extract static `DATA_KEY` & `EVENT_KEY` to base-component (#33635)GeoSot16-53/+167
* Force each plugin that extends base-components to implement a static method `NAME()` * Remove redundant `NAME` argument from 'Utils.defineJQueryPlugin' & fix test
2021-05-11Fix: Click on input outside of dropdown-menu prevents dropdown from closing ↵alpadev2-12/+32
(#33920) * test: add test if user clicks on input not contained within dropdown-menu * fix: click on inputs that are not contained within dropdown-menu prevent dropdown from closing
2021-05-11Refactor: move disposing properties into the base class (#33740)GeoSot9-52/+6
Moves more functionality to `base-component`, transferring the responsibility of disposal to parent class. Each component, dusting disposal, sets its protected properties to `null`. So the same can be done in one place for all children components .
2021-05-11Remove potential false positive assertions (#33288)Ben Lertlumprasertkul13-67/+67
* Remove potential false positive assertions querySelector() returns null but expect(document.querySelector('...')).toBeDefined() tests that the value is not undefined * Migrated assertions from .toBeDefined() to .not.toBeNull() for .getInstance() calls in tests * Migrate offcanvas assertions from .toBeDefined() to .not.toBeNull() for .getInstance() call * convert more cases to not.toBeNull assertions Co-authored-by: XhmikosR <[email protected]>
2021-05-11Prevent toast autohiding if focusing or hovering (#33221)Ryan Berliner2-6/+229
2021-05-11CI: remove Node.js 10 (#33923)XhmikosR1-1/+1
Node.js 10 is EOL since 30/04/2021
2021-05-10Merge js-components 'transitionend' listener callbacks into one methodGeoSot9-107/+47
2021-05-10Fix accidental directory rename from ↵Mark Otto1-0/+0
https://github.com/twbs/bootstrap/pull/33709
2021-05-10Don't redefine $list-group-color in loopMark H. Wilkinson1-5/+5
2021-05-10Remove unneeded 'Edge Legacy' mention in Range docsChristian Oliff1-1/+1
2021-05-10Fix "directoinal" typo in v5 migration docsTim Yang1-1/+1
2021-05-10Fix backdrop `rootElement` not initialized in Modal (#33853)Nagarjun Bodduna2-29/+45
* Initialize default value of rootElement before using * Remove redundant test | put rootElement tests together Co-authored-by: GeoSot <[email protected]>
2021-05-10Add Arabic translation (#33709)Mustafa Mahdi1-0/+5
2021-05-10docs: fix rtlcss stringmap configuration (#33915)alpadev1-2/+2
2021-05-08Fix accordion link (#33896)Nikolay Nizriukhin1-1/+1
Co-authored-by: Patrick H. Lauke <[email protected]>
2021-05-08Fix "no long require" to "no longer require" typo (#33879)Chris Blakley1-1/+1
Fixed a typo in the Migration guide from "...we no long require..." to be "we no longer require..."
2021-05-08Fix value (#33868)Jaume Sala1-1/+1
2021-05-08Update README.md for v5 (#33891)alpadev1-2/+2
2021-05-08Add accessible names to SVG icons in alerts (#33893)Patrick H. Lauke1-5/+5
2021-05-06Fix unnecessary classes (#33850)jrn27781-5/+3
* Fix unnecessary classes * Removed unnecessary div Co-authored-by: Mark Otto <[email protected]> * Updated centered hero primary button classes Co-authored-by: Mark Otto <[email protected]>
2021-05-06Add examples section to Release Drafter (#33854)Mark Otto1-1/+4
2021-05-06update About text now that Bootstrap 5 is liveChristian Oliff1-1/+1
..and big congrats (and thanks) to all the Bootstrap team on v5 launching :-)
2021-05-06Fix browser support versions in migration dockyletsang1-3/+2
2021-05-06Fix typo in migration.mdManabu Niseki1-1/+1
2021-05-06Fix typo in scrollspy docs (#33841)Mark Otto1-2/+2
* Fix typo * remove duplicated "heading" Co-authored-by: alpadev <[email protected]>
2021-05-06Remove extra t in Close button heading in Migration guideMark Otto1-1/+1
2021-05-05Release v5.0.0 (#33647)v5.0.0XhmikosR113-1992/+2461
* Bump version to 5.0.0 * Fix npm tag * Dist
2021-05-05Rewrite migration guide (#33834)Mark Otto2-337/+224
- De-duplicates bulk of the content for a migration from v4 to v5 - Adds clear breaking labels where appropriate - Leaves room for more guidance around doing the actual migration
2021-05-05refactor(docs): Added form file input variables (#33833)Ajay Patel1-0/+4
File input belongs to this page in doc, added variables in last. Co-authored-by: XhmikosR <[email protected]>