Skip to content

Releases: AyogoHealth/ay-accordion

v1.2.1

24 Aug 17:12
v2.1.1
9c86548
Compare
Choose a tag to compare

What's Changed

  • Bump lodash from 4.17.15 to 4.17.19 by @dependabot in #28
  • Update npm dependencies by @dpogue in #30
  • Update dependencies and fix eslint warnings by @dpogue in #31
  • Hide existing children when accordion initializes by @dpogue in #32

Full Changelog: v2.1.0...v2.1.1

v1.2.0

26 Jan 20:26
151d9fd
Compare
Choose a tag to compare
  • 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

31 Oct 22:44
v1.1.0
d7acff7
Compare
Choose a tag to compare
  • Fix inconsistent toggle behaviour
  • Update to TypeScript 2.0

v1.0.6

21 Oct 23:54
v1.0.6
a68286d
Compare
Choose a tag to compare
  • Performance improvements around forced layouts and style recalculations

v1.0.5

31 Aug 23:16
v1.0.5
1910565
Compare
Choose a tag to compare
  • Update the order of events when opening/closing accordion panels to ensure a smooth animation

v1.0.3

04 May 17:31
Compare
Choose a tag to compare

Bug fix:

  • Fix issues with using ng-open to specify the default open state

v1.0.2

04 May 14:26
a869390
Compare
Choose a tag to compare

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

14 Apr 20:29
v1.0.1
Compare
Choose a tag to compare
  • Generate inline sourcemaps for better tool integration
  • Added ng-annotate browserify transform to package.json
  • Updated documentation for non-browserify/TypeScript usage

v1.0.0

05 Apr 17:20
Compare
Choose a tag to compare

Initial release