This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathCHANGELOG
45 lines (45 loc) · 1.73 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
6.0.1
- Fix [#62](https://github.com/mobify/bellows/issues/62): Use published Plugin dependency
- Fix [#63](https://github.com/mobify/bellows/issues/63): Short circuit open if other items are opening
6.0.0
- Publish to NPM
- 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
5.1.2
- Ensuring disabled items don't close on close
5.0.1
- Reworked test infrastructure to use more robust setup and teardown using iframes
5.0.0
- Upgrading to latest version of plugin factory
- Adding `destroy` method
- Removing `event` option in favour of internalizing a namespaced event
4.1.2
- Moved gremlins.js dependency to devDependencies
4.1.1
- Updated version of Velocity to fix queuing issues
4.1.0
- Added ability to disable bellows items
4.0.1
- Updated bellows to use new mobify-velocity fork
4.0.0
- Fixed breaking issue with plugin factory
3.0.0
- Refactored to use new plugin factory
2.0.3
- Implemented event delegation instead of direct bellows item binding
- Allow inclusion of navigable anchors inside header items
- Added linter to ensure correct code standards
- Added new `add` method to dynamically add/replace bellows items
- Refactored CSS class constants into object
- Added some comments for clarity
2.0.2
- Velocity had a 1.0 release. This brings Bellows into line with the latest version of Velocity.
2.0.1
- Fix for issue #34 - aria-hidden attributes behavior is reversed
2.0.0
- Complete rewrite of Bellows. Everything is new. Everything is better.