Skip to content

Releases: menu-breaker-js/menu-breaker.js

2.2.1

26 Jan 15:33
Compare
Choose a tag to compare

Changes

Bug Fix

  • fixed error export is not defined

2.2.0

26 Jan 15:32
fdc064b
Compare
Choose a tag to compare

Changes

Internal

  • rewritten with TypeScript

Repository Changes

  • replaced Webpack with Rollup
  • added module output

New Feature

  • added typeDefs

2.1.0

26 Jan 15:32
Compare
Choose a tag to compare

Changes

Breaking Changes

  • renamed data-mobile to data-menu-breaker-mobile
  • renamed data-open to data-menu-breaker-open
  • renamed data-close to data-menu-breaker-close
  • renamed data-open-close to data-menu-breaker-toggle

2.0.2

21 Jun 14:57
Compare
Choose a tag to compare

Changes

Change

  • added full access to library methods for jQuery

1.1.5 / 1.1.6

12 Apr 10:15
Compare
Choose a tag to compare

Changes

Repository Changes

  • removed unused devDependencies

Documentation

  • updated README.md

Bug Fix

  • fixed CDN undefined bug

2.0.1

21 Mar 14:41
571c783
Compare
Choose a tag to compare

Changes

Bug Fix

  • fixed CDN undefined bug

2.0.0 beta 1 / 2.0.0 🎉

05 Mar 19:32
cb3028b
Compare
Choose a tag to compare

Changes

Breaking Changes

  • splitted options prop into settings and callbacks

New Feature

  • added onInit callback

Internal

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

Repository Changes

  • updated npm scripts
  • cleaned up Webpack config
  • removed unused dependencies
  • added Travis CI config
  • added Prettier config
  • added ESLint config

Bug Fix

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

1.1.5 beta 1

10 Dec 14:14
Compare
Choose a tag to compare
1.1.5 beta 1 Pre-release
Pre-release

Changes

New Feature

  • added onInit callback

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.1.3 / 1.1.4

10 Nov 16:07
Compare
Choose a tag to compare

Changes

Bug Fix

  • fixed bug with window global variable in Node.js

1.1.1 / 1.1.2

21 Oct 10:09
Compare
Choose a tag to compare

Changes

Documentation

  • updated README.md