]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
XhmikosR [Sun, 18 Aug 2019 13:57:25 +0000 (16:57 +0300)]
docs css: minor cleanup (#29266)
Martijn Cuppens [Sun, 18 Aug 2019 13:29:23 +0000 (15:29 +0200)]
docs: fix tap targets (#29272)
XhmikosR [Thu, 1 Aug 2019 14:30:15 +0000 (17:30 +0300)]
Move favicon.ico and apple-touch-icon.png in hugo mounts.
XhmikosR [Wed, 31 Jul 2019 13:34:45 +0000 (16:34 +0300)]
Clean up mounts.
Bjørn Erik Pedersen [Tue, 30 Jul 2019 09:37:45 +0000 (12:37 +0300)]
Fix mounts
XhmikosR [Mon, 29 Jul 2019 07:57:54 +0000 (10:57 +0300)]
Make use of Hugo's 0.56+ module feature.
XhmikosR [Fri, 16 Aug 2019 10:20:26 +0000 (13:20 +0300)]
Use US locale consistently. (#29255)
Martijn Cuppens [Fri, 16 Aug 2019 09:49:06 +0000 (11:49 +0200)]
Enable wrapping for elements in .modal-footer (#25103)
Martijn Cuppens [Fri, 16 Aug 2019 08:36:13 +0000 (10:36 +0200)]
Restore `cursor: pointer` for checkbox/radio buttons (#29239)
Martijn Cuppens [Fri, 16 Aug 2019 08:23:51 +0000 (10:23 +0200)]
Clarify order documentation (#29252)
XhmikosR [Fri, 16 Aug 2019 08:10:07 +0000 (11:10 +0300)]
Update devDependencies. (#29221)
XhmikosR [Wed, 14 Aug 2019 19:40:46 +0000 (22:40 +0300)]
Fix redirects. (#29254)
XhmikosR [Wed, 14 Aug 2019 18:47:41 +0000 (21:47 +0300)]
Update config.yml (#29253)
Add missing trailing slash after #29144
Thomas Schaller [Tue, 13 Aug 2019 22:03:55 +0000 (00:03 +0200)]
Function map-get-multiple now returns the correct variable (#29247)
XhmikosR [Mon, 12 Aug 2019 06:28:47 +0000 (09:28 +0300)]
CI: run bundlesize only for pushes.
XhmikosR [Fri, 9 Aug 2019 15:28:41 +0000 (18:28 +0300)]
Reindent workflows/test.yml.
Martijn Cuppens [Fri, 9 Aug 2019 05:45:26 +0000 (07:45 +0200)]
Fix Firefox rendering issue (#29234)
XhmikosR [Thu, 8 Aug 2019 18:39:09 +0000 (21:39 +0300)]
Limit coveralls to our repo.
XhmikosR [Thu, 8 Aug 2019 18:26:02 +0000 (21:26 +0300)]
Run bundlesize separately.
Mark Otto [Thu, 8 Aug 2019 16:40:26 +0000 (09:40 -0700)]
Prep for migration to GitHub Actions CI/CD
XhmikosR [Thu, 8 Aug 2019 15:30:43 +0000 (18:30 +0300)]
Use `absURL` so that we get consistent URLs. (#29226)
XhmikosR [Thu, 8 Aug 2019 14:54:59 +0000 (17:54 +0300)]
docs: minor simplification. (#29227)
XhmikosR [Wed, 7 Aug 2019 14:26:04 +0000 (17:26 +0300)]
Remove unneeded Stylelint suppressions. (#29222)
XhmikosR [Wed, 7 Aug 2019 14:13:14 +0000 (17:13 +0300)]
browser-devices.md: Fix Android version (#29224)
Shohei Yoshida [Tue, 6 Aug 2019 07:54:53 +0000 (16:54 +0900)]
Fix min-width of input-group flex items (#29209)
Mark Otto [Mon, 5 Aug 2019 19:12:16 +0000 (12:12 -0700)]
Responsive containers (follow-up to #29095) (#29118)
* Follow-up to #29095
This PR fixes the responsive containers that were added in #29095, originally stubbed out in #25631. Apologies to @browner12 for getting that wrong.
Fixes #25631.
* update navbar as well because we cannot reset all containers uniformly
* Update navbars example to include container-xl example to ensure containers match
* rewrite responsive containers docs, add table of max-widths
* Update container docs
- Move table up to the intro
- Remove the container example because it's actually hella confusing
- Update and link to grid example as a demo instead
XhmikosR [Sun, 4 Aug 2019 17:28:50 +0000 (20:28 +0300)]
Simplify css-prefix scripts. (#29205)
XhmikosR [Sun, 4 Aug 2019 17:20:00 +0000 (20:20 +0300)]
Update form-control.md (#29203)
Fix Readonly plain text form alignment
XhmikosR [Sun, 4 Aug 2019 10:30:29 +0000 (13:30 +0300)]
Update javascript.md
Johann-S [Sun, 4 Aug 2019 10:05:04 +0000 (12:05 +0200)]
explain how to use bootstrap 5 with jQuery
Johann-S [Sun, 4 Aug 2019 09:55:37 +0000 (11:55 +0200)]
remove jquery references from list group
joseigor [Sun, 4 Aug 2019 05:42:23 +0000 (02:42 -0300)]
v5: Docs Utilities API updates (#29126)
Improvement to better understand how utilities class name are generated by the (_api.scss) base in the line of code below:
`$property-class: if($property-class, $property-class, nth($properties, 1));`
https://github.com/twbs/bootstrap/blob/
fc02932946424e986a72bb7b47044eab815851cb /scss/mixins/_utilities.scss#L21
XhmikosR [Sun, 4 Aug 2019 05:23:25 +0000 (08:23 +0300)]
docs: Fix badges after #28458. (#29199)
Mark Otto [Sat, 3 Aug 2019 14:27:33 +0000 (07:27 -0700)]
Mention pagination margin change in migration docs (#29196)
From #28948.
GeoSot [Sat, 3 Aug 2019 14:11:57 +0000 (17:11 +0300)]
Allow .page-links to get left margin. (#28948)
* Allow .page-links to get left margin.
* Add border-radius to page-links in case they have left margin
* Apply MartijnCuppens suggestion to _pagination.scss
Co-Authored-By: Martijn Cuppens <martijn.cuppens@gmail.com>
* Plus if/else Rules
* Formatting fixes
* Fix border-radius for pagination-size
* Use mixin for default pagination sizing
Martijn Cuppens [Sat, 3 Aug 2019 13:58:25 +0000 (15:58 +0200)]
Change SVG dimensions to px values (#29195)
XhmikosR [Fri, 2 Aug 2019 14:24:07 +0000 (17:24 +0300)]
Update javascript.md
Johann-S [Fri, 2 Aug 2019 13:51:05 +0000 (15:51 +0200)]
add a way to disable jQuery detection
XhmikosR [Fri, 2 Aug 2019 14:26:25 +0000 (17:26 +0300)]
robots.txt: adapt for Netlify. (#29192)
Since we build with `HUGO_ENV` set to `production` on Netlify, use another variable to prevent crawling.
XhmikosR [Fri, 2 Aug 2019 09:52:26 +0000 (12:52 +0300)]
Update devDependencies. (#29189)
XhmikosR [Thu, 1 Aug 2019 06:37:18 +0000 (09:37 +0300)]
Update javascript.md
XhmikosR [Thu, 1 Aug 2019 04:59:25 +0000 (07:59 +0300)]
Update javascript.md
Johann-S [Wed, 31 Jul 2019 20:05:24 +0000 (22:05 +0200)]
add callout about jquery events
Johann-S [Wed, 31 Jul 2019 20:00:11 +0000 (22:00 +0200)]
remove jquery in scrollspy docs
Johann-S [Wed, 31 Jul 2019 19:55:28 +0000 (21:55 +0200)]
remove jquery in tab docs
XhmikosR [Wed, 31 Jul 2019 13:14:21 +0000 (16:14 +0300)]
Fix typos. (#29178)
Herst [Wed, 31 Jul 2019 06:52:52 +0000 (08:52 +0200)]
Add missing role="document" (#29172)
XhmikosR [Tue, 30 Jul 2019 15:30:23 +0000 (18:30 +0300)]
carousel: fix transition properties order. (#29173)
Patrick H. Lauke [Tue, 30 Jul 2019 06:42:55 +0000 (07:42 +0100)]
Fix minor typo (#29168)
Shohei Yoshida [Mon, 29 Jul 2019 15:49:07 +0000 (00:49 +0900)]
Remove comment about tabindex (#29165)
XhmikosR [Mon, 29 Jul 2019 09:17:42 +0000 (12:17 +0300)]
Update migration.md
Johann-S [Sun, 28 Jul 2019 13:24:46 +0000 (15:24 +0200)]
remove underscore for static methods
Patrick H. Lauke [Mon, 29 Jul 2019 08:23:44 +0000 (09:23 +0100)]
Minor: fix sentence (#29160)
"Popovers whose both title..."
XhmikosR [Fri, 26 Jul 2019 14:22:08 +0000 (17:22 +0300)]
Rename site/data/nav.yml to sidebar.yml.
XhmikosR [Fri, 26 Jul 2019 14:06:17 +0000 (17:06 +0300)]
docs: Move trailing URL slashes to the variables.
Shohei Yoshida [Mon, 29 Jul 2019 07:32:09 +0000 (16:32 +0900)]
Fix reboot for placeholder links (#29140)
XhmikosR [Mon, 29 Jul 2019 06:59:09 +0000 (09:59 +0300)]
Update devDependencies. (#29141)
Chandan Deep [Mon, 29 Jul 2019 05:12:44 +0000 (10:42 +0530)]
Change property from background to background-image (#29149)
For Gradient, We have to use the background-image instead of only background.
Mark Otto [Sun, 28 Jul 2019 22:01:15 +0000 (15:01 -0700)]
Remove Slack badge link for now
Brian Juul Andersen [Sun, 28 Jul 2019 11:02:23 +0000 (13:02 +0200)]
Update scrollspy.md (#29156)
Fixed minor grammatical error:
"... the best method get scroll ..."
=>
"... the best method to get scroll ..."
Johann-S [Sun, 28 Jul 2019 09:49:44 +0000 (11:49 +0200)]
allow dynamic modal body for scrollable modals
Martijn Cuppens [Sat, 27 Jul 2019 06:30:39 +0000 (08:30 +0200)]
Haha, floats. It's 2019 (#29147)
Martijn Cuppens [Fri, 26 Jul 2019 17:47:53 +0000 (19:47 +0200)]
Remove `$enable-hover-media-query`
XhmikosR [Fri, 26 Jul 2019 16:05:51 +0000 (19:05 +0300)]
config.yml: add OpenCollective. (#29143)
This was missing since the Hugo switch (
d95d300 ).
XhmikosR [Fri, 26 Jul 2019 07:17:51 +0000 (10:17 +0300)]
Update docs vendor libs (#29134)
* Update bs-custom-file-input.min.js to v1.3.2.
* Update anchor.min.js to v4.2.0.
XhmikosR [Thu, 25 Jul 2019 07:04:07 +0000 (10:04 +0300)]
Update _variables.scss
ysds [Wed, 24 Jul 2019 13:24:45 +0000 (22:24 +0900)]
Remove outdated documentation
* Remove about generated button of file form
* Remove and merge layout examples of custom forms
* Clarify id/for
* Change some spacing classes for consistency
ysds [Wed, 24 Jul 2019 13:06:48 +0000 (22:06 +0900)]
Remove leftover CSS for custom control
ysds [Wed, 24 Jul 2019 13:03:17 +0000 (22:03 +0900)]
Fix variable name
Martijn Cuppens [Thu, 25 Jul 2019 16:01:41 +0000 (18:01 +0200)]
Merge code page with reboot
Shohei Yoshida [Thu, 25 Jul 2019 15:28:02 +0000 (00:28 +0900)]
Remove duplicate
Martijn Cuppens [Mon, 17 Jun 2019 18:08:37 +0000 (20:08 +0200)]
Reboot updates
- Remove unsupported browsers fixes
- More consistent comment blocks
- Reorganise order of some blocks
- Add height fix for date/month/week/time inputs (#18842)
- Remove redundant type selectors
- Additional resets and theming options for `legend`
- Add date & color inputs to reboot page
- Use the same borders for text search, text inputs, textareas and date inputs
- Move code styling to reboot
Martijn Cuppens [Thu, 25 Jul 2019 16:12:14 +0000 (18:12 +0200)]
Mention dropped `.pre-scrollable` class in migration guide.
Martijn Cuppens [Thu, 25 Jul 2019 16:03:45 +0000 (18:03 +0200)]
Drop `.pre-scrollable` class
Martijn Cuppens [Thu, 25 Jul 2019 07:41:13 +0000 (09:41 +0200)]
Drop `color()`, `theme-color()` & `gray()` functions (#29083)
Drop `color()`, `theme-color()` & `gray()` functions in favor of variables. The functions just called a `map-get()` of a map where just the variables were defined.
Also the `theme-color-level()` now accepts any color you want instead of only `$theme-colors` colors. The first value now is a variable instead of the `$theme-colors` key.
Mark Otto [Thu, 25 Jul 2019 07:17:43 +0000 (00:17 -0700)]
Fix busted hover/focus on sidebar
Mark Otto [Thu, 25 Jul 2019 06:47:49 +0000 (23:47 -0700)]
Restore `7rem` so that the sidebar is balanced on top and bottom
Martijn Cuppens [Thu, 25 Jul 2019 06:18:36 +0000 (08:18 +0200)]
Sidebar theming tweaks
Mark Otto [Wed, 24 Jul 2019 17:06:58 +0000 (20:06 +0300)]
Increase navbar link brightness for slightly better color contrast
Mark Otto [Wed, 24 Jul 2019 17:03:39 +0000 (10:03 -0700)]
Split up docs _nav.scss
- _navbar.scss for all main navbar code
- new _subnav.scss to move all subnav styles into
Mark Otto [Wed, 24 Jul 2019 17:01:38 +0000 (10:01 -0700)]
Restore height and overflow on docs sidebar
Johann-S [Tue, 23 Jul 2019 19:15:00 +0000 (21:15 +0200)]
use get selector from element only when needed
Ben Boyter [Wed, 24 Jul 2019 08:12:44 +0000 (18:12 +1000)]
Remove https://glyph.smarticons.co/ from list of suggestions as the (#29121)
domain is now for sale and is triggers warnings in Firefox and Chrome
Johann-S [Wed, 24 Jul 2019 07:53:58 +0000 (09:53 +0200)]
fix arrow popover (#29115)
Martijn Cuppens [Wed, 24 Jul 2019 06:41:18 +0000 (08:41 +0200)]
Apply `at-mixin-argumentless-call-parentheses: always` stylelint rule
XhmikosR [Wed, 24 Jul 2019 06:29:50 +0000 (09:29 +0300)]
Update devDependencies.
XhmikosR [Wed, 24 Jul 2019 06:47:37 +0000 (09:47 +0300)]
Add `--continue-on-error` in the `css-lint` script. (#29119)
Mark Otto [Wed, 24 Jul 2019 06:13:50 +0000 (23:13 -0700)]
Rebuild the dist to pickup new utilities file (#29105)
Dist after adding new utils file
Johann-S [Wed, 24 Jul 2019 05:19:47 +0000 (07:19 +0200)]
add polyfill.js in visual tests (#29116)
XhmikosR [Tue, 23 Jul 2019 14:47:33 +0000 (17:47 +0300)]
Don't add the crossorigin attribute unless we pass integrity. (#29112)
Shohei Yoshida [Tue, 23 Jul 2019 14:21:23 +0000 (23:21 +0900)]
Force reflow for fade-in animation (#29113)
Johann-S [Tue, 23 Jul 2019 13:18:41 +0000 (15:18 +0200)]
fix docs bad use of private methods to change title of our tooltips (#29111)
Johann-S [Tue, 23 Jul 2019 11:58:11 +0000 (13:58 +0200)]
run js-test in parallel
XhmikosR [Tue, 23 Jul 2019 10:04:48 +0000 (13:04 +0300)]
package.json: ignore spec files.
Johann-S [Mon, 22 Jul 2019 13:24:17 +0000 (15:24 +0200)]
rewrite tab unit tests
Johann-S [Mon, 22 Jul 2019 12:46:03 +0000 (14:46 +0200)]
use qunit css for our fixture
Johann-S [Sun, 30 Jun 2019 09:37:25 +0000 (11:37 +0200)]
rewrite scrollspy unit tests
Johann-S [Fri, 10 May 2019 19:57:27 +0000 (21:57 +0200)]
rewrite tooltip unit tests
Johann-S [Wed, 8 May 2019 19:32:50 +0000 (21:32 +0200)]
rewrite popover unit tests
Johann-S [Wed, 1 May 2019 13:43:40 +0000 (15:43 +0200)]
rewrite modal unit tests