aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-07-08Initial naive form validation fixpatrickhlauke-form-validationpatrickhlauke1-28/+48
2019-07-02Add ARIA search landmark to documentation. (#28983)Bardi Harborow1-1/+1
2019-07-02Remove redundant border radius on pagination (#28980)Martijn Cuppens1-1/+0
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)
2019-06-26Remove redundant radius properties (#28956)Martijn Cuppens1-2/+2
2019-06-26Fix pre color (#28966)Martijn Cuppens1-1/+1
2019-06-26Stretched link updates (#28958)Martijn Cuppens2-6/+5
- Remove IE10 background hack - Ability to change the pseudo element - Ability to change the z-index - Remove pointer events, just inherit this
2019-06-25Port new unit test for dropdown from v4 (#28913)Patrick H. Lauke1-0/+25
Add unit test from #28912 to v5
2019-06-25Remove negative margins for group list items (#28940)Sergey Kovalenko1-19/+28
To fix RGBA borders overlapping issue.
2019-06-24Minor wording changes.XhmikosR1-2/+2
2019-06-24Combine duplicate documentation examples into one to fix the confusing text.Jonathan Hawkins1-23/+9
fixes issue #28892
2019-06-22Change invalid icon from cross to exclamation mark (#28944)Martijn Cuppens1-1/+1
The cross icon was confusing since some browsers use it as a reset button.
2019-06-22Docs – update extend/approach.md (#28941)Robin D'Arcy1-2/+2
2019-06-19Closing dropdown with ESC correctly sets focus to toggle (#28928)Patrick H. Lauke2-1/+40
Just firing the focus event isn't enough ... need to actually call the proper `focus()` method for it to actually do it...
2019-06-18Update devDependencies. (#28924)XhmikosR2-264/+287
2019-06-18Typo fix (#28920)Martijn Cuppens1-1/+1
2019-06-18Decrease number of order utilities (#28874)Martijn Cuppens4-13/+19
2019-06-17Add Error checking to prevent invalid breakpoint (#28889)Ashfahan Khan1-1/+4
* 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
2019-06-13tooltip dispose:removing only own event handler (#28896)david-lallement1-6/+8
2019-06-07Removal of one of the most iconic components of Bootstrap: the jumbotron ↵Martijn Cuppens26-193/+23
(#28876)
2019-06-06Update site/content/docs/4.3/examples/sticky-footer-navbar/index.htmlXhmikosR1-1/+1
Co-Authored-By: Shohei Yoshida <[email protected]>
2019-06-06Update site/content/docs/4.3/examples/sticky-footer-navbar/index.htmlXhmikosR1-1/+1
Co-Authored-By: Shohei Yoshida <[email protected]>
2019-06-06Examples: make use of core utils in more places.XhmikosR7-28/+5
2019-06-06Clean component examples CSS (#28872)Shohei Yoshida5-89/+19
* Remove unused classes/styles and use utilities instead of specific styles * Use `getElementById` instead of `querySelector`
2019-06-05Make generating form row styles dependent on $enable-grid-classes (#28870)Shohei Yoshida1-10/+12
2019-06-04Rename the text helper page (#28869)Shohei Yoshida2-3/+3
2019-06-05Rename .text-monospace to .font-monospace (#28867)Shohei Yoshida3-3/+4
2019-06-04Docs: add accessibility/keyboard callout to popovers, tweak tooltips callout ↵Patrick H. Lauke2-3/+11
(#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
2019-06-04Workaround for the image size bug in IE (#28855)Shohei Yoshida1-0/+3
2019-06-04Add initial FUNDING.yml (#28824)XhmikosR1-0/+3
2019-06-03Update devDependencies. (#28798)XhmikosR4-634/+569
Notably: * bundlesize 0.15.3 → ^0.17.2 * eslint-plugin-unicorn ^8.0.2 → ^9.0.0 * terser ^3.17.0 → ^4.0.0
2019-06-03event-handler.js: use a plain for loop. (#28853)XhmikosR1-4/+6
2019-06-03HTTPS link to codeguide.co (#28860)Christian Oliff1-2/+2
2019-05-30Utility API improvement: use $key/$value instead of nth (#28828)Ashfahan Khan2-4/+3
Co-Authored-By: Martijn Cuppens <[email protected]>
2019-05-30Use `npm-run-all` in the `netlify` script. (#28846)XhmikosR1-1/+1
2019-05-29Remove redundant properties from `.embed-responsive` (#28062)Martijn Cuppens1-4/+0
2019-05-29Modify `.card-header-tabs .nav-link.active` colors (#28833)Shane Parsons1-0/+7
Co-Authored-By: Mark Otto <[email protected]>
2019-05-29Make example description more accurate (#28842)Jay Pinho1-1/+1
2019-05-28Clean input group flex basis (#28785)Shohei Yoshida1-4/+1
2019-05-28Calc modal header/footer border radius according to the border width (#28775)Shohei Yoshida2-2/+3
2019-05-27Correct grammar in modal.scss (#28829)Aditya Shankar1-1/+1
2019-05-26Fix background position (#28814)Sezer Esen1-1/+1
2019-05-24Fix Typo Mistake in SCSS comment (#28821)Ashfahan Khan1-1/+1
2019-05-24vnu.jar: Update ignores. (#28817)XhmikosR1-3/+3
Pass the `--no-langdetect` flag instead of ignoring the warning manually.
2019-05-23Helpers & utilities split (#28445)Martijn Cuppens40-449/+957
2019-05-20`.sr-only` & `.sr-only-focusable` tweaks (#28720)Martijn Cuppens6-31/+31
* Prevent .sr-only-focusable overriding properties when being focused * Typo
2019-05-18Fix z-index according to our z-index rule (#28784)Shohei Yoshida1-2/+2
https://getbootstrap.com/docs/4.3/extend/approach/#z-index-scales
2019-05-16Update Yarn package link to link to the Bootstrap package (#28781)Christian Oliff1-1/+1
I think it makes more sense to link to the Bootstrap package on Yarn here (like the package link for NPM above)
2019-05-16linkinator: add silent flag.XhmikosR1-1/+1
This should reduce its output.
2019-05-16Update devDependencies.XhmikosR2-312/+653
2019-05-16remove util references from our docsJohann-S7-10/+0