Skip to content

Tags: WeCodePixels/theia-sticky-sidebar

Tags

v1.7.0

Toggle v1.7.0's commit message
Recompile dist files, bump to 1.7.0

v1.6.0

Toggle v1.6.0's commit message
Update dist files

v1.5.0

Toggle v1.5.0's commit message
Fix left for fixed position with horizontal scroll (#30)

v1.4.1

Toggle v1.4.1's commit message
Remove executable scripts only. (#26)

Sometimes script tags can be used to store templates instead of executable code (See KnockoutJS template binding). Removing those scripts can cause other features to break.

This commit remove script tags with an empty type or one that matches a JavaScript MIME type.

v1.4.0

Toggle v1.4.0's commit message
Add stick-to-top and stick-to-bottom behavior options.

v1.3.1

Toggle v1.3.1's commit message
Added "Disable on responsive layouts" option.

v1.3.0

Toggle v1.3.0's commit message
Merge pull request #19 from KLVTZ/remove-console-log

Remove TST console log to indicate init

v1.2.2

Toggle v1.2.2's commit message
Update bower.json

v1.2.1

Toggle v1.2.1's commit message
Merge pull request #6 from BenMorel/master

Fix #3: issue with Webkit jumping on position:absolute

v1.2.0

Toggle v1.2.0's commit message
Updated readme to offer a more complete usage example.