Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(kinput): allow numbers to be passed in as value #470

Merged
merged 1 commit into from
Jan 7, 2022

Conversation

dustinryerson
Copy link
Member

Summary

Sets the KInput value prop type to [String, Number] to prevent warnings in the browser console when using inputs with type="number".

Changes made:

  • Small addition to KInput value prop type

PR Checklist

  • Does not introduce dependencies
  • Functional: all changes do not break existing APIs and if so, bump major version.
  • Tests pass: check the output of yarn test packages/
  • Naming: the files and the method and prop variables use the same naming conventions as other Kongponents
  • Framework style: abides by the essential rules in Vue's style guide
  • Cleanliness: does not have formatting issues, unused code (e.g., console.logs), or leftover comments
  • Docs: includes a technically accurate README, uses JSDOC where appropriate

Prevents Vue warnings throwing in the browser console
@netlify
Copy link

netlify bot commented Jan 7, 2022

✔️ Deploy Preview for kongponents ready!

🔨 Explore the source changes: d87f1b9

🔍 Inspect the deploy log: https://app.netlify.com/sites/kongponents/deploys/61d86c5e6c95ae0007311799

😎 Browse the preview: https://deploy-preview-470--kongponents.netlify.app

Copy link
Member

@adamdehaven adamdehaven left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be used in conjunction with v-model.number on the frontend if Number is the intended data type.

@dustinryerson
Copy link
Member Author

Percy is failing because the default branch was set to master in the Percy config. I'm not sure how to bump the Percy check to get it to compare to main and not master without closing and reopening the PR. @chrisvdp any suggestions?

@chrisvdp
Copy link
Contributor

chrisvdp commented Jan 7, 2022

Percy is failing because the default branch was set to master in the Percy config. I'm not sure how to bump the Percy check to get it to compare to main and not master without closing and reopening the PR. @chrisvdp any suggestions?

You can change it within Percy and then re-run the test suite.

@dustinryerson
Copy link
Member Author

dustinryerson commented Jan 7, 2022

You can change it within Percy and then re-run the test suite.

@chrisvdp It's not obvious to me how to do this, I looked both on GitHub and on the Percy dashboard. Do you happen to know how to do it?

@dustinryerson dustinryerson merged commit fbf4c00 into main Jan 7, 2022
@dustinryerson dustinryerson deleted the fix/kinput-value-prop-type branch January 7, 2022 18:36
kongponents-bot pushed a commit that referenced this pull request Apr 9, 2022
# [7.0.0](v6.7.6...v7.0.0) (2022-04-09)

### Bug Fixes

