aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-11-19Adapt to main changesplaygroundXhmikosR1-12/+10
2020-11-19Add an iOS style list group with switches and chevronsMark Otto1-0/+26
2020-11-19v5: Playground for new ideasMark Otto2-0/+154
WIP effort to look at some components and design choices that could make their way into v5.
2020-11-19docs: update selector CodePen example (#32163)XhmikosR2-2/+2
2020-11-19examples: add the version number in `title` (#32198)XhmikosR1-1/+1
2020-11-19Update migration guide about w-100Mark Otto1-1/+1
2020-11-19examples: fix `.btn-block` instancesXhmikosR3-5/+5
2020-11-19Docs: fix homepage npm install version (#32194)Jiang Yan1-1/+1
2020-11-18Docs: change sidebar collapse controls to actual button elements (#31098)Patrick H. Lauke2-18/+31
apart from the visual styling, there's probably no good reason why these shouldn't be `<button>` elements, semantically the buttons still look a shade too button-like, despite using `.btn-light`. the last remnant of button styling can probably be suppressed further, *or* this makes the case for expanding the core button styles to have one that looks completely non-button and non-link like (for cases where an additional style/hint was given already, or it's clear from context that something's an actionable button or link) Co-authored-by: XhmikosR <[email protected]>
2020-11-18correct "breakpoint" typo (#32191)Matt Shaw1-1/+1
breakpoing --> breakpoint
2020-11-18docs: Add missing `.has-validation` class for input group example (#32162)Kyle Tsang1-1/+1
Co-authored-by: Martijn Cuppens <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-11-18Update karma.conf.js (#32182)XhmikosR1-1/+1
When we are on CI, this statement won't be reached.
2020-11-18docs(dropdowns): clarify where is `.show` applied (#32189)Gaël Poupard1-1/+1
Fixes #32712
2020-11-17Handle Chromium to run Karma (#32178)Gaël Poupard1-1/+5
* chore(karma): handle Chromium to run tests * Update karma.conf.js Co-authored-by: XhmikosR <[email protected]>
2020-11-17Fix the marker SVG color to match the button (#32174)Christian Oliff1-1/+1
2020-11-17docs: use `expanded` Sass output style for development (#32176)XhmikosR1-1/+1
2020-11-17skippy.html: reduce whitespace outputXhmikosR1-3/+2
2020-11-17Add baseof layoutTiger Oakes5-143/+114
2020-11-17Move redirect layout into partialTiger Oakes3-22/+13
2020-11-17Bump postcss from 8.1.6 to 8.1.7 (#32171)dependabot[bot]2-4/+4
Bumps [postcss](https://github.com/postcss/postcss) from 8.1.6 to 8.1.7. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.1.6...8.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]>
2020-11-17Bump hugo-bin from 0.66.1 to 0.66.2 (#32169)dependabot[bot]2-7/+7
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.66.1 to 0.66.2. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.66.1...v0.66.2) 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]>
2020-11-17Bump rollup from 2.33.1 to 2.33.2 (#32168)dependabot[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.33.1 to 2.33.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.33.1...v2.33.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-16BrowserStack: test both on iPhone 7 and iPhone X (#32154)XhmikosR1-3/+10
2020-11-15Switch to jsDelivr for the remaining docs assets (#32158)XhmikosR2-6/+6
2020-11-14popovers.md: unbreak line (#32153)XhmikosR1-2/+1
2020-11-14search.js: remove `window.location.origin` workaroundXhmikosR1-15/+1
2020-11-14Use `Array.find` instead of `Array.filter`XhmikosR2-3/+2
2020-11-14Use `String.startsWith`XhmikosR2-2/+2
2020-11-14Switch to `Set#has()`XhmikosR5-16/+15
2020-11-14Switch to Number propertiesXhmikosR5-14/+13
2020-11-14Switch to `String.includes()`XhmikosR5-10/+8
2020-11-14tooltip.js: deduplicate `_fixTitle()` (#32124)XhmikosR1-7/+4
2020-11-14Simplify make-container() (#31735)Gaël Poupard2-5/+3
2020-11-14Fix `.close` instances (#32152)XhmikosR5-35/+15
2020-11-14Move migration notesXhmikosR1-5/+5
2020-11-14Get only bs prefixed data attributesRohit Sharma2-23/+5
2020-11-14Update the remaining filesXhmikosR2-20/+20
2020-11-14Add note in migration.mdMark Otto1-0/+4
2020-11-14Rename docs version data attributeXhmikosR2-2/+2
2020-11-14Add `bs` in data attributesRohit Sharma76-807/+827
- Add `bs` in data APIs everywhere - Update unit tests
2020-11-13Move states docs and rewrite to match existing examplesMark Otto1-56/+34
2020-11-13Add hover utilitiesNikita Mikhaylov2-0/+67
remome several hobers refactoring hover utilities refactoring hover utilities
2020-11-13Rename scale-color() function to shift-color() to avoid collision with ↵Mark Otto5-15/+20
Sass's own color function (#32149)
2020-11-13application.js: remove non-existent selector (#32131)XhmikosR1-1/+1
2020-11-13Add hyphen between Sass and based (#32134)Jonathan1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-11-13example.html: remove extra whitespace (#32143)XhmikosR1-1/+1
If we don't pass `class` to the `placeholder` shortcode, this resulted in two spaces before the `alt` attribute: ```html {{< example >}} {{< placeholder width="64" height="64" >}} {{< /example >}} ``` ```html <img src="..." alt="..."> ```
2020-11-12Update floating-labels.md (#32139)Dylan Anderson1-1/+1
Fixed grammar error.
2020-11-12Fix caniuse.com URLS to prevent redirects (#32135)Christian Oliff4-4/+4
Shorter URLS which are faster as they avoid HTTP redirects
2020-11-11Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3XhmikosR87-2428/+4892
2020-11-11browsers-devices: add `chomp` (#32116)XhmikosR1-1/+1
This is to remove any trailing newlines in the `.browserslistrc` shortcode