Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Releases: mobify/bellows

v6.0.1 - Bug fixes

23 Oct 22:09
Compare
Choose a tag to compare

v6.0.1

  • Fix #62 : Use published Plugin dependency
  • Fix #63 : Short circuit open if other items are opening

v6.0.0 - NPM Release

13 Jun 15:58
Compare
Choose a tag to compare

v6.0.0

  • Publish to NPM (as bellows-ui)
  • Remove Zepto support in favor of jQuery
  • Migrate all dependencies to NPM, remove Bower
  • Migrate JS linting to eslint
  • Migrate SCSS compilation to libsass
  • Lint SCSS with sass-lint
  • Update circleCI config with modern testing steps
  • Add some GitHub templates for contributing, issues, and PRs

v5.1.2

21 Apr 20:02
Compare
Choose a tag to compare

Fixing issue so that disabled items will not close when invoking close method

v5.1.1 - Restructure test infrastructure

11 Feb 16:53
Compare
Choose a tag to compare

Built more reliable setup/teardown in tests for better test isolation.

v5.1.0 - All the alls

11 Feb 04:39
Compare
Choose a tag to compare

New methods

  • openAll and toggleAll

v5.0.0 - Destruction

13 Jan 18:52
Compare
Choose a tag to compare
  • Adding destroy method
  • Removing event option in favour of internalizing a namespaced event

v4.1.2 - De-gremlinize

18 Nov 17:38
Compare
Choose a tag to compare

Moved gremlins.js dependency to devDependencies so that the bower component won't install it when installed via bower.

v4.1.1 — Update Velocity Version

10 Oct 20:47
Compare
Choose a tag to compare
  • Updated version of Velocity to fix queuing issues

v4.1.0 - Added ability to disable bellows items

06 Oct 18:19
Compare
Choose a tag to compare

There is now the ability to disable certain bellows items, allowing for programmatic control over when items are opened and closed.

v4.0.1 - Updated Velocity

29 Sep 17:46
Compare
Choose a tag to compare
  • Updated bellows to use new mobify-velocity fork