mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Mention ScrollPos-Styler in the migration docs; closes #17819
This commit is contained in:
parent
b301129f02
commit
ba16aa44d0
@ -35,6 +35,7 @@ Here are the big ticket items you'll want to be aware of when moving from v3 to
|
||||
- [Octicons](https://octicons.github.com/)
|
||||
- [Font Awesome](https://fortawesome.github.io/Font-Awesome/)
|
||||
- Dropped the Affix jQuery plugin. We recommend using a `position: sticky` polyfill instead. [See the HTML5 Please entry](http://html5please.com/#sticky) for details and specific polyfill recommendations.
|
||||
- If you were using Affix to apply additional, non-`position` styles, the polyfills might not support your use case. One option for such uses is the third-party [ScrollPos-Styler](https://github.com/acch/scrollpos-styler) library.
|
||||
- Refactored nearly all components to use more unnested classes instead of children selectors.
|
||||
|
||||
### Misc
|
||||
|
Loading…
Reference in New Issue
Block a user