From: Chris Rebert Date: Sun, 11 Oct 2015 22:32:53 +0000 (-0700) Subject: Mention ScrollPos-Styler in the migration docs; closes #17819 X-Git-Tag: v4.0.0-alpha.2~258 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba16aa44d06be8a6a4ba61a532906bb0c75f607e;p=thirdparty%2Fbootstrap.git Mention ScrollPos-Styler in the migration docs; closes #17819 --- diff --git a/docs/migration.md b/docs/migration.md index 87cad15dcd..70a52595c7 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -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