]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
6 years agov5: Forms update (#28450)
Mark Otto [Fri, 12 Jul 2019 21:52:33 +0000 (16:52 -0500)] 
v5: Forms update (#28450)

* Initial spike of consolidated form checks

* Stub out forms rearrangement

- Prepping to drop non-custom file and range inputs
- Prepping to merge custom and native checks and radios (with switches)
- Prepping to merge custom select with form select
- Moving docs arround so forms has it's own area given volume of CSS

* Move input group Sass file to forms subdir

* Start to split and move the docs around

* Simpler imports

* Copyediting

* delete overview file

* Remove commented out code

* remove the custom-forms import

* rewrite flex-check as form-check, replace all custom properties

* Remove old forms doc

* stub out new subpage link section

* update migration guide

* Update nav, forms overview in page nav, and descriptions

* fix check bg position

* fix margin-top calculation

* rename .custom-select to .form-select

* Update validation styles for new checks

* add some vertical margin, fix inline checks

* fix docs examples

* better way to do this contents stuff, redo the toc while i'm at it

* page restyle for docs while here

* un-callout that, edit text

* redo padding on toc

* fix toc

* start to cleanup checks docs

* Rewrite Markdown tables into HTML

* Redesign tables, redo their docs

* Replace Open Iconic icons with custom Bootstrap icons

* Redesign the docs navbar, add a subheader, redo the sidebar

* Redesign docs homepage a bit

* Simplify table style overrides for docs tables

* Simplify docs typography for page titles and reading line length

* Stub out icons page

* Part of sidebar update, remove migration from nav.yml

* Move toc CSS to separate partial

* Change appearance of overview page

* fix sidebar arrow direction

* Add footer to docs layout

* Update descriptions

* Drop the .form-group class for margin utilities

* Remove lingering form-group-margin-bottom var

* improve footer spacing

* add headings to range page

* uncomment form range css

* Rename .custom-range to .form-range

* Drop unused docs var

* Uncomment the comment

* Remove unused variable

* Fix radio image sizing

* Reboot update: reset horizontal ul and ol padding

* de-dupe IDs

* tweak toc styles

* nvm, fix dropdown versions stuff

* remove sidebar nav toggle for now

* broken html

* fix more broken html, move css

* scss linting

* comment out broken helper docs

* scope styles

* scope styles

* Fixes #25540 and fixes #26407 for v5 only

* Update sidebar once more

* Match new sidenav order

* fix syntax error

* Rename custom-file to form-file, update paths, update migration docs for previous changes in #28696

* rename back

* fix size and alignment

* rename that back too

6 years agoDrop support for .form-control-plaintext inside .input-group (#28972)
Shohei Yoshida [Fri, 12 Jul 2019 10:23:43 +0000 (19:23 +0900)] 
Drop support for .form-control-plaintext inside .input-group (#28972)

* Revert "Fix readonly-plain-text with button addon (#25871)"

This reverts commit ff40e00323f9256d8dfb678d13b57bfb01ac7354.

* Add migration comment

6 years agoRemove attribute selectors (#28988)
Martijn Cuppens [Fri, 12 Jul 2019 10:15:50 +0000 (12:15 +0200)] 
Remove attribute selectors (#28988)

6 years agoseparate file for our polyfills to have lighter plugins
Johann-S [Tue, 9 Jul 2019 08:19:00 +0000 (10:19 +0200)] 
separate file for our polyfills to have lighter plugins

6 years agoFix typo. (#29008)
XhmikosR [Wed, 10 Jul 2019 07:45:27 +0000 (10:45 +0300)] 
Fix typo. (#29008)

6 years agoFixes #28994
Mark Otto [Tue, 9 Jul 2019 19:30:07 +0000 (14:30 -0500)] 
Fixes #28994

6 years agoMove bundlesize config to a separate file. (#29002)
XhmikosR [Tue, 9 Jul 2019 14:18:14 +0000 (17:18 +0300)] 
Move bundlesize config to a separate file. (#29002)

6 years agoAdd `prefers-reduced-motion` callout to toast documentation (#28993)
Patrick H. Lauke [Mon, 8 Jul 2019 18:05:54 +0000 (19:05 +0100)] 
Add `prefers-reduced-motion` callout to toast documentation (#28993)

x-ref #28987

6 years agoAdd ARIA search landmark to documentation. (#28983)
Bardi Harborow [Tue, 2 Jul 2019 18:17:42 +0000 (04:17 +1000)] 
Add ARIA search landmark to documentation. (#28983)

6 years agoRemove redundant border radius on pagination (#28980)
Martijn Cuppens [Tue, 2 Jul 2019 06:08:12 +0000 (08:08 +0200)] 
Remove redundant border radius on pagination (#28980)

Pagination used to have box shadow back in the days which required this property, but nowadays it's redundant. (see https://github.com/twbs/bootstrap/blame/0cd186183c5e18f0517d6037d53f29c56adbac72/less/pagination.less#L17)

6 years agoRemove redundant radius properties (#28956)
Martijn Cuppens [Wed, 26 Jun 2019 13:11:37 +0000 (15:11 +0200)] 
Remove redundant radius properties (#28956)

6 years agoFix pre color (#28966)
Martijn Cuppens [Wed, 26 Jun 2019 10:18:59 +0000 (12:18 +0200)] 
Fix pre color (#28966)

6 years agoStretched link updates (#28958)
Martijn Cuppens [Wed, 26 Jun 2019 04:54:51 +0000 (06:54 +0200)] 
Stretched link updates (#28958)

- Remove IE10 background hack
- Ability to change the pseudo element
- Ability to change the z-index
- Remove pointer events, just inherit this

6 years agoPort new unit test for dropdown from v4 (#28913)
Patrick H. Lauke [Tue, 25 Jun 2019 11:57:41 +0000 (12:57 +0100)] 
Port new unit test for dropdown from v4 (#28913)

Add unit test from #28912 to v5

6 years agoRemove negative margins for group list items (#28940)
Sergey Kovalenko [Tue, 25 Jun 2019 06:23:36 +0000 (09:23 +0300)] 
Remove negative margins for group list items (#28940)

To fix RGBA borders overlapping issue.

6 years agoMinor wording changes.
XhmikosR [Sat, 22 Jun 2019 14:42:41 +0000 (17:42 +0300)] 
Minor wording changes.

6 years agoCombine duplicate documentation examples into one to fix the confusing text.
Jonathan Hawkins [Fri, 21 Jun 2019 01:47:24 +0000 (21:47 -0400)] 
Combine duplicate documentation examples into one to fix the confusing text.

fixes issue #28892

6 years agoChange invalid icon from cross to exclamation mark (#28944)
Martijn Cuppens [Sat, 22 Jun 2019 14:21:11 +0000 (16:21 +0200)] 
Change invalid icon from cross to exclamation mark (#28944)

The cross icon was confusing since some browsers use it as a reset button.

6 years agoDocs – update extend/approach.md (#28941)
Robin D'Arcy [Sat, 22 Jun 2019 13:21:20 +0000 (14:21 +0100)] 
Docs – update extend/approach.md (#28941)

6 years agoClosing dropdown with ESC correctly sets focus to toggle (#28928)
Patrick H. Lauke [Wed, 19 Jun 2019 09:23:41 +0000 (10:23 +0100)] 
Closing dropdown with ESC correctly sets focus to toggle (#28928)

Just firing the focus event isn't enough ... need to actually call the proper `focus()` method for it to actually do it...

6 years agoUpdate devDependencies. (#28924)
XhmikosR [Tue, 18 Jun 2019 12:34:43 +0000 (15:34 +0300)] 
Update devDependencies. (#28924)

6 years agoTypo fix (#28920)
Martijn Cuppens [Tue, 18 Jun 2019 07:43:15 +0000 (09:43 +0200)] 
Typo fix (#28920)

6 years agoDecrease number of order utilities (#28874)
Martijn Cuppens [Tue, 18 Jun 2019 05:02:14 +0000 (07:02 +0200)] 
Decrease number of order utilities (#28874)

6 years agoAdd Error checking to prevent invalid breakpoint (#28889)
Ashfahan Khan [Mon, 17 Jun 2019 06:00:36 +0000 (11:00 +0500)] 
Add Error checking to prevent invalid breakpoint (#28889)

* Add Error checking to prevent invalid breakpoint

Error checking to prevent invalid breakpoint name

* check type rather than value

* Revert "check type rather than value"

This reverts commit 04ab1e652f9c9c1c7725b7328b12f548a2c6d142.

* use of not rather than null

6 years agotooltip dispose:removing only own event handler (#28896)
david-lallement [Thu, 13 Jun 2019 08:42:54 +0000 (10:42 +0200)] 
tooltip dispose:removing only own event handler (#28896)

6 years agoRemoval of one of the most iconic components of Bootstrap: the jumbotron (#28876)
Martijn Cuppens [Fri, 7 Jun 2019 11:44:26 +0000 (13:44 +0200)] 
Removal of one of the most iconic components of Bootstrap: the jumbotron (#28876)

6 years agoUpdate site/content/docs/4.3/examples/sticky-footer-navbar/index.html
XhmikosR [Wed, 15 May 2019 15:48:27 +0000 (18:48 +0300)] 
Update site/content/docs/4.3/examples/sticky-footer-navbar/index.html

Co-Authored-By: Shohei Yoshida <fellows3@gmail.com>
6 years agoUpdate site/content/docs/4.3/examples/sticky-footer-navbar/index.html
XhmikosR [Wed, 15 May 2019 15:48:14 +0000 (18:48 +0300)] 
Update site/content/docs/4.3/examples/sticky-footer-navbar/index.html

Co-Authored-By: Shohei Yoshida <fellows3@gmail.com>
6 years agoExamples: make use of core utils in more places.
XhmikosR [Wed, 15 May 2019 08:51:45 +0000 (11:51 +0300)] 
Examples: make use of core utils in more places.

6 years agoClean component examples CSS (#28872)
Shohei Yoshida [Thu, 6 Jun 2019 06:04:48 +0000 (15:04 +0900)] 
Clean component examples CSS (#28872)

* Remove unused classes/styles and use utilities instead of specific styles
* Use `getElementById` instead of `querySelector`

6 years agoMake generating form row styles dependent on $enable-grid-classes (#28870)
Shohei Yoshida [Wed, 5 Jun 2019 15:15:27 +0000 (00:15 +0900)] 
Make generating form row styles dependent on $enable-grid-classes (#28870)

6 years agoRename the text helper page (#28869)
Shohei Yoshida [Tue, 4 Jun 2019 18:46:52 +0000 (03:46 +0900)] 
Rename the text helper page (#28869)

6 years agoRename .text-monospace to .font-monospace (#28867)
Shohei Yoshida [Tue, 4 Jun 2019 15:51:36 +0000 (00:51 +0900)] 
Rename .text-monospace to .font-monospace (#28867)

6 years agoDocs: add accessibility/keyboard callout to popovers, tweak tooltips callout (#28851)
Patrick H. Lauke [Tue, 4 Jun 2019 07:36:57 +0000 (08:36 +0100)] 
Docs: add accessibility/keyboard callout to popovers, tweak tooltips callout (#28851)

- Add same advice about keyboard/AT handling to popovers as a callout; also add information about not adding excessive content or interactive controls (and the suggestion to opt for a modal)
- Tweak the tooltips callout for consistency

6 years agoWorkaround for the image size bug in IE (#28855)
Shohei Yoshida [Tue, 4 Jun 2019 07:25:19 +0000 (16:25 +0900)] 
Workaround for the image size bug in IE (#28855)

6 years agoAdd initial FUNDING.yml (#28824)
XhmikosR [Tue, 4 Jun 2019 07:03:09 +0000 (10:03 +0300)] 
Add initial FUNDING.yml (#28824)

6 years agoUpdate devDependencies. (#28798)
XhmikosR [Mon, 3 Jun 2019 11:26:52 +0000 (14:26 +0300)] 
Update devDependencies. (#28798)

Notably:

* bundlesize 0.15.3 → ^0.17.2
* eslint-plugin-unicorn ^8.0.2 → ^9.0.0
* terser ^3.17.0 → ^4.0.0

6 years agoevent-handler.js: use a plain for loop. (#28853)
XhmikosR [Mon, 3 Jun 2019 11:08:17 +0000 (14:08 +0300)] 
event-handler.js: use a plain for loop. (#28853)

6 years agoHTTPS link to codeguide.co (#28860)
Christian Oliff [Mon, 3 Jun 2019 07:36:49 +0000 (16:36 +0900)] 
HTTPS link to codeguide.co (#28860)

6 years agoUtility API improvement: use $key/$value instead of nth (#28828)
Ashfahan Khan [Thu, 30 May 2019 15:22:06 +0000 (20:22 +0500)] 
Utility API improvement: use $key/$value instead of nth (#28828)

Co-Authored-By: Martijn Cuppens <martijn.cuppens@gmail.com>
6 years agoUse `npm-run-all` in the `netlify` script. (#28846)
XhmikosR [Thu, 30 May 2019 07:52:50 +0000 (10:52 +0300)] 
Use `npm-run-all` in the `netlify` script. (#28846)

6 years agoRemove redundant properties from `.embed-responsive` (#28062)
Martijn Cuppens [Wed, 29 May 2019 17:42:32 +0000 (19:42 +0200)] 
Remove redundant properties from `.embed-responsive` (#28062)

6 years agoModify `.card-header-tabs .nav-link.active` colors (#28833)
Shane Parsons [Wed, 29 May 2019 16:38:36 +0000 (12:38 -0400)] 
Modify `.card-header-tabs .nav-link.active` colors (#28833)

Co-Authored-By: Mark Otto <otto@github.com>
6 years agoMake example description more accurate (#28842)
Jay Pinho [Wed, 29 May 2019 15:17:40 +0000 (16:17 +0100)] 
Make example description more accurate (#28842)

6 years agoClean input group flex basis (#28785)
Shohei Yoshida [Tue, 28 May 2019 19:28:39 +0000 (04:28 +0900)] 
Clean input group flex basis (#28785)

6 years agoCalc modal header/footer border radius according to the border width (#28775)
Shohei Yoshida [Tue, 28 May 2019 12:21:45 +0000 (21:21 +0900)] 
Calc modal header/footer border radius according to the border width (#28775)

6 years agoCorrect grammar in modal.scss (#28829)
Aditya Shankar [Mon, 27 May 2019 06:19:50 +0000 (11:49 +0530)] 
Correct grammar in modal.scss (#28829)

6 years agoFix background position (#28814)
Sezer Esen [Sun, 26 May 2019 09:13:55 +0000 (12:13 +0300)] 
Fix background position (#28814)

6 years agoFix Typo Mistake in SCSS comment (#28821)
Ashfahan Khan [Fri, 24 May 2019 21:09:10 +0000 (02:09 +0500)] 
Fix Typo Mistake in SCSS comment (#28821)

6 years agovnu.jar: Update ignores. (#28817)
XhmikosR [Fri, 24 May 2019 10:19:13 +0000 (13:19 +0300)] 
vnu.jar: Update ignores. (#28817)

Pass the `--no-langdetect` flag instead of ignoring the warning manually.

6 years agoHelpers & utilities split (#28445)
Martijn Cuppens [Thu, 23 May 2019 09:56:03 +0000 (11:56 +0200)] 
Helpers & utilities split (#28445)

6 years ago`.sr-only` & `.sr-only-focusable` tweaks (#28720)
Martijn Cuppens [Mon, 20 May 2019 08:03:51 +0000 (10:03 +0200)] 
`.sr-only` & `.sr-only-focusable` tweaks (#28720)

* Prevent .sr-only-focusable overriding properties when being focused

* Typo

6 years agoFix z-index according to our z-index rule (#28784)
Shohei Yoshida [Sat, 18 May 2019 14:30:57 +0000 (23:30 +0900)] 
Fix z-index according to our z-index rule (#28784)

https://getbootstrap.com/docs/4.3/extend/approach/#z-index-scales

6 years agoUpdate Yarn package link to link to the Bootstrap package (#28781)
Christian Oliff [Thu, 16 May 2019 18:47:26 +0000 (03:47 +0900)] 
Update Yarn package link to link to the Bootstrap package (#28781)

I think it makes more sense to link to the Bootstrap package on Yarn here (like the package link for NPM above)

6 years agolinkinator: add silent flag.
XhmikosR [Sun, 5 May 2019 22:44:33 +0000 (01:44 +0300)] 
linkinator: add silent flag.

This should reduce its output.

6 years agoUpdate devDependencies.
XhmikosR [Sun, 5 May 2019 22:42:41 +0000 (01:42 +0300)] 
Update devDependencies.

6 years agoremove util references from our docs
Johann-S [Thu, 16 May 2019 12:28:48 +0000 (14:28 +0200)] 
remove util references from our docs

6 years agoremove jquery references from tooltip docs
Johann-S [Thu, 16 May 2019 12:18:12 +0000 (14:18 +0200)] 
remove jquery references from tooltip docs

6 years agoremove jquery references in browsers-devices docs
Johann-S [Thu, 16 May 2019 12:09:11 +0000 (14:09 +0200)] 
remove jquery references in browsers-devices docs

6 years agoremove jquery references in toast docs
Johann-S [Thu, 16 May 2019 12:05:36 +0000 (14:05 +0200)] 
remove jquery references in toast docs

6 years agotoast should allow prevent default for hide and show events
Johann-S [Thu, 16 May 2019 09:57:05 +0000 (11:57 +0200)] 
toast should allow prevent default for hide and show events

6 years agoadd notes about arrow selector changes
Johann-S [Sun, 12 May 2019 08:01:13 +0000 (10:01 +0200)] 
add notes about arrow selector changes

6 years agofix popover arrow by selecting the first element child
Johann-S [Sun, 12 May 2019 07:55:29 +0000 (09:55 +0200)] 
fix popover arrow by selecting the first element child

6 years agoremove jquery references from popover docs
Johann-S [Tue, 14 May 2019 12:11:17 +0000 (14:11 +0200)] 
remove jquery references from popover docs

6 years agoremove jquery references from javascript.md docs
Johann-S [Tue, 14 May 2019 11:53:06 +0000 (13:53 +0200)] 
remove jquery references from javascript.md docs

6 years agorewrite modal docs without jquery
Johann-S [Tue, 14 May 2019 11:36:10 +0000 (13:36 +0200)] 
rewrite modal docs without jquery

6 years agoremove jquery references in dropdown docs
Johann-S [Tue, 14 May 2019 09:50:10 +0000 (11:50 +0200)] 
remove jquery references in dropdown docs

6 years agoremove some jquery references in collapse docs
Johann-S [Tue, 14 May 2019 09:46:25 +0000 (11:46 +0200)] 
remove some jquery references in collapse docs

6 years agoremove some jquery references in carousel docs
Johann-S [Tue, 14 May 2019 09:43:12 +0000 (11:43 +0200)] 
remove some jquery references in carousel docs

6 years agoRemove non-existing .custom-file-label::after (#28757)
Shohei Yoshida [Fri, 10 May 2019 19:29:06 +0000 (04:29 +0900)] 
Remove non-existing .custom-file-label::after (#28757)

6 years agoMove close icon to components in docs (#28512)
Martijn Cuppens [Fri, 10 May 2019 18:27:22 +0000 (20:27 +0200)] 
Move close icon to components in docs (#28512)

* Move close icon to components

* Remove redundant float from close

6 years agoReset input padding for cross browser consistency (#28208)
Shohei Yoshida [Thu, 9 May 2019 17:40:40 +0000 (02:40 +0900)] 
Reset input padding for cross browser consistency (#28208)

6 years agoDocs unordered lists dropdowns (#28591)
Katherine Shaw [Thu, 9 May 2019 08:19:32 +0000 (01:19 -0700)] 
Docs unordered lists dropdowns (#28591)

Replace snippets and examples in dropdown docs to use semantic `ul` and `li` elements.

6 years agoRemove Base64 for SVGs. (#28749)
XhmikosR [Thu, 9 May 2019 06:34:13 +0000 (09:34 +0300)] 
Remove Base64 for SVGs. (#28749)

It results in bigger files.

6 years agoConsistency modification (#28750)
zhangbao [Thu, 9 May 2019 06:14:50 +0000 (14:14 +0800)] 
Consistency modification (#28750)

6 years agov5: Drop all print styles and classes (#28339)
Mark Otto [Thu, 9 May 2019 05:57:59 +0000 (22:57 -0700)] 
v5: Drop all print styles and classes (#28339)

6 years agov5: Drop .media (#28265)
Mark Otto [Wed, 8 May 2019 18:45:24 +0000 (11:45 -0700)] 
v5: Drop .media (#28265)

6 years agoRemove hover mixin documentation
Martijn Cuppens [Wed, 8 May 2019 06:40:17 +0000 (08:40 +0200)] 
Remove hover mixin documentation

6 years agoDrop all hover mixins
Mark Otto [Mon, 17 Sep 2018 23:10:07 +0000 (02:10 +0300)] 
Drop all hover mixins

Previously deprecated in v4.x, this clears out the now unused Sass option and removes some unused mixins. Arguably we could remove more, but I like the hover-focus mixin and we make extensive use of it across the project.

6 years agoDocumentation tweaks (#28679)
Martijn Cuppens [Wed, 8 May 2019 16:58:29 +0000 (18:58 +0200)] 
Documentation tweaks (#28679)

* Documentation tweaks

* Remove redundant col-12 classes

6 years agoadd icofont to icon options (#28738)
Ashfahan Khan [Wed, 8 May 2019 16:51:25 +0000 (21:51 +0500)] 
add icofont to icon options (#28738)

30 Categories , 2100+ SVG and icons from icofont

6 years agoRename `eventHandler` and `selectorEngine` files.
XhmikosR [Wed, 8 May 2019 13:11:24 +0000 (16:11 +0300)] 
Rename `eventHandler` and `selectorEngine` files.

6 years agoimprove build plugin script to keep file name
Johann-S [Wed, 8 May 2019 13:38:05 +0000 (16:38 +0300)] 
improve build plugin script to keep file name

6 years agoRemove the `unicorn/filename-case` rule suppression.
XhmikosR [Wed, 8 May 2019 13:01:02 +0000 (16:01 +0300)] 
Remove the `unicorn/filename-case` rule suppression.

6 years agoAlbum example: remove misleading jumbotron-heading classname (#28741)
Patrick H. Lauke [Wed, 8 May 2019 12:53:08 +0000 (13:53 +0100)] 
Album example: remove misleading jumbotron-heading classname (#28741)

6 years agoFix incorrect variable for popover border radius (#28733)
Shohei Yoshida [Tue, 7 May 2019 10:01:30 +0000 (19:01 +0900)] 
Fix incorrect variable for popover border radius (#28733)

* Use $popover-border-radius

* Move and rename the local $offset-border-width to the global variable

6 years agofix progress bar animation, remove forEach not needed currently
Johann-S [Sun, 5 May 2019 15:10:33 +0000 (17:10 +0200)] 
fix progress bar animation, remove forEach not needed currently

6 years agoConfigurable container padding (#28554)
Martijn Cuppens [Sun, 5 May 2019 07:49:23 +0000 (09:49 +0200)] 
Configurable container padding (#28554)

6 years agoSwitch from list to map for responsive embeds (#28678)
Martijn Cuppens [Sun, 5 May 2019 07:41:27 +0000 (09:41 +0200)] 
Switch from list to map for responsive embeds (#28678)

6 years agoFix broken link to css-discuss.incutio.com/wiki/Printing_Tables (#28637)
Christian Oliff [Sat, 4 May 2019 07:30:18 +0000 (16:30 +0900)] 
Fix broken link to css-discuss.incutio.com/wiki/Printing_Tables (#28637)

Instead now pointing to the most recent Wayback Machine archive copy.

6 years agoScrollbar fix (#28417)
Martijn Cuppens [Fri, 3 May 2019 18:32:25 +0000 (20:32 +0200)] 
Scrollbar fix (#28417)

6 years agoMore compact color-yiq function (#28514)
Martijn Cuppens [Fri, 3 May 2019 18:18:42 +0000 (20:18 +0200)] 
More compact color-yiq function (#28514)

6 years ago[WIP] Bump supported browsers for v5 (#28317)
Mark Otto [Fri, 3 May 2019 17:54:29 +0000 (10:54 -0700)] 
[WIP] Bump supported browsers for v5 (#28317)

* Bump supported browsers for v5

- Chrome history: https://en.wikipedia.org/wiki/Google_Chrome_version_history
- Firefox latest ESR (v60): https://www.mozilla.org/en-US/firefox/organizations/
- Edge history: https://en.wikipedia.org/wiki/Microsoft_Edge#Release_history
- Desktop Safari history: https://en.wikipedia.org/wiki/Safari_version_history
- Opera history: https://help.opera.com/en/opera-version-history/

* Update .browserslistrc

* Roll back Chrome several versions for now

Still WIP, but wanting to get this merged, so finding a slightly wider baseline

6 years ago[WIP] v5: Prep migration docs page (#28472)
Mark Otto [Fri, 3 May 2019 17:52:58 +0000 (10:52 -0700)] 
[WIP] v5: Prep migration docs page (#28472)

* Migration docs page for v5

* Add JS section, tweak some copy

* Update migration.md

6 years agoHeadings font style (#28544)
Martijn Cuppens [Thu, 2 May 2019 19:35:58 +0000 (21:35 +0200)] 
Headings font style (#28544)

6 years agoRemove floats from dropdown (#28690)
Martijn Cuppens [Thu, 2 May 2019 18:37:10 +0000 (20:37 +0200)] 
Remove floats from dropdown (#28690)

6 years agoUpdate devDependencies. (#28716)
XhmikosR [Thu, 2 May 2019 13:59:37 +0000 (16:59 +0300)] 
Update devDependencies. (#28716)

6 years agoImprove progress-bar-stripes animation (#28697)
Martijn Cuppens [Thu, 2 May 2019 08:03:28 +0000 (10:03 +0200)] 
Improve progress-bar-stripes animation (#28697)

- `background-position: 0 0;` is the default background position, so redundant
- The background position should only be animated in the x direction
- `0%` is a little shorter than `from`

6 years agoExamples: include favicons. (#28504)
XhmikosR [Thu, 2 May 2019 07:47:48 +0000 (10:47 +0300)] 
Examples: include favicons. (#28504)

6 years agoReboot & Type cleanup (#28698)
Martijn Cuppens [Tue, 30 Apr 2019 08:00:34 +0000 (10:00 +0200)] 
Reboot & Type cleanup (#28698)

- Line height & font family from html were directly overridden by body, so they were redundant thus removed
- The remaining properties are moved to body
- Shim for IE10 tags removed
- hr cleanup
  - Combined styles from reboot & type
  - Changed from borders to background
    - This allows us to keep the color inherited.
    - Opacity can be used to change the intensity
    - Size attribute will not change the height instead of making the hr look like an input field
  - Better variable names
- headings cleanup
  - Moved all element styling to reboot
  - Type will now extend the element styling. This way we will save some redundant code
- small & mark are also moved to reboot. type does not contain any element styling anymore
- font weight removed from small, this did not really made sense