Skip to content

Releases: ryanwalters/sticky-events

v3.4.2

18 Jun 09:23
Compare
Choose a tag to compare

3.4.2 (2020-06-18)

Bug Fixes

  • build: fix formatting of release.plugins in package.json (f50f5fc)
  • build: push package.json during release (41ec8f9)

v3.4.1

18 Jun 09:02
98e38df
Compare
Choose a tag to compare

3.4.1 (2020-06-18)

Bug Fixes

  • deps: bump rollup from 2.16.1 to 2.17.0 (b9dbe60)

v3.1.2

19 Feb 06:24
Compare
Choose a tag to compare

Fixes

  • Use element passed as container option when selecting stickies

Maintenance

  • Update dependencies

v3.1.1

16 Jan 01:27
Compare
Choose a tag to compare

Maintenance

  • Update dependencies

v3.1.0

16 Jan 01:25
Compare
Choose a tag to compare

Features

  • Add addSticky and addStickies methods

v3.0.0

09 Jul 16:05
Compare
Choose a tag to compare

Please see notes from the beta release.

v3.0.0-beta.1

09 Apr 19:10
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

Breaking changes

Remove deprecated features:

  • sticky-events.css

Features

  • Add event bubbling

v3.0.0-beta.0

09 Apr 15:51
Compare
Choose a tag to compare
v3.0.0-beta.0 Pre-release
Pre-release

Breaking Changes

Remove deprecated features:

  • observeStickyEvents
  • unobserveStickyEvents
  • StickyEvent

sticky-event.css support will be removed in a future beta release.

Maintenance

  • Update dependencies

v2.4.0

09 Apr 19:00
Compare
Choose a tag to compare

Features

  • Add event bubbling

v2.0.0

27 Jun 02:13
Compare
Choose a tag to compare

Updates

This release fixes some exporting issues with the 1.x versions. You no longer need to import the ES5-compatible version specifically.

import { observeStickyEvents, StickyEvent } from 'sticky-events/sticky-events.es5';
import { observeStickyEvents, StickyEvent } from 'sticky-events'; ✔️

Breaking changes

  • No longer build sticky-events.es5.js