aboutsummaryrefslogtreecommitdiff
path: root/docs/_data
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto7-821/+0
2017-05-25add webpack to documentation (#22423)Idan Cohen1-0/+1
* add webpack to documentation" implementing PR comments implementing PR comments * replace tether with popper
2017-04-19Add Johann-S to Core team :fireworks:Johann-S1-0/+4
2017-03-05move visibility docs and add .visible mentionMark Otto1-1/+1
2017-03-05Start rearranging the docs for a utilities updateMark Otto1-2/+2
— Rename display docs page — Move print display utils to display utils page — Drop remaining of responsive utils page as it's being replaced with display utils — Update nav to reflect changes
2017-02-27Fix broken links.Bardi Harborow1-1/+1
2017-02-04stub out icons page in docsMark Otto1-4/+4
2017-02-04Rename icon-fonts.md to icons.mdMark Otto1-1/+1
2017-01-15Update broken links. (#21696)Pierre-Denis Vanduynslager1-1/+1
2017-01-02document new utils and change organization to match cssMark Otto1-1/+2
2016-12-24Start to blow out and document more flexbox utilitiesMark Otto2-0/+30
- Adds new flexbox.md file to utilities docs - Adds a `breakpoints.yml` data file for easier output of responsive classes in the docs. Will put this to use on other pages soon. - Adds hella flex utils. There are some dupes for now, but they'll get removed in time.
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto1-2/+0
* remove the $enable-flex variable option * remove bootstrap-flex.css dist file and it's grunt task * remove the separate flex css file for docs; it's all the same now * remove flexbox docs (porting some to the main grid docs in next commit) * clean up few grid docs bits to simplify copy, start to mention flexbox * port relevant flexbox-grid.md content to grid.md - clean up mixins - update how it works section - bring over sizing and alignment sections * remove the $enable-flex from the options.md page * update lead paragraph to mention flexbox * update migration to mention loss of ie9 support * remove mention of flexbox dist file * clarify IE support * making a note * remove flexbox variant mentions from component docs - updates docs for media object, navs, list group, and cards to consolidate docs - no more need to callout flexbox variants since it's now the default * remove $enable-flex if/else from sass files * remove flex dist files * update scss lint property order to account for flex properties * linting * change to numberless classes for autosizing, wrap in highlighting div * bump gruntfile and postcss to ie10 * redo intro sections * rearrange * phew, redo hella grid docs - rearrange all the things - consolidate some bits * remove reference to flexbox mode * more border action for demo * Make some changes to the .card's in .card-deck's to ensure footers align to the bottom
2016-12-02Remove Wall of Browser Bugs entry for #14975Chris Rebert1-10/+0
https://webkit.org/b/150079 has been fixed! Refs #14975 [ci skip]
2016-12-02https://crbug.com/534750 was marked as a duplicate of https://crbug.com/568691Chris Rebert1-1/+1
So update the Wall of Browser Bugs entry accordingly. [ci skip]
2016-12-02Remove Chrome entry for position:sticky from Most Wanted Features listChris Rebert1-10/+0
It's shipping in Chrome 56: https://bugs.chromium.org/p/chromium/issues/detail?id=231752 [ci skip]
2016-11-30Remove https://bugzil.la/504622 from Wall of Browser Bugs (#21260)Chris Rebert1-10/+0
It's fixed in Firefox 53! Yay! Refs #12359 [ci skip]
2016-11-28Add Wall of Browser Bugs entry for #21092Chris Rebert1-0/+10
Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1315994 Refs #21092 [ci skip]
2016-11-28docs/_data/browser-bugs.yml: Fix orderingChris Rebert1-10/+10
[ci skip]
2016-11-28Add Wall of Browser Bugs entry for #20759Chris Rebert1-0/+10
Refs https://bugs.webkit.org/show_bug.cgi?id=162362 Closes #20759 [ci skip]
2016-11-22Add Wall of Browser Bugs entry for #21120Chris Rebert1-0/+10
Refs https://bugs.chromium.org/p/chromium/issues/detail?id=510079 Closes #21120 [skip sauce]
2016-11-08browser-features.yml: Fix MS A11y UserVoice entryChris Rebert1-11/+11
And move one Firefox entry to keep the entries sorted by browser. Refs #21089
2016-11-05Add browser features around virtual/accessibility focusPatrick H. Lauke1-0/+20
These would help in making hidden skip links show up visually once they receive AT focus (for sighted/partially sighted AT users)
2016-11-05Add Safari skip link bugPatrick H. Lauke1-0/+10
2016-10-26Rename .tag to .badge to avoid conflicting with WordPressMark Otto1-1/+1
2016-10-24Fixes #20948: Rename Microsoft Edge to just Edge in docsMark Otto2-15/+15
2016-10-18Add vertical-align utilitiesMark Otto1-0/+1
- Adds six new utils for vertical-align property - Documents the additional classes in the utils docs
2016-10-09Merge branch 'v4-dev' into v4-utilsMark Otto4-8/+48
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow2-5/+5
2016-09-22Merge pull request #20764 from patrickhlauke/v4-devPatrick H. Lauke1-0/+10
Add Edge#9011176 bug (visual artifacts in scrollable dialogs)
2016-09-22Add Edge#9011176 bug (visual artifacts in scrollable dialogs)Patrick H. Lauke1-0/+10
2016-09-12Remove fixed Edge <input type="file"> bug from the WallChris Rebert1-10/+0
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8282613/ has been marked as Fixed. Refs #20335. [skip sauce]
2016-09-11Add Selectors Level 4 :nth-child() to Most Wanted features for EdgeChris Rebert1-0/+10
h/t @bardiharborow for opening https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/15944476 Refs #20143 [skip sauce]
2016-09-11Add transitioncancel to Most Wanted list for Chrome, Safari, Edge (#20618)Chris Rebert1-0/+30
[skip sauce]
2016-09-09update nav.ymlMark Otto1-1/+0
2016-09-08Add new border utilsMark Otto1-0/+1
- Move and rename .img-rounded to .rounded, .img-circle to .rounded-circle - Add new .rounded-{direction} utils - New docs pages for border utils with TBD comments for the border property - Removes most image examples for rounding from the content/images docs in favor of new docs page
2016-09-08Docs: Breaks out Utilities into separate section and optimizes its pages ↵Kovah1-0/+14
(#20678)
2016-09-08Add Brazilian Portuguese in translations (#20673)Adam Macias1-0/+5
2016-09-05Add Edge entry for #20507 to Wall of Browser BugsChris Rebert1-0/+10
Closes #20507 [skip sauce]
2016-08-03Add Wall of Browser Bugs entry for #12359 (#20445)Chris Rebert1-0/+10
https://bugzilla.mozilla.org/show_bug.cgi?id=504622 Refs #12359 [skip sauce]
2016-08-02Most Wanted features: Add Edge UserVoice <dialog> entryChris Rebert1-0/+10
https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/6508895-dialog-element Refs #20175 [ci skip]
2016-07-26add Edge bug 8282613Patrick H. Lauke1-0/+10
2016-07-17Add position:sticky to Most Wanted features (#20315)Chris Rebert1-0/+20
[skip sauce]
2016-07-08Add Most Wanted Features entries for <dialog>Chris Rebert1-0/+20
Refs https://bugzil.la/840640 Refs https://webkit.org/b/84635 [skip sauce]
2016-07-08Move browser feature requests to new "Most wanted features" sectionChris Rebert2-60/+59
2016-06-27Add Wall of Browser Bugs entry for #20161 (#20183)Chris Rebert1-0/+10
Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1282363
2016-06-25docs/_plugins/bugify.rb: Add support for MS Edge UserVoice ideas (#20176)Chris Rebert1-1/+1
[skip sauce]
2016-06-22Add Wall of Browser Bugs entries for Selectors Level 4 :nth-child() (#20143)Chris Rebert1-0/+20
Refs http://caniuse.com/#feat=css-nth-child-of Refs https://drafts.csswg.org/selectors-4/#the-nth-child-pseudo Refs https://crbug.com/304163 Refs https://bugzil.la/854148 [skip sauce]
2016-06-21https://webkit.org/b/158340 has been fixedChris Rebert1-10/+0
So remove its entry from the Wall. Refs #20012, #20024 Refs http://trac.webkit.org/changeset/202324 [ci skip]
2016-06-07Add Wall of Browser Bugs entries for #12832 (#20089)Chris Rebert1-0/+20
Add Wall of Browser Bugs entries for #12832
2016-06-07https://crbug.com/460200 has been fixed! (#20090)Chris Rebert1-10/+0
So remove its entry from the Wall of Browser Bugs Refs #15832 [skip sauce] [skip validator]