Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.1.0 ship list #11734

Closed
cvrebert opened this issue Dec 6, 2013 · 2 comments
Closed

v3.1.0 ship list #11734

cvrebert opened this issue Dec 6, 2013 · 2 comments
Labels
Milestone

Comments

@cvrebert
Copy link
Collaborator

cvrebert commented Dec 6, 2013

Do not comment here.

This is a tracking issue for the next release, v3.1.0. Only linked issues, pull requests, and commits should be included. See the contributing guidelines for more information. All notable changes have been mentioned here. See the v3.1.0 milestone for a complete set of changes.

X-Ref: #9397.

@mdo
Copy link
Member

mdo commented Dec 7, 2013

New features

While we originally wanted v3.1 to include RTL support, we decided to hold back on that for some potentially beneficial unreleased tooling. We'll share more on that when we know more, but suffice to say it's been bumped to v3.2.

CSS changes

JavaScript changes

Remote modal content

If you currently use the modal's remote option, be aware this release may break your modals. Yes, this is a breaking change, but it's first and foremost a bug fix one that corrects a rather longstanding and overlooked error. Our apologies for any headaches it may cause, but it's been missed in the last few patch releases.

See the #11933 pull request for details on the code changes.

Deprecations

  • add ability to control navbar dropdown menu horiz direction #10370: Deprecated the .pull-right method for aligning dropdown menus. Includes the following changes:
    • Removed an old and unused pair of selectors that didn’t properly target the right-aligned navbar alignment of dropdown menus.
    • Deprecates the .pull-right alignment in favor of a more specific and unique class name.
    • Adds .dropdown-menu-right as the new alignment class. This is then mixin-ed into the .navbar-right.navbar-nav dropdown menus for auto-alignment (keeping the current behavior we have today).
    • Adds new ability to override that auto-alignment though with the new .dropdown-menu-left, which is mixin-ed in the same way to provide the appropriate specificity of an override. This should never need to be used except for within right-aligned .navbar-nav components.
  • Add footer support to blockquote #11660: Deprecate small and .small in blockquote citation in favor of footer element.
  • mark .box-shadow() mixin as deprecated #12398: Deprecate .box-shadow() mixin.

Documentation

Build system & packaging

@cvrebert
Copy link
Collaborator Author

cvrebert commented Dec 9, 2013

TODO

  • Rwrite nontrivial non-re-licensed commits
  • Switch to MIT License
  • [ ] RTL support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants