Skip to content

Releases: cosmicds/vue-toolkit

v0.5.1

23 May 22:32
abcb701
Compare
Choose a tag to compare

What's Changed

  • Add docstrings for events and slots by @Carifio24 in #42
  • Only update main docs on release; keep currently dev docs separate by @Carifio24 in #43
  • Add reference to documentation in README by @Carifio24 in #45
  • Add missing end tag in location selector story by @Carifio24 in #46
  • Update Storybook setup for narrative documentation by @Carifio24 in #47

Full Changelog: 0.5.0...0.5.1

v0.5.0

02 May 22:37
8c614e7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...0.5.0

v0.4.1

02 May 21:47
Compare
Choose a tag to compare

This release updates the default NASA logo used in the credit logos component (to the "Grantee" rather than "Partner" logo).

Full Changelog: v0.4.0...v0.4.1

v0.3.1

02 May 19:42
7c691c7
Compare
Choose a tag to compare

This release backports the update to the default NASA logo used in the credit logos component (to the "Grantee" rather than "Partner" logo) from #39. The feature there about adding a name to each logo is not added here, as the 0.3.0 version of the component doesn't allow customization via props.

Full Changelog: v0.3.0...v0.3.1

v0.2.1

02 May 20:16
9c882e1
Compare
Choose a tag to compare

This release backports the update to the default NASA logo used in the credit logos component (to the "Grantee" rather than "Partner" logo) from #39. The feature there about adding a name to each logo is not added here, as the 0.2.0 version of the component doesn't allow customization via props.

Full Changelog: v0.2.0...v0.2.1

v0.1.4

02 May 20:13
5100c12
Compare
Choose a tag to compare

This release backports the update to the default NASA logo used in the credit logos component (to the "Grantee" rather than "Partner" logo) from #39. The feature there about adding a name to each logo is not added here, as the 0.1.3 version of the component doesn't allow customization via props.

Full Changelog: v0.1.3...v0.1.4

v0.4.0

18 Oct 19:32
79f3ed9
Compare
Choose a tag to compare

What's Changed

  • Add documentation to composables and utility functions by @Carifio24 in #9
  • Updates to credit logos component by @Carifio24 in #10
  • Set up Storybook and use that for documentation by @Carifio24 in #11
  • Update dev dependencies to work around security issues by @Carifio24 in #12
  • Add more stories to Storybook documentation by @Carifio24 in #15
  • Add more detailed instructions to readme by @patudom in #16
  • change the color/shadowing when icon buttons are active by @heywooddogwood in #17

New Contributors

Full Changelog: v0.3.0...v0.4.0

0.3.0

23 Apr 20:00
ff8cfdb
Compare
Choose a tag to compare

The major change here is #6, which rewrites the toolkit components to use Vue's Composition API. A brief discussion of the benefits of this change and a guide on migrating from Options -> Composition is here.

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

19 Mar 21:20
b18b4b5
Compare
Choose a tag to compare

Updates in this release:

  • Provide methods for adding layers to the location selector map (#1)
  • Add default logo size and allow changing size via prop for credit logos (#2)

What's Changed

  • Provide methods for adding layers to the location selector map (#1, @johnarban)
  • Add default logo size and allow changing size via prop for credit logos (#2, @Carifio24)

Full Changelog: v0.1.3...v0.2.0

v0.1.3

22 Jan 19:15
Compare
Choose a tag to compare

More iterating on release mechanics.