Releases: AyogoHealth/ay-accordion
Releases · AyogoHealth/ay-accordion
v1.2.0
- Inline our injection annotations rather than relying on a plugin like ng-annotate
- Remove the unneeded browserify config from package.json (since annotations are inline now)
- Switch sourcemaps to be external files, so they aren't bloating dist files
- Change jsmain:next to the standard-ish module in package.json (for Rollup & Webpack2)
v1.1.0
- Fix inconsistent toggle behaviour
- Update to TypeScript 2.0
v1.0.6
- Performance improvements around forced layouts and style recalculations
v1.0.5
- Update the order of events when opening/closing accordion panels to ensure a smooth animation
v1.0.3
Bug fix:
- Fix issues with using
ng-open
to specify the default open state
v1.0.2
Bug fixes:
- The
open
attribute was considered false if it had no value. Now we use its existence rather than its value.
- The contents of closed accordions are hidden from keyboard and screenreader navigation.
v1.0.1
- Generate inline sourcemaps for better tool integration
- Added ng-annotate browserify transform to package.json
- Updated documentation for non-browserify/TypeScript usage