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

Beta 3 ship list #24439

Closed
mdo opened this issue Oct 19, 2017 · 0 comments
Closed

Beta 3 ship list #24439

mdo opened this issue Oct 19, 2017 · 0 comments

Comments

@mdo
Copy link
Member

mdo commented Oct 19, 2017

Highlights

  • New vertically centered modal option in Add .modal-dialog-centered for optional vertically centered modal #24510.
  • Added new dropleft and dropright variants for dropdowns in Add dropright and dropleft (right and left placements for our dropdown) #23860.
  • Rewrote background-images for custom checkboxes and radios to account for better multiple backgrounds. Now the opt-in background-image gradient is on the .custom-control-indicator and the icon is a pseudo-element, .custom-control-indicator::before.
  • Our npm package no longer includes any files other than our source and dist JavaScript and CSS files. If you previously relied on our running our scripts via the node_modules folder, you'll need to update your build tools.
  • Input groups rewritten to have specific .input-group-{prepend|append} classes, support validation styles and messages, and add custom select and file support.
  • Rewrite and unify default and custom checkboxes and radios to have simpler markup, un-nesting the inputs from the labels so we can style the label based on the input's state. This is essential for form validation and disabled inputs.
  • Responsive tables are once again parent classes to avoid a11y issues with changing a <table>'s display.
  • Print styles have moved to bottom of the import stack to properly override styles.
  • Restored cursor: pointer to non-disabled buttons, .close, navbar toggler, and pagination links.

CSS

JS

Docs

Build tools

Packaging

@twbs twbs locked and limited conversation to collaborators Oct 19, 2017
@mdo mdo closed this as completed Dec 28, 2017
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant