Releases: rosskevin/ifvisible
Releases · rosskevin/ifvisible
v3.3.5
🎉 This release contains work from a new contributor! 🎉
Thank you, null@Basvg, for all your work!
🐛 Bug Fix
⚠️ Pushed to master
- Apply yarn.lock changes (@rosskevin)
Authors: 2
- @Basvg
- Kevin Ross (@rosskevin)
v3.3.4
v3.3.3
🐛 Bug Fix
- Switch docs page away from UMD include to ESM module #16 (@rosskevin)
Authors: 1
- Kevin Ross (@rosskevin)
v3.3.2
🐛 Bug Fix
- Update tooling #14 (@rosskevin)
- Github actions workflows for CI #12 (@rosskevin)
⚠️ Pushed to master
- fix import doc (@rosskevin)
- even simpler - greater clarity (@rosskevin)
- simplify, reorg most important first (@rosskevin)
- minimize unnecessary code in examples (@rosskevin)
- switch badges, add license (@rosskevin)
- update workflow name and badge (@rosskevin)
- . (@rosskevin)
Authors: 1
- Kevin Ross (@rosskevin)
v3.3.1
NPM package fix - previous packages were including files that should be ignored due to size.
Full Changelog: v3.3.0...v3.3.1
v3.3.0
What's Changed
- Feature: expose detach()/reattach() functionality, fix trackChange by @rosskevin in #11
Full Changelog: v3.2.0...v3.3.0
v3.2.0
What's Changed
- Feature: throttle DOM events to prevent performance problems with large numbers of events from user interactions by @rosskevin in #10
Full Changelog: v3.0.1...v3.2.0
v3.0.1
What's Changed
- Add automated tests for IfVisible by @rosskevin in #6
- Fix: onEvery methods are not being restarted upon any wakeup triggers by @rosskevin in #8
Full Changelog: v3.0.0...v3.0.1
v3.0.0
This is the first release of @rosskevin/ifvisible
after forking the original ifvisible.js.
The goal of this first release:
- functional equivalency of the original
- modernization and cleanup of code
- proper release and tagging
- update build system to rollup
- publish UMD and ES modules
- strongly typed typescript API
- publish typescript types
- remove legacy code by targeting modern browsers
- make eslint work
Breaking changes (from original)
- only supports modern browsers
- strongly typed API
- data API for callbacks simplified and strongly typed.
What's Changed
- rollup, publishable types by @rosskevin in #1
- rollup build, encapsulation and type fixes by @rosskevin in #2
Full Changelog: https://github.com/rosskevin/ifvisible/commits/v3.0.0