This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
Releases: mobify/bellows
Releases · mobify/bellows
v6.0.1 - Bug fixes
v6.0.0 - NPM Release
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
Fixing issue so that disabled items will not close when invoking close method
v5.1.1 - Restructure test infrastructure
Built more reliable setup/teardown in tests for better test isolation.
v5.1.0 - All the alls
New methods
openAll
andtoggleAll
v5.0.0 - Destruction
- Adding
destroy
method - Removing
event
option in favour of internalizing a namespaced event
v4.1.2 - De-gremlinize
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
- Updated version of Velocity to fix queuing issues
v4.1.0 - Added ability to disable bellows items
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
- Updated bellows to use new mobify-velocity fork