dependabot-preview[bot]
49698e92b6
Update Dependabot config file ( #31167 )
...
* Update Dependabot config file
* Update dependabot.yml
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-25 11:51:32 +03:00
XhmikosR
786208ea15
BrowserStack: stop testing on latest Edge. ( #31125 )
...
It's Chromium-based so it seems redundant.
2020-06-25 11:42:55 +03:00
Shohei Yoshida
fb4efb49ea
Prevent overflowing static backdrop modal animation ( #30326 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-25 11:35:53 +03:00
Mark Otto
9f173aeff3
Remove backdrop-filter from toasts
2020-06-25 09:47:20 +03:00
Mark Otto
ca22e72411
Remove backdrop-filter from docs subnav
...
Fixes #31163 .
2020-06-25 09:47:20 +03:00
Shohei Yoshida
c140347bd2
Fix scrollable modal ( #31151 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-25 09:43:19 +03:00
Jorge González
d33a560dd6
Fix table separator typo ( #31162 )
2020-06-24 18:28:47 +02:00
Gaël Poupard
9c320df652
Floating labels improvements ( #30966 )
...
* docs(example): floating-labels' better Edge fallback
* docs(example): refactor floating-labels' CSS
2020-06-24 14:11:20 +03:00
Patrick H. Lauke
02ff387daa
Darken dropdown divider ( #31131 )
...
currently, `$gray-200` is practically imperceptible. switch to reusing `$dropdown-border-color`.
2020-06-23 21:00:28 +01:00
XhmikosR
9882de8079
Update .browserslistrc ( #31124 )
...
* remove ExplorerMobile since it's included in `dead` browsers
* change Edge to >= 16 otherwise browserslist seems to include >= 17
2020-06-23 09:18:27 +03:00
XhmikosR
4fb01c34d7
Update devDependencies ( #31123 )
...
* @babel/cli ^7.10.1 → ^7.10.3
* @babel/core ^7.10.2 → ^7.10.3
* @babel/plugin-proposal-object-rest-spread ^7.10.1 → ^7.10.3
* @babel/preset-env ^7.10.2 → ^7.10.3
* @rollup/plugin-babel ^5.0.3 → ^5.0.4
* autoprefixer ^9.8.0 → ^9.8.2
* eslint ^7.2.0 → ^7.3.1
* rollup ^2.17.0 → ^2.18.0
2020-06-23 09:11:41 +03:00
Patrick H. Lauke
d6671d8f2d
Docs: move color utility callouts to start of page ( #31135 )
...
* Move color utility callouts to start of page
Hierarchically/structurally, in the position they are currently at, the two callouts seem like they "belong" just to the "background color" section. Moving them to the start makes it clearer that those two callouts relate to everything in the page (both "Color" and "Background color" classes.
* Change heading level
otherwise the assistive technology callout looks like it's hierarchically under the "Dealing with specificity" heading
2020-06-21 15:33:07 +03:00
Mark Otto
806f64e162
Correctly document how to add to Sass maps ( #31107 )
...
Fixes #31089 .
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-20 07:29:20 +03:00
Mark Otto
9ca811eed5
Fixes #31113 ( #31120 )
2020-06-20 07:20:26 +03:00
Mattonit
fc74a0d915
Updated the command to install using yarn ( #31075 )
...
* updated yarn command to install latest version
* Update README.md
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-19 20:55:04 +03:00
Quy
d3aa909c92
Fix links to gutters page ( #31116 )
2020-06-19 20:42:25 +03:00
Patrick H. Lauke
edbcc401c2
Change whitelist to allowlist ( #31066 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <markd.otto@gmail.com>
2020-06-19 11:31:37 +03:00
Hiws
7acf586d3e
Docs: fix typo ( #31106 )
...
* Fixes a typo so it displays the correct px's.
* Update gutters.md
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-19 08:10:28 +03:00
Nic Johnson
b84c9ed489
Fix typo ( #31102 )
2020-06-18 21:46:03 +03:00
Mark Otto
d6a9e785b5
Add new toasts examples ( #30572 )
...
* Add two new toasts examples
- Adds a new custom content example that removes the toast header and adds a custom close icon
- Adds docs for how to create your own color schemes
- Adds example of additional buttons
* Update toasts examples
- Remove span and place aria on SVG element
- Add .border-0 to color scheme example for crisper edges
* Update toasts.md
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-18 10:27:42 -07:00
Christian Studer
3a61e1ae2f
Fix Stack Overflow tag ( #31062 )
2020-06-18 12:56:57 +03:00
Patrick H. Lauke
b1560e2d18
Docs: add Gaël Poupard to the core team page ( #31081 )
...
Docs: add Gaël Poupard to the core team page
2020-06-18 09:24:23 +01:00
XhmikosR
3a2741507e
Update devDependencies ( #31086 )
...
* rollup ^2.16.1 → ^2.17.0
* sirv-cli ^1.0.0 → ^1.0.1
* stylelint ^13.6.0 → ^13.6.1
2020-06-18 10:32:59 +03:00
Tanguy Krotoff
d80a9fc553
Fix tooltip when hovering a children element (delegateTarget) ( #30928 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-18 10:02:44 +03:00
Mark Otto
ffbdb08474
Add oxford commas
2020-06-17 21:45:34 +03:00
Patrick H. Lauke
e6ce44e5e2
Docs: tweak accessibility section
...
- point to WCAG 2.1 rather than 2.0
- soften/expand the language around color contrast, since the situation has definitely improved in v5 but we still can't guarantee all possible permutations of colors/opacities/etc
- minor language/stylistic tweaks
- add further resources
2020-06-17 21:45:34 +03:00
Bruno Baguette
f4e6932611
Typo fix : depedending ⮞ depending
2020-06-17 10:44:58 -07:00
Bruno Baguette
588a029abc
Typo fix : individiual ⮞ individual
2020-06-17 10:44:45 -07:00
Bruno Baguette
d2aefa7d94
Typo fix : ocassions ⮞ occasions
2020-06-17 10:44:31 -07:00
Bruno Baguette
59943ab868
Several typo fixes ( #31077 )
...
* Typo fix : thesse ⮞ these
* Several typo fixes
verical ⮞ vertical
availble ⮞ available
thesse ⮞ these
2020-06-17 10:43:54 -07:00
Patrick H. Lauke
639fb4f251
Docs: clarify rationale for button group on links ( #31071 )
2020-06-17 16:37:27 +02:00
XhmikosR
7af860d13a
Fix gzip badges
2020-06-17 17:24:58 +03:00
XhmikosR
ac73ced8a9
README: remove .svg
from shields.io badges
2020-06-17 17:24:58 +03:00
XhmikosR
12b754800c
collapse.js: return early.
2020-06-17 16:58:56 +03:00
XhmikosR
8debdf6ce6
Remove a couple of variables used once
2020-06-17 16:58:56 +03:00
XhmikosR
94a5d87e15
Unbreak short lines
2020-06-17 16:58:56 +03:00
Catalin Zalog
9f9e4d04a1
feat: adds th null var ( #30781 )
...
Inherit `font-weight: bold` that comes from user agent stylesheets.
2020-06-17 16:55:28 +03:00
Johann-S
088c727a31
data: reword storage key in dom
2020-06-17 15:45:36 +02:00
Patrick H. Lauke
5ad43fec83
Docs: fix old/broken example capture and typo ( #31070 )
...
* Docs: fix old/broken example capture and typo
* Make example less broken-looking
don't want to give impression that now it's ok to just sprinkle `role="button"` around. this at least makes the `span` keyboard-focusable, similar to at least the start of a custom control
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-17 15:28:35 +03:00
XhmikosR
8efe4aa9af
Update bundlewatch.yml ( #31063 )
...
Specify `CI_TRACK_BASE: main`
2020-06-17 15:23:48 +03:00
dependabot-preview[bot]
de0047051c
Bump terser from 4.7.0 to 4.8.0 ( #31052 )
...
Bumps [terser](https://github.com/terser/terser ) from 4.7.0 to 4.8.0.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v4.7.0...v4.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-17 09:16:08 +03:00
dependabot-preview[bot]
99e78ea082
Bump rollup from 2.15.0 to 2.16.1 ( #31053 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.15.0 to 2.16.1.
- [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.15.0...v2.16.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-17 09:12:20 +03:00
Mark Otto
c943e438b0
Update links to bug and feature request issue templates
2020-06-16 22:24:08 -07:00
Mark Otto
66bd7feed5
Update issue templates
2020-06-16 14:03:48 -07:00
XhmikosR
a1708ec2a3
5.0.0-alpha1
2020-06-16 22:12:01 +03:00
Mark Otto
40fd8350f3
Update v5 readme
...
- New logo
- Add callout to v4-dev branch
2020-06-16 22:02:03 +03:00
XhmikosR
ebb0b8c68c
Run dist.
2020-06-16 22:02:03 +03:00
XhmikosR
723cd8d12b
Prepare docs for v5.getbootstrap.com
...
* use v5.getbootstrap.com as the site URL/CNAME
* block robots from crawling
* specify next npm tag
2020-06-16 22:02:03 +03:00
XhmikosR
c28934cb18
Rename "master" to "main". ( #31050 )
2020-06-16 21:41:47 +03:00
Mark Otto
970f3b3a8f
v5: Add role=button cursor in Reboot ( #31040 )
...
* v5: Add role=button cursor in Reboot
Ports the changes from #30562 made in v4.5 and adds them to v5. This replaces #30563 which sought to add this to the utility API, but the v4 PR shifted to implement an accessible solution vs a lone utility.
* Update reboot.md
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-16 11:30:40 -07:00