]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Mark Otto [Sun, 14 Jul 2019 09:00:57 +0000 (02:00 -0700)]
v5: Fix disabled styling on .form-file (#29022)
While #28450 overhauled a ton of forms work, the support for this custom file input was ineffective. This updates the selector to target the custom field and gray out the entire field.
Fixes #28176.
Sunny Dhoke [Sun, 14 Jul 2019 08:52:33 +0000 (14:22 +0530)]
Added link to creative commons license (#29032)
The previous link is dead one.
Mark Otto [Sun, 14 Jul 2019 08:44:49 +0000 (01:44 -0700)]
Drop breakpoint CSS custom properties (#29020)
Media queries do not support CSS custom properties (CSS variables), so we've had some useless variables lying around since shipping v4. This finally removes them and the associated documentation content that explained the situation.
Fixes #29012.
Brian Juul Andersen [Sat, 13 Jul 2019 07:04:49 +0000 (09:04 +0200)]
Update collapse.md (#29025)
Corrected minor spelling error.
Mark Otto [Fri, 12 Jul 2019 21:56:26 +0000 (16:56 -0500)]
dist v5
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
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
Martijn Cuppens [Fri, 12 Jul 2019 10:15:50 +0000 (12:15 +0200)]
Remove attribute selectors (#28988)
Johann-S [Tue, 9 Jul 2019 08:19:00 +0000 (10:19 +0200)]
separate file for our polyfills to have lighter plugins
XhmikosR [Wed, 10 Jul 2019 07:45:27 +0000 (10:45 +0300)]
Fix typo. (#29008)
Mark Otto [Tue, 9 Jul 2019 19:30:07 +0000 (14:30 -0500)]
Fixes #28994
XhmikosR [Tue, 9 Jul 2019 14:18:14 +0000 (17:18 +0300)]
Move bundlesize config to a separate file. (#29002)
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
Bardi Harborow [Tue, 2 Jul 2019 18:17:42 +0000 (04:17 +1000)]
Add ARIA search landmark to documentation. (#28983)
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)
Martijn Cuppens [Wed, 26 Jun 2019 13:11:37 +0000 (15:11 +0200)]
Remove redundant radius properties (#28956)
Martijn Cuppens [Wed, 26 Jun 2019 10:18:59 +0000 (12:18 +0200)]
Fix pre color (#28966)
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
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
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.
XhmikosR [Sat, 22 Jun 2019 14:42:41 +0000 (17:42 +0300)]
Minor wording changes.
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
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.
Robin D'Arcy [Sat, 22 Jun 2019 13:21:20 +0000 (14:21 +0100)]
Docs – update extend/approach.md (#28941)
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...
XhmikosR [Tue, 18 Jun 2019 12:34:43 +0000 (15:34 +0300)]
Update devDependencies. (#28924)
Martijn Cuppens [Tue, 18 Jun 2019 07:43:15 +0000 (09:43 +0200)]
Typo fix (#28920)
Martijn Cuppens [Tue, 18 Jun 2019 05:02:14 +0000 (07:02 +0200)]
Decrease number of order utilities (#28874)
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
david-lallement [Thu, 13 Jun 2019 08:42:54 +0000 (10:42 +0200)]
tooltip dispose:removing only own event handler (#28896)
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)
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>
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>
XhmikosR [Wed, 15 May 2019 08:51:45 +0000 (11:51 +0300)]
Examples: make use of core utils in more places.
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`
Shohei Yoshida [Wed, 5 Jun 2019 15:15:27 +0000 (00:15 +0900)]
Make generating form row styles dependent on $enable-grid-classes (#28870)
Shohei Yoshida [Tue, 4 Jun 2019 18:46:52 +0000 (03:46 +0900)]
Rename the text helper page (#28869)
Shohei Yoshida [Tue, 4 Jun 2019 15:51:36 +0000 (00:51 +0900)]
Rename .text-monospace to .font-monospace (#28867)
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
Shohei Yoshida [Tue, 4 Jun 2019 07:25:19 +0000 (16:25 +0900)]
Workaround for the image size bug in IE (#28855)
XhmikosR [Tue, 4 Jun 2019 07:03:09 +0000 (10:03 +0300)]
Add initial FUNDING.yml (#28824)
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
XhmikosR [Mon, 3 Jun 2019 11:08:17 +0000 (14:08 +0300)]
event-handler.js: use a plain for loop. (#28853)
Christian Oliff [Mon, 3 Jun 2019 07:36:49 +0000 (16:36 +0900)]
HTTPS link to codeguide.co (#28860)
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>
XhmikosR [Thu, 30 May 2019 07:52:50 +0000 (10:52 +0300)]
Use `npm-run-all` in the `netlify` script. (#28846)
Martijn Cuppens [Wed, 29 May 2019 17:42:32 +0000 (19:42 +0200)]
Remove redundant properties from `.embed-responsive` (#28062)
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>
Jay Pinho [Wed, 29 May 2019 15:17:40 +0000 (16:17 +0100)]
Make example description more accurate (#28842)
Shohei Yoshida [Tue, 28 May 2019 19:28:39 +0000 (04:28 +0900)]
Clean input group flex basis (#28785)
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)
Aditya Shankar [Mon, 27 May 2019 06:19:50 +0000 (11:49 +0530)]
Correct grammar in modal.scss (#28829)
Sezer Esen [Sun, 26 May 2019 09:13:55 +0000 (12:13 +0300)]
Fix background position (#28814)
Ashfahan Khan [Fri, 24 May 2019 21:09:10 +0000 (02:09 +0500)]
Fix Typo Mistake in SCSS comment (#28821)
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.
Martijn Cuppens [Thu, 23 May 2019 09:56:03 +0000 (11:56 +0200)]
Helpers & utilities split (#28445)
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
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
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)
XhmikosR [Sun, 5 May 2019 22:44:33 +0000 (01:44 +0300)]
linkinator: add silent flag.
This should reduce its output.
XhmikosR [Sun, 5 May 2019 22:42:41 +0000 (01:42 +0300)]
Update devDependencies.
Johann-S [Thu, 16 May 2019 12:28:48 +0000 (14:28 +0200)]
remove util references from our docs
Johann-S [Thu, 16 May 2019 12:18:12 +0000 (14:18 +0200)]
remove jquery references from tooltip docs
Johann-S [Thu, 16 May 2019 12:09:11 +0000 (14:09 +0200)]
remove jquery references in browsers-devices docs
Johann-S [Thu, 16 May 2019 12:05:36 +0000 (14:05 +0200)]
remove jquery references in toast docs
Johann-S [Thu, 16 May 2019 09:57:05 +0000 (11:57 +0200)]
toast should allow prevent default for hide and show events
Johann-S [Sun, 12 May 2019 08:01:13 +0000 (10:01 +0200)]
add notes about arrow selector changes
Johann-S [Sun, 12 May 2019 07:55:29 +0000 (09:55 +0200)]
fix popover arrow by selecting the first element child
Johann-S [Tue, 14 May 2019 12:11:17 +0000 (14:11 +0200)]
remove jquery references from popover docs
Johann-S [Tue, 14 May 2019 11:53:06 +0000 (13:53 +0200)]
remove jquery references from javascript.md docs
Johann-S [Tue, 14 May 2019 11:36:10 +0000 (13:36 +0200)]
rewrite modal docs without jquery
Johann-S [Tue, 14 May 2019 09:50:10 +0000 (11:50 +0200)]
remove jquery references in dropdown docs
Johann-S [Tue, 14 May 2019 09:46:25 +0000 (11:46 +0200)]
remove some jquery references in collapse docs
Johann-S [Tue, 14 May 2019 09:43:12 +0000 (11:43 +0200)]
remove some jquery references in carousel docs
Shohei Yoshida [Fri, 10 May 2019 19:29:06 +0000 (04:29 +0900)]
Remove non-existing .custom-file-label::after (#28757)
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
Shohei Yoshida [Thu, 9 May 2019 17:40:40 +0000 (02:40 +0900)]
Reset input padding for cross browser consistency (#28208)
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.
XhmikosR [Thu, 9 May 2019 06:34:13 +0000 (09:34 +0300)]
Remove Base64 for SVGs. (#28749)
It results in bigger files.
zhangbao [Thu, 9 May 2019 06:14:50 +0000 (14:14 +0800)]
Consistency modification (#28750)
Mark Otto [Thu, 9 May 2019 05:57:59 +0000 (22:57 -0700)]
v5: Drop all print styles and classes (#28339)
Mark Otto [Wed, 8 May 2019 18:45:24 +0000 (11:45 -0700)]
v5: Drop .media (#28265)
Martijn Cuppens [Wed, 8 May 2019 06:40:17 +0000 (08:40 +0200)]
Remove hover mixin documentation
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.
Martijn Cuppens [Wed, 8 May 2019 16:58:29 +0000 (18:58 +0200)]
Documentation tweaks (#28679)
* Documentation tweaks
* Remove redundant col-12 classes
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
XhmikosR [Wed, 8 May 2019 13:11:24 +0000 (16:11 +0300)]
Rename `eventHandler` and `selectorEngine` files.
Johann-S [Wed, 8 May 2019 13:38:05 +0000 (16:38 +0300)]
improve build plugin script to keep file name
XhmikosR [Wed, 8 May 2019 13:01:02 +0000 (16:01 +0300)]
Remove the `unicorn/filename-case` rule suppression.
Patrick H. Lauke [Wed, 8 May 2019 12:53:08 +0000 (13:53 +0100)]
Album example: remove misleading jumbotron-heading classname (#28741)
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
Johann-S [Sun, 5 May 2019 15:10:33 +0000 (17:10 +0200)]
fix progress bar animation, remove forEach not needed currently
Martijn Cuppens [Sun, 5 May 2019 07:49:23 +0000 (09:49 +0200)]
Configurable container padding (#28554)
Martijn Cuppens [Sun, 5 May 2019 07:41:27 +0000 (09:41 +0200)]
Switch from list to map for responsive embeds (#28678)
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.
Martijn Cuppens [Fri, 3 May 2019 18:32:25 +0000 (20:32 +0200)]
Scrollbar fix (#28417)
Martijn Cuppens [Fri, 3 May 2019 18:18:42 +0000 (20:18 +0200)]
More compact color-yiq function (#28514)
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
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
Martijn Cuppens [Thu, 2 May 2019 19:35:58 +0000 (21:35 +0200)]
Headings font style (#28544)