Skip to content

Releases: Amphiluke/handy-scroll

Fix scrollbar positioning

Choose a tag to compare

@Amphiluke Amphiluke released this 11 Jan 07:05

Fix scrollbar positioning in “latent” state (issue #33, thanks to @trivia211)

Fixing containing block issue

Choose a tag to compare

@Amphiluke Amphiluke released this 10 Jan 12:32

Fixing the case of the scrollbar in a containing block (issue #33).

Fixing a CSP issue

Choose a tag to compare

@Amphiluke Amphiluke released this 10 Apr 04:30

This release improves compatibility of the component with a restrictive content security policy which forbids inline <style> tags. Kindly contributed by @iantonge (#28).

Use AbortController

Choose a tag to compare

@Amphiluke Amphiluke released this 06 Oct 15:47

Minor refactoring involving AbortController for event handler removal. This is an internal change not affecting the public interface in any way.

Respect the `hidden` attribute

Choose a tag to compare

@Amphiluke Amphiluke released this 15 Sep 11:16

Fix for a minor bug related to the case of applying the hidden attribute to a <handy-scroll> element (some details).

Minor update of docs and package metadata

Choose a tag to compare

@Amphiluke Amphiluke released this 01 Sep 13:22

Update the “Installation and import” section in README. Update package metadata.

Make handy-scroll a web component

Choose a tag to compare

@Amphiluke Amphiluke released this 01 Sep 12:26
6d4ac56

Architecture and APIs of the widget have been revised radically by turning handy-scroll into a modern web component. Using of the handy-scroll component has become much simpler and mostly as declarative as using other HTML elements. Please refer the project’s README for details of the new way of using the component. The project’s webpage contains updated live demos (you may also play with these demos on codepen.io).

Caution

Version 2 of the handy-scroll component is backwards-incompatible with the version 1. If you still target older browsers which lack full support of the modern Web Components technologies, please stay on the version 1: it’s still available but is in the maintenance mode.

Revise widget removal from the DOM

Choose a tag to compare

@Amphiluke Amphiluke released this 18 Jan 14:57
4575125

Fix the issue #24 (thanks to @samharvey44).

Improve compatibility with Turbo

Choose a tag to compare

@Amphiluke Amphiluke released this 30 Sep 08:01

Internal changes that provide better compatibility with Turbo by Hotwire (PR #22).

Restore missing extension in a module specifier

Choose a tag to compare

@Amphiluke Amphiluke released this 17 Jul 16:23

Micro-hotfix for the issue #21.