bcgov / common-lib-vue

VueJS common component library.
https://bcgov.github.io/common-lib-vue/
Apache License 2.0
2 stars 0 forks source link

Added `Radio` `id` prop, and package updates. #77

Closed harrymaynard-maximus closed 3 years ago

harrymaynard-maximus commented 3 years ago

Please check if the PR fulfills these requirements:

Please specify the type of change this PR introduces (Bug fix, feature addition, content update, chore, etc.):

Additional Notes:

Added the instance id prop to prefix the option id. This gives the ability to reuse a collection of options within the same page (example: Yes/No).

Also includes updates to NPM packages. Some include vulnerability fixes.