* **ci:** add type checks ([66898fe](66898fe))
* **ci:** check types ([4be533e](4be533e))
* **ci:** pass needed token ([612c5fa](612c5fa))
* **docs:** remove component ([2503e6d](2503e6d))
* **eslint:** fix eslint config ([060b27b](060b27b))
* **eslint:** fix eslint config ([750d25c](750d25c))
* **favicon:** update favicon ([f465ab8](f465ab8))
* fix tests and add kalert ([59e6b79](59e6b79))
* fix tsconfig and upgrade deps ([1fc1365](1fc1365))
* **kalert:** fix ellipse border radius ([d038f36](d038f36))
* **kalert:** fix kalert styles ([d69d0b4](d69d0b4))
* **kalert:** word break in safari ([9bc80dd](9bc80dd))
* **kbadge:** adjust info colors ([#560](#560)) ([28a2819](28a2819))
* **kbreadcrumbs:** fix icon viewbox ([83cbd75](83cbd75))
* **kbreadcrumbs:** fix kicon prop ([0df2f69](0df2f69))
* **kbreadcrumbs:** icon size ([f7ce945](f7ce945))
* **kbutton:** button danger hover color ([741589b](741589b))
* **kbutton:** remove opacity for disabled state ([1ecde38](1ecde38))
* **kcard:** port changes ([be00d83](be00d83))
* **kcard:** title positioning  ([#562](#562)) ([9b56e3b](9b56e3b))
* **kcheckbox:** update docs example ([3cd65b8](3cd65b8))
* **kicon:** type errors ([5897b7c](5897b7c))
* **kinput:** allow numbers to be passed in as value ([#470](#470)) ([fbf4c00](fbf4c00))
* **kmodal:** background color update ([4d15e91](4d15e91))
* **kmodal:** fix overflow to apply on mounted ([e4b7aae](e4b7aae))
* **kmodal:** hide body overflow ([d76d5b3](d76d5b3))
* **komponent:** remove komponent tag render ([b3147a5](b3147a5))
* **komponent:** rename komponent kcomponent ([43e777d](43e777d))
* **kpop:** only one pop open at a time ([74cd66f](74cd66f))
* **kselect:** check attribute type ([ace3979](ace3979))
* **ktable:** fix fetcher ([342f924](342f924))
* **ktable:** hover color fix ([209e4fa](209e4fa))
* **ktable:** update sort styling ([#472](#472)) ([4246089](4246089))
* **ktable:** update sort styling ([#473](#473)) ([d2d242f](d2d242f))
* remove unneeded scripts ([bc5e637](bc5e637))
* **styles:** alter some styles for dark mode ([d7b8114](d7b8114))
* **styles:** fix styles ([33e0258](33e0258))
* **tables:** fix docs table code style ([8c3c0ee](8c3c0ee))
* **tables:** fix table styles ([4d4136d](4d4136d))
* **theming:** disable theming page components ([33a91f9](33a91f9))
* **uuid:** replaced vue-uuid with uuid ([62a14fd](62a14fd))

### Features

* **kbadge:** add kbadge ([ece2198](ece2198))
* **kbreadcrumbs:** adding kbreadcrumbs ([a2dae4e](a2dae4e))
* **kbutton:** update kbutton with icon prop ([#544](#544)) ([16b0915](16b0915))
* **kcard:** add kcard ([7d045fd](7d045fd))
* **kcheckbox:** update for vue 3 ([#550](#550)) ([5275647](5275647))
* **kclipboardprovider:** add clipboard provider ([d35c5d1](d35c5d1))
* **kemptystate:** add kemptystate ([#531](#531)) ([97ff949](97ff949))
* **kinlineedit:** upgrade for vue 3 ([#551](#551)) ([3cbf87d](3cbf87d))
* **kinput:** add kinput ([191d1b6](191d1b6))
* **kinput:** add kinput enhancements to vue 3 version ([#528](#528)) ([96c5a30](96c5a30))
* **kmodal:** adding kmodal ([e003563](e003563))
* **kpagination:** upgrade kpagination to vue 3 [KHCP-2750] ([#534](#534)) ([6b3c653](6b3c653))
* **kpop:** adding kpop ([9a58200](9a58200))
* **kradio:** update for vue 3 ([#552](#552)) ([9c2bdde](9c2bdde))
* **kselect:** upgrade kselect for vue 3 ([#535](#535)) ([84a0e16](84a0e16))
* **kskeleton:** update kskeleton for vue 3 [KHCP-2755] ([#538](#538)) ([d1dcbe3](d1dcbe3))
* **ktable:** update ktable for vue 3 [KHCP-2757] ([#536](#536)) ([3d873d6](3d873d6))
* **ktextarea:** upgrade to vue 3 ([#549](#549)) ([0e53d4f](0e53d4f))
* **ktoaster:** add ktoaster ([6a24e4d](6a24e4d))
* **ktoaster:** add tests and docs ([ee337be](ee337be))
* **ktoggle:** adding ktoggle ([c202736](c202736))
* **ktooltip:** adding ktooltip ([e169b82](e169b82))
* **kviewswitcher:** update k-view-switcher for vue 3 ([#557](#557)) ([5c5909c](5c5909c))
* upgrade kongponents for vue 3 [KHCP-3330] ([8d94dba](8d94dba))

### Reverts

* **version:** revert independent version fix ([#469](#469)) ([b647e56](b647e56))

### BREAKING CHANGES

* Upgrading Kongponents to v7.x for Vue 3.x usage only. If your project is still
using Vue 2.x, refer to Kongponents v6.x version at https://legacy.kongponents.konghq.com.
@kongponents-bot
Copy link
Collaborator

🎉 This PR is included in version 7.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

kongponents-bot pushed a commit that referenced this pull request Apr 9, 2022
# [7.0.0-beta.1](v6.7.6...v7.0.0-beta.1) (2022-04-09)

### Bug Fixes

* **ci:** add type checks ([66898fe](66898fe))
* **docs:** remove component ([2503e6d](2503e6d))
* **eslint:** fix eslint config ([060b27b](060b27b))
* **eslint:** fix eslint config ([750d25c](750d25c))
* **favicon:** update favicon ([f465ab8](f465ab8))
* fix tests and add kalert ([59e6b79](59e6b79))
* fix tsconfig and upgrade deps ([1fc1365](1fc1365))
* **kalert:** fix ellipse border radius ([d038f36](d038f36))
* **kalert:** fix kalert styles ([d69d0b4](d69d0b4))
* **kalert:** word break in safari ([9bc80dd](9bc80dd))
* **kbadge:** adjust info colors ([#560](#560)) ([28a2819](28a2819))
* **kbreadcrumbs:** fix icon viewbox ([83cbd75](83cbd75))
* **kbreadcrumbs:** fix kicon prop ([0df2f69](0df2f69))
* **kbreadcrumbs:** icon size ([f7ce945](f7ce945))
* **kbutton:** button danger hover color ([741589b](741589b))
* **kbutton:** remove opacity for disabled state ([1ecde38](1ecde38))
* **kcard:** port changes ([be00d83](be00d83))
* **kcard:** title positioning  ([#562](#562)) ([9b56e3b](9b56e3b))
* **kcheckbox:** update docs example ([3cd65b8](3cd65b8))
* **kicon:** type errors ([5897b7c](5897b7c))
* **kinput:** allow numbers to be passed in as value ([#470](#470)) ([fbf4c00](fbf4c00))
* **kmodal:** background color update ([4d15e91](4d15e91))
* **kmodal:** fix overflow to apply on mounted ([e4b7aae](e4b7aae))
* **kmodal:** hide body overflow ([d76d5b3](d76d5b3))
* **komponent:** remove komponent tag render ([b3147a5](b3147a5))
* **komponent:** rename komponent kcomponent ([43e777d](43e777d))
* **kpop:** only one pop open at a time ([74cd66f](74cd66f))
* **kselect:** check attribute type ([ace3979](ace3979))
* **ktable:** fix fetcher ([342f924](342f924))
* **ktable:** hover color fix ([209e4fa](209e4fa))
* **ktable:** update sort styling ([#472](#472)) ([4246089](4246089))
* **ktable:** update sort styling ([#473](#473)) ([d2d242f](d2d242f))
* remove unneeded scripts ([bc5e637](bc5e637))
* **styles:** alter some styles for dark mode ([d7b8114](d7b8114))
* **styles:** fix styles ([33e0258](33e0258))
* **tables:** fix docs table code style ([8c3c0ee](8c3c0ee))
* **tables:** fix table styles ([4d4136d](4d4136d))
* **theming:** disable theming page components ([33a91f9](33a91f9))
* **uuid:** replaced vue-uuid with uuid ([62a14fd](62a14fd))

### Features

* **kbadge:** add kbadge ([ece2198](ece2198))
* **kbreadcrumbs:** adding kbreadcrumbs ([a2dae4e](a2dae4e))
* **kbutton:** update kbutton with icon prop ([#544](#544)) ([16b0915](16b0915))
* **kcard:** add kcard ([7d045fd](7d045fd))
* **kcheckbox:** update for vue 3 ([#550](#550)) ([5275647](5275647))
* **kclipboardprovider:** add clipboard provider ([d35c5d1](d35c5d1))
* **kemptystate:** add kemptystate ([#531](#531)) ([97ff949](97ff949))
* **kinlineedit:** upgrade for vue 3 ([#551](#551)) ([3cbf87d](3cbf87d))
* **kinput:** add kinput ([191d1b6](191d1b6))
* **kinput:** add kinput enhancements to vue 3 version ([#528](#528)) ([96c5a30](96c5a30))
* **kmodal:** adding kmodal ([e003563](e003563))
* **kpagination:** upgrade kpagination to vue 3 [KHCP-2750] ([#534](#534)) ([6b3c653](6b3c653))
* **kpop:** adding kpop ([9a58200](9a58200))
* **kradio:** update for vue 3 ([#552](#552)) ([9c2bdde](9c2bdde))
* **kselect:** upgrade kselect for vue 3 ([#535](#535)) ([84a0e16](84a0e16))
* **kskeleton:** update kskeleton for vue 3 [KHCP-2755] ([#538](#538)) ([d1dcbe3](d1dcbe3))
* **ktable:** update ktable for vue 3 [KHCP-2757] ([#536](#536)) ([3d873d6](3d873d6))
* **ktextarea:** upgrade to vue 3 ([#549](#549)) ([0e53d4f](0e53d4f))
* **ktoaster:** add ktoaster ([6a24e4d](6a24e4d))
* **ktoaster:** add tests and docs ([ee337be](ee337be))
* **ktoggle:** adding ktoggle ([c202736](c202736))
* **ktooltip:** adding ktooltip ([e169b82](e169b82))
* **kviewswitcher:** update k-view-switcher for vue 3 ([#557](#557)) ([5c5909c](5c5909c))
* upgrade kongponents for vue 3 [KHCP-3330] ([3a29e2a](3a29e2a))

### Reverts

* **version:** revert independent version fix ([#469](#469)) ([b647e56](b647e56))

### BREAKING CHANGES

* Upgrade Kongponents to v7.x for Vue v3.x usage. If your project still uses Vue 2.x
please use Kongponents v6.x at https://legacy.kongponents.konghq.com
@kongponents-bot
Copy link
Collaborator

🎉 This PR is included in version 7.0.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

kongponents-bot pushed a commit that referenced this pull request Apr 13, 2022
# [7.0.0-beta.1](v6.7.6...v7.0.0-beta.1) (2022-04-13)

### Bug Fixes

* **ci:** add type checks ([66898fe](66898fe))
* **docs:** remove component ([2503e6d](2503e6d))
* **eslint:** fix eslint config ([060b27b](060b27b))
* **eslint:** fix eslint config ([750d25c](750d25c))
* **favicon:** update favicon ([f465ab8](f465ab8))
* fix tests and add kalert ([59e6b79](59e6b79))
* fix tsconfig and upgrade deps ([1fc1365](1fc1365))
* **kalert:** fix ellipse border radius ([d038f36](d038f36))
* **kalert:** fix kalert styles ([d69d0b4](d69d0b4))
* **kalert:** word break in safari ([9bc80dd](9bc80dd))
* **kbadge:** adjust info colors ([#560](#560)) ([28a2819](28a2819))
* **kbreadcrumbs:** fix icon viewbox ([83cbd75](83cbd75))
* **kbreadcrumbs:** fix kicon prop ([0df2f69](0df2f69))
* **kbreadcrumbs:** icon size ([f7ce945](f7ce945))
* **kbutton:** button danger hover color ([741589b](741589b))
* **kbutton:** remove opacity for disabled state ([1ecde38](1ecde38))
* **kcard:** port changes ([be00d83](be00d83))
* **kcard:** title positioning  ([#562](#562)) ([9b56e3b](9b56e3b))
* **kcheckbox:** update docs example ([3cd65b8](3cd65b8))
* **kicon:** type errors ([5897b7c](5897b7c))
* **kinput:** allow numbers to be passed in as value ([#470](#470)) ([fbf4c00](fbf4c00))
* **kmodal:** background color update ([4d15e91](4d15e91))
* **kmodal:** fix overflow to apply on mounted ([e4b7aae](e4b7aae))
* **kmodal:** hide body overflow ([d76d5b3](d76d5b3))
* **komponent:** remove komponent tag render ([b3147a5](b3147a5))
* **komponent:** rename komponent kcomponent ([43e777d](43e777d))
* **kpop:** only one pop open at a time ([74cd66f](74cd66f))
* **kprompt:** adjust input margin ([925e577](925e577))
* **kselect:** check attribute type ([ace3979](ace3979))
* **kselect:** fix item structure ([b4b0bd8](b4b0bd8))
* **kselect:** kpop width ([f1afdd0](f1afdd0))
* **kselect:** remove list style ([9755d4f](9755d4f))
* **ktable:** fix fetcher ([342f924](342f924))
* **ktable:** hover color fix ([209e4fa](209e4fa))
* **ktable:** update sort styling ([#472](#472)) ([4246089](4246089))
* **ktable:** update sort styling ([#473](#473)) ([d2d242f](d2d242f))
* remove unneeded scripts ([bc5e637](bc5e637))
* **styles:** alter some styles for dark mode ([d7b8114](d7b8114))
* **styles:** fix styles ([33e0258](33e0258))
* **tables:** fix docs table code style ([8c3c0ee](8c3c0ee))
* **tables:** fix table styles ([4d4136d](4d4136d))
* **theming:** disable theming page components ([33a91f9](33a91f9))
* **uuid:** replaced vue-uuid with uuid ([62a14fd](62a14fd))

### Features

* **kbadge:** add kbadge ([ece2198](ece2198))
* **kbreadcrumbs:** adding kbreadcrumbs ([a2dae4e](a2dae4e))
* **kbutton:** update kbutton with icon prop ([#544](#544)) ([16b0915](16b0915))
* **kcard:** add kcard ([7d045fd](7d045fd))
* **kcheckbox:** update for vue 3 ([#550](#550)) ([5275647](5275647))
* **kclipboardprovider:** add clipboard provider ([d35c5d1](d35c5d1))
* **kemptystate:** add kemptystate ([#531](#531)) ([97ff949](97ff949))
* **kinlineedit:** upgrade for vue 3 ([#551](#551)) ([3cbf87d](3cbf87d))
* **kinput:** add kinput ([191d1b6](191d1b6))
* **kinput:** add kinput enhancements to vue 3 version ([#528](#528)) ([96c5a30](96c5a30))
* **kinputswitch:** update kinputswitch for vue 3 ([#569](#569)) ([9b55021](9b55021))
* **kmenu:** update kmenu for vue 3 ([#573](#573)) ([dbdfa7c](dbdfa7c))
* **kmodal:** adding kmodal ([e003563](e003563))
* **kpagination:** upgrade kpagination to vue 3 [KHCP-2750] ([#534](#534)) ([6b3c653](6b3c653))
* **kpop:** adding kpop ([9a58200](9a58200))
* **kprompt:** update kprompt for vue 3 ([#568](#568)) ([5d30c52](5d30c52))
* **kradio:** update for vue 3 ([#552](#552)) ([9c2bdde](9c2bdde))
* **ksegmentedcontrol:** update ksegmentedcontrol for vue 3 ([#572](#572)) ([8c73618](8c73618))
* **kselect:** upgrade kselect for vue 3 ([#535](#535)) ([84a0e16](84a0e16))
* **kskeleton:** update kskeleton for vue 3 [KHCP-2755] ([#538](#538)) ([d1dcbe3](d1dcbe3))
* **kslideout:** update kslideout for vue 3 ([#571](#571)) ([4c69227](4c69227))
* **ktable:** update ktable for vue 3 [KHCP-2757] ([#536](#536)) ([3d873d6](3d873d6))
* **ktabs:** update ktabs for vue 3 ([#570](#570)) ([900d71c](900d71c))
* **ktextarea:** upgrade to vue 3 ([#549](#549)) ([0e53d4f](0e53d4f))
* **ktoaster:** add ktoaster ([6a24e4d](6a24e4d))
* **ktoaster:** add tests and docs ([ee337be](ee337be))
* **ktoggle:** adding ktoggle ([c202736](c202736))
* **ktooltip:** adding ktooltip ([e169b82](e169b82))
* **kviewswitcher:** update k-view-switcher for vue 3 ([#557](#557)) ([5c5909c](5c5909c))
* publish beta release [KHCP-3330] ([7c964fe](7c964fe))

### Reverts

* **version:** revert independent version fix ([#469](#469)) ([b647e56](b647e56))

### BREAKING CHANGES

* Update Kongponents to v7 for usage with Vue v3. If your project uses Vue 2, you
should check out the @kongponents/* packages.
kongponents-bot pushed a commit that referenced this pull request Apr 13, 2022
# [7.0.0-beta.1](v6.7.6...v7.0.0-beta.1) (2022-04-13)

### Bug Fixes

* **ci:** add type checks ([66898fe](66898fe))
* **docs:** remove component ([2503e6d](2503e6d))
* **eslint:** fix eslint config ([060b27b](060b27b))
* **eslint:** fix eslint config ([750d25c](750d25c))
* **favicon:** update favicon ([f465ab8](f465ab8))
* fix tests and add kalert ([59e6b79](59e6b79))
* fix tsconfig and upgrade deps ([1fc1365](1fc1365))
* **kalert:** fix ellipse border radius ([d038f36](d038f36))
* **kalert:** fix kalert styles ([d69d0b4](d69d0b4))
* **kalert:** word break in safari ([9bc80dd](9bc80dd))
* **kbadge:** adjust info colors ([#560](#560)) ([28a2819](28a2819))
* **kbreadcrumbs:** fix icon viewbox ([83cbd75](83cbd75))
* **kbreadcrumbs:** fix kicon prop ([0df2f69](0df2f69))
* **kbreadcrumbs:** icon size ([f7ce945](f7ce945))
* **kbutton:** button danger hover color ([741589b](741589b))
* **kbutton:** remove opacity for disabled state ([1ecde38](1ecde38))
* **kcard:** port changes ([be00d83](be00d83))
* **kcard:** title positioning  ([#562](#562)) ([9b56e3b](9b56e3b))
* **kcheckbox:** update docs example ([3cd65b8](3cd65b8))
* **kicon:** type errors ([5897b7c](5897b7c))
* **kinput:** allow numbers to be passed in as value ([#470](#470)) ([fbf4c00](fbf4c00))
* **kmodal:** background color update ([4d15e91](4d15e91))
* **kmodal:** fix overflow to apply on mounted ([e4b7aae](e4b7aae))
* **kmodal:** hide body overflow ([d76d5b3](d76d5b3))
* **komponent:** remove komponent tag render ([b3147a5](b3147a5))
* **komponent:** rename komponent kcomponent ([43e777d](43e777d))
* **kpop:** only one pop open at a time ([74cd66f](74cd66f))
* **kprompt:** adjust input margin ([925e577](925e577))
* **kselect:** check attribute type ([ace3979](ace3979))
* **kselect:** fix item structure ([b4b0bd8](b4b0bd8))
* **kselect:** kpop width ([f1afdd0](f1afdd0))
* **kselect:** remove list style ([9755d4f](9755d4f))
* **ktable:** fix fetcher ([342f924](342f924))
* **ktable:** hover color fix ([209e4fa](209e4fa))
* **ktable:** update sort styling ([#472](#472)) ([4246089](4246089))
* **ktable:** update sort styling ([#473](#473)) ([d2d242f](d2d242f))
* remove unneeded scripts ([bc5e637](bc5e637))
* **styles:** alter some styles for dark mode ([d7b8114](d7b8114))
* **styles:** fix styles ([33e0258](33e0258))
* **tables:** fix docs table code style ([8c3c0ee](8c3c0ee))
* **tables:** fix table styles ([4d4136d](4d4136d))
* **theming:** disable theming page components ([33a91f9](33a91f9))
* **uuid:** replaced vue-uuid with uuid ([62a14fd](62a14fd))

### Features

* **kbadge:** add kbadge ([ece2198](ece2198))
* **kbreadcrumbs:** adding kbreadcrumbs ([a2dae4e](a2dae4e))
* **kbutton:** update kbutton with icon prop ([#544](#544)) ([16b0915](16b0915))
* **kcard:** add kcard ([7d045fd](7d045fd))
* **kcheckbox:** update for vue 3 ([#550](#550)) ([5275647](5275647))
* **kclipboardprovider:** add clipboard provider ([d35c5d1](d35c5d1))
* **kemptystate:** add kemptystate ([#531](#531)) ([97ff949](97ff949))
* **kinlineedit:** upgrade for vue 3 ([#551](#551)) ([3cbf87d](3cbf87d))
* **kinput:** add kinput ([191d1b6](191d1b6))
* **kinput:** add kinput enhancements to vue 3 version ([#528](#528)) ([96c5a30](96c5a30))
* **kinputswitch:** update kinputswitch for vue 3 ([#569](#569)) ([9b55021](9b55021))
* **kmenu:** update kmenu for vue 3 ([#573](#573)) ([dbdfa7c](dbdfa7c))
* **kmodal:** adding kmodal ([e003563](e003563))
* **kpagination:** upgrade kpagination to vue 3 [KHCP-2750] ([#534](#534)) ([6b3c653](6b3c653))
* **kpop:** adding kpop ([9a58200](9a58200))
* **kprompt:** update kprompt for vue 3 ([#568](#568)) ([5d30c52](5d30c52))
* **kradio:** update for vue 3 ([#552](#552)) ([9c2bdde](9c2bdde))
* **ksegmentedcontrol:** update ksegmentedcontrol for vue 3 ([#572](#572)) ([8c73618](8c73618))
* **kselect:** upgrade kselect for vue 3 ([#535](#535)) ([84a0e16](84a0e16))
* **kskeleton:** update kskeleton for vue 3 [KHCP-2755] ([#538](#538)) ([d1dcbe3](d1dcbe3))
* **kslideout:** update kslideout for vue 3 ([#571](#571)) ([4c69227](4c69227))
* **ktable:** update ktable for vue 3 [KHCP-2757] ([#536](#536)) ([3d873d6](3d873d6))
* **ktabs:** update ktabs for vue 3 ([#570](#570)) ([900d71c](900d71c))
* **ktextarea:** upgrade to vue 3 ([#549](#549)) ([0e53d4f](0e53d4f))
* **ktoaster:** add ktoaster ([6a24e4d](6a24e4d))
* **ktoaster:** add tests and docs ([ee337be](ee337be))
* **ktoggle:** adding ktoggle ([c202736](c202736))
* **ktooltip:** adding ktooltip ([e169b82](e169b82))
* **kviewswitcher:** update k-view-switcher for vue 3 ([#557](#557)) ([5c5909c](5c5909c))
* publish beta release [KHCP-3330] ([7c964fe](7c964fe))
* publish v7-beta [KHCP-3330] ([27b3bcf](27b3bcf))

### Reverts

* revert beta release ([d1851e5](d1851e5))
* **version:** revert independent version fix ([#469](#469)) ([b647e56](b647e56))

### BREAKING CHANGES

* Update Kongponents to v7.0.0-beta.* for usage with Vue 3. If your project still
uses Vue 2, use the @kongponents/* packages instead.
* Update Kongponents to v7 for usage with Vue v3. If your project uses Vue 2, you
should check out the @kongponents/* packages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants