]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Mention ScrollPos-Styler in the migration docs; closes #17819
authorChris Rebert <code@chrisrebert.com>
Sun, 11 Oct 2015 22:32:53 +0000 (15:32 -0700)
committerChris Rebert <code@chrisrebert.com>
Sun, 11 Oct 2015 22:32:53 +0000 (15:32 -0700)
docs/migration.md

index 87cad15dcd7863e68ceebb2f8d8c4a33c7b68a60..70a52595c773099af193613bde3982857446f392 100644 (file)
@@ -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