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
AgeCommit message (Expand)Author
2022-09-07Release v5.2.1 (#37098)v5.2.1XhmikosR
2022-07-19Release v5.2.0 (#36768)v5.2.0XhmikosR
2022-07-18Fix typos in code (#36763)Marc Wrobel
2022-05-13Prepare v5.2.0-beta1Mark Otto
2022-01-29Rename variablesXhmikosR
2021-10-09Merge remote-tracking branch 'remotes/origin/v513'XhmikosR
2021-10-09Bump version to 5.1.3.v5.1.3XhmikosR
2021-10-07Sanitizer: fix logic and add a test. (#35133)XhmikosR
2021-10-06util/sanitizer.js: use `Array.every()` (#35120)XhmikosR
2021-10-05Enable `unicorn/no-array-for-each` ruleXhmikosR
2021-10-05Enable `unicorn/no-for-loop` ruleXhmikosR
2021-10-05Release v5.1.2 (#35114)v5.1.2XhmikosR
2021-09-29sanitizer: add `sms` in the `SAFE_URL_PATTERN` (#35074)XhmikosR
2021-09-15Minor refactoring (#34980)XhmikosR
2021-09-07Release v5.1.1 (#34869)v5.1.1XhmikosR
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR
2021-06-22Release v5.0.2 (#34276)v5.0.2XhmikosR
2021-05-25Change `element.parentNode.removeChild(element)` to `element.remove()` (#34071)GeoSot
2021-05-13Release v5.0.1 (#33972)v5.0.1XhmikosR
2021-05-05Release v5.0.0 (#33647)v5.0.0XhmikosR
2021-03-23Release v5.0.0-beta3 (#33439)v5.0.0-beta3XhmikosR
2021-02-19Adjust regex `SAFE_URL_PATTERN` for use with test method of regexes. (#33136)Nikon the Third
2021-02-10Release v5.0.0-beta2 (#32467)v5.0.0-beta2XhmikosR
2021-01-14Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1 (#32784)dependabot[bot]
2020-12-07Prepare v5.0.0-beta1.XhmikosR
2020-11-14Switch to `Set#has()`XhmikosR
2020-11-14Switch to `String.includes()`XhmikosR
2020-11-11Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3XhmikosR
2020-09-29Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2XhmikosR
2020-06-19Change whitelist to allowlist (#31066)Patrick H. Lauke
2020-06-16Rename "master" to "main". (#31050)XhmikosR
2020-05-13Partially Revert "Use regex.test() when we want to check for a Boolean. (#299...XhmikosR
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR
2020-03-25fix: remove make array util function (#30430)Johann-S
2020-01-07sanitizer.js: Add srcset in the allowed attributes (#29968)XhmikosR
2020-01-07Fix the new lint errors.XhmikosR
2020-01-07Use regex.test() when we want to check for a Boolean. (#29969)XhmikosR
2019-03-13Use one-line imports when possible. (#28467)XhmikosR
2019-03-11Comply to the new rules.XhmikosR
2019-02-26move util in a util folder with the sanitizerJohann-S