Skip to content

Releases: parlx-js/parlx.js

1.4.4 / 1.4.5

12 Apr 10:29
Compare
Choose a tag to compare

Changes

Repository Changes

  • removed unused devDependencies

Documentation

  • updated README.md

2.0.4

11 Apr 13:50
37db1dd
Compare
Choose a tag to compare

Changes

Bug Fix

  • fixed a problem with incorrect scrolling behavior in the Edge browser (#15)

1.4.3

11 Apr 20:42
Compare
Choose a tag to compare

Changes

Bug Fix

  • fixed a problem with incorrect scrolling behavior in the Edge browser
  • fixed CDN undefined bug

2.0.1 / 2.0.2 / 2.0.3

21 Mar 14:49
03abc49
Compare
Choose a tag to compare

Changes

Bug Fix

  • fixed CDN undefined bug

2.0.0 🎉

06 Mar 17:58
3200c47
Compare
Choose a tag to compare

Changes

Bug Fix

  • auto init is active only if element with data-parlx exists

Improvement

  • create .parlx-children if not exists

Change

  • reenabled auto init
  • reenabled jQuery support

Repository Changes

  • moved Changelog for v1 to branch
  • updated dependencies

1.4.2

19 Jan 17:53
Compare
Choose a tag to compare

Changes

Bug Fix

  • auto init is active only if element with data-parlx exists
  • fixed window is not defined
  • fixed global error (CDN)

2.0.0 beta 2

17 Jan 16:10
Compare
Choose a tag to compare
2.0.0 beta 2 Pre-release
Pre-release

Changes

Breaking Changes

  • splitted options prop into settings and methods

Temporary Changes (Will be reverted in the next betas)

  • disabled auto init
  • disabled jQuery support

Repository Changes

  • updated npm scripts
  • cleaned up Webpack config
  • removed unused dependencies

Bug Fix

  • fixed window is not defined
  • fixed global error (CDN)

2.0.0 beta 1

10 Dec 13:30
Compare
Choose a tag to compare
2.0.0 beta 1 Pre-release
Pre-release

Changes

New Feature

  • added destroy method
  • added new callbacks: onInit, onDestroy

Breaking Changes

  • improved plugin init process

Internal

  • renamed method settings() to extendSettings() to avoid conflict with variable settings

Repository Changes

  • added Travis CI config
  • added Prettier config
  • added ESLint config

1.4.1

11 Nov 13:06
Compare
Choose a tag to compare

Changes

Bug Fix

  • fixed bug with window global variable in Node.js

1.4.0

21 Oct 18:19
53861d5
Compare
Choose a tag to compare

Changes

Documentation

  • updated README.md