Releases: cosmicds/vue-toolkit
v0.5.1
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
What's Changed
- Use release tag to set package version when publishing by @Carifio24 in #21
- Use hyphen rather than plus as button ID separator by @Carifio24 in #23
- Export MapBox utilities from package by @Carifio24 in #24
- Reorganize by adding composables folder by @Carifio24 in #29
- Add speed and playback controls by @Carifio24 in #30
- Add location search component by @Carifio24 in #31
- Add date/time picker component by @Carifio24 in #33
- Allow selection in location selector story by @Carifio24 in #35
- Update packages for security by @Carifio24 in #36
- Share button by @Carifio24 in #38
- Updates to credit logos component by @Carifio24 in #39
Full Changelog: v0.4.0...0.5.0
v0.4.1
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
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
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
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
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
- @patudom made their first contribution in #16
- @heywooddogwood made their first contribution in #17
Full Changelog: v0.3.0...v0.4.0
0.3.0
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
- Add MapBox utilities by @Carifio24 in #7
- Composition API and Capacitor geolocation by @Carifio24 in #6
Full Changelog: v0.2.0...v0.3.0
v0.2.0
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