]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Moris Zen Pasic [Thu, 21 Sep 2017 13:17:41 +0000 (15:17 +0200)]
Making the customization option docs cleared about variable overrides with !default flag
XhmikosR [Tue, 26 Sep 2017 15:22:53 +0000 (18:22 +0300)]
Remove unneeded `docsearch` variable.
XhmikosR [Wed, 27 Sep 2017 06:47:09 +0000 (09:47 +0300)]
Update package-lock.json. (#24133)
Prateek Goel [Tue, 26 Sep 2017 19:44:00 +0000 (20:44 +0100)]
Add style for non-overlapping scrollbar in IE (#24081)
XhmikosR [Tue, 26 Sep 2017 16:13:57 +0000 (19:13 +0300)]
Revert accidental `alt` addition from Bootstrap stack image. (#24122)
Remove accidental `alt` addition from Bootstrap stack image.
Andrew Luca [Tue, 26 Sep 2017 15:14:52 +0000 (18:14 +0300)]
Update comment for forms mixins (#24050)
Check `form-control-focus` mixin, variable name is `$input-focus-border-color`
Andres Galante [Tue, 26 Sep 2017 14:42:04 +0000 (11:42 -0300)]
Fix color on example btn on navbar (#24052)
XhmikosR [Sun, 17 Sep 2017 05:42:53 +0000 (08:42 +0300)]
Add eslint-plugin-compat.
We can check for browser compatibility on lint time now.
XhmikosR [Sun, 17 Sep 2017 05:39:45 +0000 (08:39 +0300)]
Move Autoprefixer's config in package.json.
This is so other plugins can use it too.
XhmikosR [Tue, 26 Sep 2017 13:43:56 +0000 (16:43 +0300)]
Mention that dropdowns depend on popper.js too.
XhmikosR [Tue, 26 Sep 2017 11:50:35 +0000 (14:50 +0300)]
Minor Markdown consistency changes.
Andres Galante [Tue, 26 Sep 2017 13:51:27 +0000 (10:51 -0300)]
Fixes rounded corners on first and lat child on vertical btn group (#24119)
XhmikosR [Tue, 26 Sep 2017 12:24:14 +0000 (15:24 +0300)]
Normalize all links. (#24109)
* use a trailing slash when possible
* use https when possible
* remove a few redirected links
* consistently use `https://popper.js.org/`
* fix `iconUrl` in nuget files
* change Jekyll Windows guide to the official one
XhmikosR [Tue, 26 Sep 2017 12:14:52 +0000 (15:14 +0300)]
build/*.js: ES6-ify files. (#24112)
schwastek [Tue, 26 Sep 2017 12:05:59 +0000 (14:05 +0200)]
Improve theme-color-level() using abs() (#24074)
`abs()` gets the absolute value of `$level`.
That way, `if/else` statement can be completely eliminated.
XhmikosR [Tue, 26 Sep 2017 11:59:36 +0000 (14:59 +0300)]
Update Jekyll to v3.6.0. (#24102)
XhmikosR [Tue, 26 Sep 2017 11:49:51 +0000 (14:49 +0300)]
Update .gitattributes. (#24113)
Add .txt and remove the non-existent .py files.
XhmikosR [Tue, 26 Sep 2017 11:41:49 +0000 (14:41 +0300)]
Tabs to spaces. (#24110)
XhmikosR [Tue, 26 Sep 2017 10:08:02 +0000 (13:08 +0300)]
Move the workbox build to a `postdocs-compile` script. (#24106)
This way, it's run for us automatically after `docs-compile`.
XhmikosR [Tue, 26 Sep 2017 09:30:58 +0000 (12:30 +0300)]
docs: fix syntax highlighting for shell scripts. (#24103)
Switch all instances to `sh` but keep `bash` so that things won't break either way.
XhmikosR [Tue, 26 Sep 2017 08:57:24 +0000 (11:57 +0300)]
Update Jekyll ignores. (#24101)
* ignore `twbsconfig.yml`
* add a trailing slash for folders
XhmikosR [Tue, 26 Sep 2017 08:04:25 +0000 (11:04 +0300)]
Add image dimensions in stack image. (#24100)
XhmikosR [Tue, 26 Sep 2017 07:21:30 +0000 (10:21 +0300)]
Lossy compress a few remaining PNGs. (#24097)
Before: 312 KB (320.250 bytes)
After: 253 KB (259.961 bytes)
SpicyDwarf [Mon, 25 Sep 2017 21:11:32 +0000 (07:11 +1000)]
Fix no rounded corners if there is only one card in a card-group (#24080)
Johann-S [Mon, 25 Sep 2017 10:41:54 +0000 (12:41 +0200)]
Collapse - Allow to pass jQuery object or DOM element to the parent option
Vasilii Artemchuk [Sun, 24 Sep 2017 11:22:42 +0000 (14:22 +0300)]
Updated github help links (#24071)
Patrick H. Lauke [Sun, 24 Sep 2017 10:00:54 +0000 (12:00 +0200)]
Accessibility fixes to dynamic tabs (`aria-selected`, remove dynamic tabs with dropdowns)
* Use `aria-selected` instead of `aria-expanded`
* Change tab.js to use `aria-selected` rather than `aria-expanded`
* Add `aria-orientation=vertical` to vertical tab list
* Remove dynamic tabs with dropdowns
* Fix non-interactive code examples
* Only set `aria-selected` on the `role="tab"` trigger - this stops `aria-selected` being incorrectly added to the `role="tabpanel"` itself (probably harmless, but nonetheless incorrect)
Herst [Sat, 23 Sep 2017 20:39:34 +0000 (22:39 +0200)]
Fix missing tabindex and role in an example modal
XhmikosR [Wed, 20 Sep 2017 09:48:38 +0000 (12:48 +0300)]
Update anchor.js to v4.1.0. (#24011)
Andres Galante [Sun, 17 Sep 2017 21:51:37 +0000 (18:51 -0300)]
Add text-light to sample card under Card columns (#23800)
XhmikosR [Sun, 17 Sep 2017 17:27:30 +0000 (20:27 +0300)]
Update package-lock.json. (#23975)
Troy Morehouse [Sun, 17 Sep 2017 07:30:37 +0000 (04:30 -0300)]
fix(scrollspy): Spying on nested navs fails to activate for .nav-link's inside nav-item's (#23967)
* fix(scrollspy): Handle nested navs when nav-link inside nav-item
* [scrolspy] Find only child .nav-link's inside .nav-item
* [scrollspyt] Add tests for nested navs with nav-link inside nav-item
* fix troy-o's in test
Bardi Harborow [Sun, 17 Sep 2017 07:23:19 +0000 (17:23 +1000)]
Move Travis to build stages and fix skip browser flag. (#23961)
Johann-S [Sun, 17 Sep 2017 06:59:08 +0000 (08:59 +0200)]
Use cross-env to allow folks to build our js on their OS
Andres Galante [Sun, 17 Sep 2017 06:53:05 +0000 (03:53 -0300)]
Add light weight to text utility classes (#23970)
Henry Zhu [Sun, 17 Sep 2017 06:40:48 +0000 (02:40 -0400)]
Babel 7 (#23966)
* use .babelrc.js, compile bundled/non-bundled with loose mode
* add back helper, exclude typeof transform
XhmikosR [Sun, 17 Sep 2017 05:18:24 +0000 (08:18 +0300)]
Minor Sass cleanup and consistency changes. (#23959)
XhmikosR [Fri, 15 Sep 2017 10:49:51 +0000 (13:49 +0300)]
Update babel-eslint to v8.0.0 and all devDependencies and gems.
Michael [Fri, 15 Sep 2017 10:37:34 +0000 (11:37 +0100)]
Pre-cache key assets with Workboxjs. (#23533)
XhmikosR [Fri, 15 Sep 2017 10:24:27 +0000 (13:24 +0300)]
Merge pull request #23948 from Rud5G/fix-docs-examples-album-holder.js
Album example: fix holder.js calls
XhmikosR [Fri, 15 Sep 2017 10:20:25 +0000 (13:20 +0300)]
album/index.html: Refactor Holder code.
Rudger Gravestein [Thu, 14 Sep 2017 10:59:13 +0000 (12:59 +0200)]
Update holder.js image data-src + create theme
to fix the images
Patrick H. Lauke [Wed, 13 Sep 2017 18:51:08 +0000 (19:51 +0100)]
Structure examples with appropriate `<main>`, `<header>`, `<footer>`
Structure examples with appropriate `<main>`, `<header>`, `<footer>`
XhmikosR [Wed, 13 Sep 2017 17:56:19 +0000 (20:56 +0300)]
Fix missing `.btn` class from `bd-search-docs-toggler`. (#23942)
Mark Otto [Wed, 13 Sep 2017 05:24:15 +0000 (22:24 -0700)]
dist
Andres Galante [Tue, 12 Sep 2017 18:51:54 +0000 (15:51 -0300)]
fixes #23926 responsive state on navbar
Patrick H. Lauke [Tue, 12 Sep 2017 21:29:09 +0000 (22:29 +0100)]
Fix malformed `<select>` in example
Johann-S [Tue, 12 Sep 2017 08:48:34 +0000 (10:48 +0200)]
Merge pull request #23923 from meteorlxy/patch-1
Fix(docs): duplicate class in navbar docs
Johann-S [Tue, 12 Sep 2017 08:45:06 +0000 (10:45 +0200)]
Merge branch 'v4-dev' into patch-1
meteorlxy [Tue, 12 Sep 2017 08:37:37 +0000 (08:37 +0000)]
Fix(docs): duplicate class in navbar docs
Martijn Cuppens [Tue, 12 Sep 2017 08:32:43 +0000 (10:32 +0200)]
Fix navbar IE (#23652)
Johann-S [Tue, 12 Sep 2017 05:48:45 +0000 (07:48 +0200)]
Merge pull request #23921 from vsn4ik/v4-dev-tooltip-rm-not-necessary
Remove not necessary condition in tooltip.js
vsn4ik [Mon, 11 Sep 2017 19:44:42 +0000 (22:44 +0300)]
Remove not necessary condition in tooltip.js
Herst [Mon, 11 Sep 2017 13:40:54 +0000 (15:40 +0200)]
Remove hyperlink from navbar doc dropdown (#23650)
Johann-S [Mon, 11 Sep 2017 08:58:34 +0000 (10:58 +0200)]
Merge pull request #23890 from pat270/collapse-js-with-text-truncate
v4 Collapse.js: Accordions with text-truncate causes the page to jump on close
Johann-S [Mon, 11 Sep 2017 08:54:35 +0000 (10:54 +0200)]
Merge branch 'v4-dev' into collapse-js-with-text-truncate
Rami Yushuvaev [Thu, 7 Sep 2017 11:23:20 +0000 (14:23 +0300)]
Add an introduction and a table with examples
Rami Yushuvaev [Thu, 7 Sep 2017 10:15:38 +0000 (13:15 +0300)]
review updates
Rami Yushuvaev [Wed, 6 Sep 2017 22:10:32 +0000 (01:10 +0300)]
Hiding Elements: new doc section in display.md
This new section will replace the `hidden-*` class. https://v4-alpha.getbootstrap.com/layout/responsive-utilities/
More info can be found here at https://getbootstrap.com/docs/4.0/migration/#responsive-utilities
Mark Otto [Sun, 10 Sep 2017 00:40:22 +0000 (17:40 -0700)]
dist
Mark Otto [Sun, 10 Sep 2017 00:39:56 +0000 (17:39 -0700)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sun, 10 Sep 2017 00:39:47 +0000 (17:39 -0700)]
fix redirect, close #23888
Mark Otto [Sat, 9 Sep 2017 21:57:00 +0000 (14:57 -0700)]
copy edits
Herst [Fri, 8 Sep 2017 11:46:29 +0000 (13:46 +0200)]
Mention removal of contextual progress bar classes
vsn4ik [Fri, 8 Sep 2017 00:06:02 +0000 (03:06 +0300)]
Use CSS3 pseudo elements in documentation
Andres Galante [Thu, 7 Sep 2017 17:36:01 +0000 (14:36 -0300)]
adds missing important on utility classs
Herst [Thu, 7 Sep 2017 17:11:26 +0000 (19:11 +0200)]
Don't create empty columns in documentation
Mark Otto [Sat, 9 Sep 2017 23:59:37 +0000 (16:59 -0700)]
dist
Patrick Yeo [Fri, 8 Sep 2017 21:53:15 +0000 (14:53 -0700)]
Collapse.js preventDefault if `[data-toggle="collapse"]` is an anchor tag
Johann-S [Fri, 8 Sep 2017 08:49:10 +0000 (10:49 +0200)]
Merge pull request #23876 from vsn4ik/v4-dev-dont-use-short-jquery
Dont use short jQuery methods in documentations
vsn4ik [Fri, 8 Sep 2017 08:41:42 +0000 (11:41 +0300)]
Dont use short jQuery methods
Mark Otto [Thu, 7 Sep 2017 16:31:50 +0000 (09:31 -0700)]
consistent comma usage :D
Johann-S [Thu, 7 Sep 2017 11:20:51 +0000 (13:20 +0200)]
Update callout about the positionning of our Dropdowns
Johann-S [Thu, 7 Sep 2017 10:47:43 +0000 (12:47 +0200)]
Remove placement attribute from our Dropdown plugin
Johann-S [Wed, 6 Sep 2017 08:09:51 +0000 (10:09 +0200)]
Add information about our bundled dist files which contains Popper.js
Andres Galante [Wed, 6 Sep 2017 20:02:57 +0000 (17:02 -0300)]
Removes background from form-control-plaintext
XhmikosR [Wed, 6 Sep 2017 12:11:24 +0000 (15:11 +0300)]
Update gems and package-lock.json. (#23850)
Mark Otto [Wed, 6 Sep 2017 04:05:12 +0000 (21:05 -0700)]
dist
vsn4ik [Mon, 4 Sep 2017 22:36:09 +0000 (01:36 +0300)]
Use site.repo in docs
Mark Otto [Wed, 6 Sep 2017 03:21:13 +0000 (20:21 -0700)]
Update form validation migration docs
Mark Otto [Wed, 6 Sep 2017 03:22:56 +0000 (20:22 -0700)]
jquery 3 mention
Mark Otto [Mon, 4 Sep 2017 22:31:46 +0000 (15:31 -0700)]
mention bower drop
Mark Otto [Tue, 22 Aug 2017 17:56:04 +0000 (10:56 -0700)]
headings, pointer events
Mark Otto [Tue, 22 Aug 2017 17:52:11 +0000 (10:52 -0700)]
responsive table break
Mark Otto [Tue, 22 Aug 2017 01:21:23 +0000 (18:21 -0700)]
Update migration.md
Mark Otto [Mon, 21 Aug 2017 20:56:44 +0000 (13:56 -0700)]
Update migration.md
XhmikosR [Mon, 21 Aug 2017 08:58:29 +0000 (11:58 +0300)]
Update migration.md
Mark Otto [Sun, 20 Aug 2017 20:54:12 +0000 (13:54 -0700)]
add section to migration docs for important v4 beta 2 changes
Mark Otto [Wed, 6 Sep 2017 03:42:16 +0000 (20:42 -0700)]
add title to starter template code snippet
Johann-S [Tue, 5 Sep 2017 21:00:21 +0000 (23:00 +0200)]
Merge pull request #23811 from vsn4ik/v4-dev-package-peer-deps-versions-fix
Fix jQuery version
vsn4ik [Tue, 5 Sep 2017 18:49:29 +0000 (21:49 +0300)]
Fix jquery version
Andres Galante [Mon, 4 Sep 2017 22:40:13 +0000 (19:40 -0300)]
adds captions and scop col on thead th (#23755)
Andres Galante [Mon, 4 Sep 2017 22:39:24 +0000 (19:39 -0300)]
adds clarification that gris values should be set in px (#23829)
Herst [Mon, 4 Sep 2017 22:39:12 +0000 (00:39 +0200)]
Update docs for old releases section in README (#23797)
* Update docs for old releases section in README
Hopefully not many folks are still in the process of transitioning to version 3.
* tweak for future-friendliness
Morva Kristóf [Mon, 4 Sep 2017 22:39:00 +0000 (00:39 +0200)]
Removing extra bracket in introduction docs. (#23791)
oxlay [Mon, 4 Sep 2017 22:38:00 +0000 (00:38 +0200)]
Improve clarity of documentation for .card-body (#23691)
Andres Galante [Mon, 4 Sep 2017 22:36:12 +0000 (19:36 -0300)]
changes floats to flex on breadcrumbs (#23683)
Patrick Yeo [Mon, 4 Sep 2017 22:35:24 +0000 (15:35 -0700)]
v4 docs Update Table Responsive to include `.table-responsive{-sm|-md|-lg|-xl}` (#23665)
Ben Hayward [Mon, 4 Sep 2017 22:34:10 +0000 (23:34 +0100)]
Add correct button-variant mixin hover color (#23657)
Herst [Mon, 4 Sep 2017 22:33:18 +0000 (00:33 +0200)]
Mention dropping of .checkbox/.radio (#23656)
* Mention dropping of .checkbox/.radio
* copy edirts