Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
2021-12-01Fix popover arrow & tooltip template after the `setContent` addition (#35441)GeoSot
2021-12-01Tooltip: remove leftover method (#35440)GeoSot
Remove a leftover after #32692 Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-12-01tests/unit/util/scrollbar.spec.js: rename functionXhmikosR
`parseInt` is a global one.
2021-12-01tests: fix a few typosXhmikosR
2021-12-01tests: remove extra spaces, unneeded arrays and add missing newlinesXhmikosR
2021-12-01tests: tweak Jasmine's matchers usageXhmikosR
Use: * toBeNull * toEqual * toBeTrue * toBeFalse * toHaveSize * toHaveClass
2021-12-01tests/browsers.js: remove unneeded exportXhmikosR
2021-11-29Alert: add a couple more tests (#35419)GeoSot
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-11-29BaseComponent: add a couple more tests (#35410)GeoSot
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-11-25Clean tooltip component unneeded functionality (#32692)GeoSot
2021-11-25tooltip.js: use array.includes instead of for iteration (#35127)GeoSot
2021-11-25Change adjustDialog's if conditions to improve readabilityGeoSot
2021-11-25Add test for modal-contentGeoSot
2021-11-25Respect modal's initial overflowYGeoSot
2021-11-25Remove some uncovered code that seems to be unusedGeoSot
2021-11-25Change check for dynamic modalGeoSot
2021-11-25Tweak methodsGeoSot
Name them to be more descriptive and have agnostic functionality
2021-11-25Some refactoring on modal, to improve readability and generic functionalityGeoSot
2021-11-25Add a template factory helper to handle all template cases (#34519)GeoSot
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-11-09Update devDependencies (#35322)XhmikosR
* cspell ^5.12.4 → ^5.12.6 * eslint ^8.1.0 → ^8.2.0 * eslint-plugin-unicorn ^37.0.1 → ^38.0.1 * hugo-bin ^0.76.1 → ^0.77.2 * karma ^6.3.7 → ^6.3.8 * linkinator ^2.14.4 → ^2.14.5 * postcss-cli ^9.0.1 → ^9.0.2 * rtlcss ^3.4.0 → ^3.5.0
2021-10-13tests: try to fix a few random failures (#35184)GeoSot
* Change `Swipe` dispose spy on EventHandler * Modal hide spy on backdrop hide
2021-10-13Change the way collapse handles its children on openingGeoSot
2021-10-13collapse: extract duplicate code to a functionGeoSot
2021-10-13JS: minor refactoring (#35183)XhmikosR
* add missing comments * shorten block comments * reorder constants * reorder public/private methods * sort exports alphabetically in util/index.js * fix a couple of typos
2021-10-12Swipe: add test to ensure that it ignores `pinch` events (#35161)GeoSot
2021-10-11Extract Carousel's swipe functionality to a separate Class (#32999)GeoSot
2021-10-10tooltip.js: ignore a LGTM error (#35147)XhmikosR
The code on this line is either sanitized or the user chose to not sanitize it.
2021-10-09Merge remote-tracking branch 'remotes/origin/v513'XhmikosR
2021-10-09Bump version to 5.1.3.v5.1.3XhmikosR
2021-10-08tests: minor cleanup (#35138)XhmikosR
* tests: minor cleanup * tests: use the util noop function
2021-10-08scrollspy.js: chain functions (#35139)XhmikosR
2021-10-07Sanitizer: fix logic and add a test. (#35133)XhmikosR
This was broken in 2596c97 inadvertently. Added a test so that we don't hit this in the future.
2021-10-06util/sanitizer.js: use `Array.every()` (#35120)XhmikosR
2021-10-05Use `for...of` in visual tests tooGeoSot
2021-10-05Enable `unicorn/numeric-separators-style` rule.XhmikosR
This is taken care of by babel via @babel/plugin-proposal-numeric-separator
2021-10-05Fix a `unicorn/no-array-callback-reference` issueXhmikosR
2021-10-05Enable `unicorn/no-array-for-each` ruleXhmikosR
2021-10-05Enable `unicorn/no-for-loop` ruleXhmikosR
2021-10-05Enable `unicorn/prefer-prototype-methods` ruleXhmikosR
2021-10-05Release v5.1.2 (#35114)v5.1.2XhmikosR
2021-10-04rollup: specify `generatedCode: 'es2015'` (#35070)XhmikosR
This will make use of `const` and modern features (which we are already using in our code) in the generated rollup code.
2021-09-29sanitizer: add `sms` in the `SAFE_URL_PATTERN` (#35074)XhmikosR
2021-09-15Fix Collapse regression of handling toggling between sibling chilldren (#34951)GeoSot
2021-09-15Minor refactoring (#34980)XhmikosR
Rename variables and remove a temporary one
2021-09-15Rename `e` to `event` (#34979)XhmikosR
2021-09-13tests: fix lint warning (#34950)GeoSot
2021-09-08Remove remaining "master" branch references (#34932)Julien Déramond
2021-09-07Release v5.1.1 (#34869)v5.1.1XhmikosR
* Prepare v5.1.1. * Dist
2021-09-07Typo fixes (#34914)XhmikosR
2021-09-06BrowserStack: add Firefox 60 and Chrome 60 (#34912)XhmikosR
These are the minimum supported versions, so this patch makes sure everything works there too.