Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #15103
Closed
Open
Issue created Nov 12, 2014 by Administrator@rootContributor

v3.3.2 ship list

Created by: juthilo

CSS

  • #14937 (closed): Fix carousel partially not using vendor-prefix mixins.
  • #14990 (closed), #15391: Full width form control elements inside media/flag object
  • #15074 (closed): Fix the nesting problem with form control size variants.
  • #15124 (closed): Restore missing .media-object that was removed in #14801.
  • #15140: Restore .media and .media-body styles that were removed in #14801.
  • #15142 (closed): Add position: relative; to .dropup for proper menu placement.
  • #15148 (closed), #15307: Use same value for margins on default .dropdown-menu as .dropup .dropdown-menus.
  • #15244: Vertically center .icon-prev and .icon-next in carousel controls with line-height: 1.
  • #15278: Fix border-radius on nested button groups with only one child.
  • #15413 (closed), #15422: Fixes .input-group-sm and .input-group-lg for temporal date inputs.
  • #15428: Update browser bug references in Less comments.
  • #15482: Add .disabled class to the .btn-styles mixin in the theme.
  • #15497 (closed): Increase decimals on @line-height-large from 1.33 to 1.3333333 to fix button sizing in Chrome for Windows 8.1.
  • #15536 (closed), #15559: Apply form group size variations to .form-control-static.
  • #15551: Fix .table-striped to work with tooltips on rows by using nth-of-type instead of nth-child.
  • #15565 (closed), #15567: Use @link-hover-decoration for .btn-link to match default a:hover styles.
  • #15594: Reset the color on <small> and .small elements within .panel-titles.

Icon font

  • bcb90ef3 / #15213: Update to Glyphicons v1.9
  • #15464: Exclude 2 problematic icons that were added in Glyphicons v1.9

JS

Collapse

  • #15131 (closed): Use $.fn.children instead of > in selector.
  • #15241: Add basic collapse plugin example for toggling another element.

Carousel

  • #15152: Make wrap: false work again (fixes regression)

Affix

  • #15154: Fix bug where .affix-top was not getting applied due to padding

Tooltip/Popover

  • #15425: Belatedly add regression test for #14244.
  • #15466: Revert #14189 (and thus remove the recently-added "multiple delegated tooltips on a single element" feature) since it caused some nasty regressions.

Misc

  • #15535 (closed): Use strict mode in jQuery version check function

Docs

  • #15094: Add Options, Methods, and Events subsections for each plugin to the JavaScript docs nav sidebar.
  • #15120, #15137: Fix .form-inline example in CSS docs.
  • #15125: Clean up ARIA role usage.
  • #15129: Specify img alternative text.
  • #15133: Fix up use of scope and th/td elements inside tables.
  • #15194 (closed): Improve recommended media component markup.
  • #15238, #15306: Add more information about CSS source maps.
  • #15277 (closed): Remove dummy href="#" from dismiss-on-next-click popover example
  • #15334: Fix/merge advice on low percentage progress bars.
  • #15337: Add @patrickhlauke to Core Team list on the About page.
  • #15340 (closed): Document that the border-radius of <select>s can't be styled in all browsers
  • #15363: Make skip link look less "bare bones" and expand related accessibility advice.
  • #15426: Remove holder.js references from syntax-highlighted example HTML.
  • #15465 (closed): Document that calling tooltip/popover show/hide` method qualifies as manual triggering
  • #15470: Document the VERSION property of the jQuery plugins
  • #15472: Document that responsive tables use overflow-y: hidden
  • #15473: Document that Autoprefixer is required
  • #15498: Add examples of using feedback icons with .input-group
  • #15524: Add pointer to Masonry (& similar) in the Thumbnail docs
  • #15560: Document that .form-inline & .form-horizontal work fine on non-<form>s too
  • #15569: Document usage of npm package
  • #15581: Add example of using .form-inline with visible <label>s

Examples

  • #15096 (closed): Fix navbar forms in the non-responsive example.

Browser bugs

  • 0445f23b: The Chrome bug related to #14972 (closed) has been fixed on Linux. On Windows, it's still broken due to a different Chrome bug currently slated for Chrome 41.
  • #15407: Add Wall of Browser Bugs entry for #15205 (closed)
  • #15415: Add Wall of Browser Bugs entry for #11266 (closed) / #13098 (closed)
  • #15576: Add Wall of Browser Bugs entry for #15298 (closed)

Accessibility

  • #15320: Expanded advice on labels for inline forms, use of title and explanation for <abbr>, replaced use of sr-only text with aria-label for close buttons, wrapped sidebar navigation in a <nav>
  • #15327: Expanded advice for optional icons with hidden labels, replaced use of sr-only text with aria-label for pagination "previous"/"next" links, callout and examples for various labelling methods for input groups, made main button in segmented buttons in input groups keyboard-focusable, split out/clarified multiple attribute on <select> elements.

Customizer

  • #15309: Catch and properly report compile errors that Less.js's toCSS() can throw
  • #15330: Tie help block to input with aria-describedby
  • #15395: Add warning message about intermittent Firefox-related bug

Build tools / Packaging

  • #15149: Upgraded OS X JS browser tests to OS X Yosemite
  • #15150: Upgraded iOS JS browser tests to iOS 8.1
  • #15269: Make HTML validator Grunt task ignore spurious errors about <li role="separator">...</li>
  • #15355, #15356, #15357, #15451, #15452, #15453, #15454, #15455, #15462: Update to latest versions of various libraries & Grunt tasks.

Bots

  • #15176, #15177, #15187: Launched @twbs-savage bot to automatically run Sauce cross-browser tests on JavaScript pull requests. GitHub repo: https://github.com/twbs/savage
  • Launched @twbs-grunt bot to automatically keep our /dist/ files up-to-date. GitHub repo: https://github.com/twbs/gruntworker
Assignee
Assign to
Time tracking