Skip to content

Releases: justeat/f-toggle

v2.0.0

Choose a tag to compare

@oleksiishevchukje oleksiishevchukje released this 20 Dec 12:38

Added

  • Added possibility to configure which accordion section is expanded by default (data-toggle-section-expanded attribute)

Removed

  • Removed possibility to configure whether only first accordion section is expanded by default (data-toggle-first-section-expanded attribute)

v1.1.0

Choose a tag to compare

@DamianMullins DamianMullins released this 22 Aug 07:13
b8ea80d

Added

  • Added transform-object-rest-spread Babel plugin.

Changed

  • Update Travis config.
  • Updated DangerJS config.
  • Updated package dependencies.

Removed

  • Gemnasium badge.
  • Babili preset.

v1.0.0

Choose a tag to compare

@DamianMullins DamianMullins released this 21 Aug 07:47

Changed

  • Bumped to version 1.0.0 for release version.

v0.10.0

Choose a tag to compare

@ashleynolan ashleynolan released this 30 Jan 10:56
c2b952a

Changed

  • Updated browserlist in package.json
  • Updated to use babel-preset-env
  • Updated package versions (minor updates)

v0.8.0

Choose a tag to compare

@DamianMullins DamianMullins released this 18 Jan 14:40
1eb9626

Changed

  • Updated gulp-build-fozzie version.
  • Updated failing snapshot unit test files.

v0.7.0

Choose a tag to compare

@DamianMullins DamianMullins released this 18 Jan 14:39

Added

  • dangerfile.js added to check PRs via Travis

Changed

  • Updated gulp-build-fozzie version

v0.6.0

Choose a tag to compare

@DamianMullins DamianMullins released this 20 Dec 11:21
e113248

Added

  • Added lint paths to build config.
  • Using concurrently to run npm scripts concurrently...!

Changed

  • Updated package versions.
  • Updated unit test helper function names.
  • Updated Travis config.
  • Tidied up npm scripts config.
  • Fixed ESlint issues.

v0.5.0

Choose a tag to compare

@DamianMullins DamianMullins released this 20 Dec 11:21

Changed

  • Toggle will initiate on page load.
  • Updated Javascript documentation comments.

v0.4.0

Choose a tag to compare

@DamianMullins DamianMullins released this 20 Sep 11:33

Changed

  • Moved build packages in devDependencies.

v0.3.0

Choose a tag to compare

@DamianMullins DamianMullins released this 20 Sep 11:11

Added

  • Added ability to specify a data-toggle-class attribute in order to toggle a custom class.