Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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.
  • Loading branch information
semantic-release-bot committed Apr 9, 2022
1 parent 1187d5d commit 36cb757
Showing 1 changed file with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
# [7.0.0](https://github.com/Kong/kongponents/compare/v6.7.6...v7.0.0) (2022-04-09)


### Bug Fixes

* **ci:** add type checks ([66898fe](https://github.com/Kong/kongponents/commit/66898fe7f980de0c53371ffcb8cfa1cd9e5f3f73))
* **ci:** check types ([4be533e](https://github.com/Kong/kongponents/commit/4be533ea7f00311087e92d3a80905e285e68bba5))
* **ci:** pass needed token ([612c5fa](https://github.com/Kong/kongponents/commit/612c5fad79bca040f2ea65591ef3eff6b2178075))
* **docs:** remove component ([2503e6d](https://github.com/Kong/kongponents/commit/2503e6d5d8ed669e465f3de7fddac8a2c8768223))
* **eslint:** fix eslint config ([060b27b](https://github.com/Kong/kongponents/commit/060b27b46c44eab8e60461cbfa0589837ac72841))
* **eslint:** fix eslint config ([750d25c](https://github.com/Kong/kongponents/commit/750d25c72c7187b9c91d96ac135f99407d6fce25))
* **favicon:** update favicon ([f465ab8](https://github.com/Kong/kongponents/commit/f465ab89aefd95088c60118319b4f266814f93da))
* fix tests and add kalert ([59e6b79](https://github.com/Kong/kongponents/commit/59e6b79c4e7accdca4c060a96d5c3358f25a4d1f))
* fix tsconfig and upgrade deps ([1fc1365](https://github.com/Kong/kongponents/commit/1fc1365dd7778e68e9c9d6de822fb87dd23ac434))
* **kalert:** fix ellipse border radius ([d038f36](https://github.com/Kong/kongponents/commit/d038f367f3c9daeaf4ed29ae2ca61677ccb8b92b))
* **kalert:** fix kalert styles ([d69d0b4](https://github.com/Kong/kongponents/commit/d69d0b4adcc8f7cc2a32da3374773c097c3e7218))
* **kalert:** word break in safari ([9bc80dd](https://github.com/Kong/kongponents/commit/9bc80dd50dc37119349cdbb4aa54073a3c49b563))
* **kbadge:** adjust info colors ([#560](https://github.com/Kong/kongponents/issues/560)) ([28a2819](https://github.com/Kong/kongponents/commit/28a28198ee1cde354e50976f7b0c09d2c86916a9))
* **kbreadcrumbs:** fix icon viewbox ([83cbd75](https://github.com/Kong/kongponents/commit/83cbd75708d45d63b8482797352ac5776748072b))
* **kbreadcrumbs:** fix kicon prop ([0df2f69](https://github.com/Kong/kongponents/commit/0df2f69135909eebe60cd866a92a549c1be87417))
* **kbreadcrumbs:** icon size ([f7ce945](https://github.com/Kong/kongponents/commit/f7ce945ef597e650389b5b365f818b9119fb8808))
* **kbutton:** button danger hover color ([741589b](https://github.com/Kong/kongponents/commit/741589bcdb65e9ab96dd714f6068891334bff032))
* **kbutton:** remove opacity for disabled state ([1ecde38](https://github.com/Kong/kongponents/commit/1ecde38719c161f62752149c25b6dfcd295d00c8))
* **kcard:** port changes ([be00d83](https://github.com/Kong/kongponents/commit/be00d838b89ed24e8659da70d91925e3c5ab907e))
* **kcard:** title positioning ([#562](https://github.com/Kong/kongponents/issues/562)) ([9b56e3b](https://github.com/Kong/kongponents/commit/9b56e3bfc6ffa5b9e5999119db1de659134ec2f0))
* **kcheckbox:** update docs example ([3cd65b8](https://github.com/Kong/kongponents/commit/3cd65b89525d05cf3c828de66dd3d1b161fd4d7c))
* **kicon:** type errors ([5897b7c](https://github.com/Kong/kongponents/commit/5897b7cbffcf04a4896531a143c25eec048109c1))
* **kinput:** allow numbers to be passed in as value ([#470](https://github.com/Kong/kongponents/issues/470)) ([fbf4c00](https://github.com/Kong/kongponents/commit/fbf4c00291383707770076110dcfa9519d31faef))
* **kmodal:** background color update ([4d15e91](https://github.com/Kong/kongponents/commit/4d15e91ceb870626061ebabcf44dd78f6898efc8))
* **kmodal:** fix overflow to apply on mounted ([e4b7aae](https://github.com/Kong/kongponents/commit/e4b7aae9c68eed1e63849ff3496f0df33f79cb1e))
* **kmodal:** hide body overflow ([d76d5b3](https://github.com/Kong/kongponents/commit/d76d5b397d1af974beead30153bfe170b359ac26))
* **komponent:** remove komponent tag render ([b3147a5](https://github.com/Kong/kongponents/commit/b3147a519026a2c3cc4a1fad213b2a7f4c68ae53))
* **komponent:** rename komponent kcomponent ([43e777d](https://github.com/Kong/kongponents/commit/43e777d707f0cda8ebf29623d21e2a6fd08fcd33))
* **kpop:** only one pop open at a time ([74cd66f](https://github.com/Kong/kongponents/commit/74cd66f667860915587ebd03d66261add765852c))
* **kselect:** check attribute type ([ace3979](https://github.com/Kong/kongponents/commit/ace3979f6a46efff582519a8287f4edb615b27b7))
* **ktable:** fix fetcher ([342f924](https://github.com/Kong/kongponents/commit/342f924ccc27af33dedeead30cc21f2b84031123))
* **ktable:** hover color fix ([209e4fa](https://github.com/Kong/kongponents/commit/209e4fa7e1f60dc4f12436340642dfd73627bcc5))
* **ktable:** update sort styling ([#472](https://github.com/Kong/kongponents/issues/472)) ([4246089](https://github.com/Kong/kongponents/commit/42460890b9fd0451b917473a42b5e3f762213f35))
* **ktable:** update sort styling ([#473](https://github.com/Kong/kongponents/issues/473)) ([d2d242f](https://github.com/Kong/kongponents/commit/d2d242fbeaf92db112f699cbe8eed163b066feff))
* remove unneeded scripts ([bc5e637](https://github.com/Kong/kongponents/commit/bc5e637a7bb4c7905c2912bfebb97ddb28a4e7d9))
* **styles:** alter some styles for dark mode ([d7b8114](https://github.com/Kong/kongponents/commit/d7b81140bc6638ed9c60effa15794f112736fbd6))
* **styles:** fix styles ([33e0258](https://github.com/Kong/kongponents/commit/33e02586d065b4a20bd76a17ce01efda3e83d201))
* **tables:** fix docs table code style ([8c3c0ee](https://github.com/Kong/kongponents/commit/8c3c0eef0acf4ce821a03a6cb8543878c46f5591))
* **tables:** fix table styles ([4d4136d](https://github.com/Kong/kongponents/commit/4d4136dc61ece10af456d7e954cf567b3de0a6a8))
* **theming:** disable theming page components ([33a91f9](https://github.com/Kong/kongponents/commit/33a91f9c3ea5392ecaac297b8b2d9e985db3659d))
* **uuid:** replaced vue-uuid with uuid ([62a14fd](https://github.com/Kong/kongponents/commit/62a14fde6f6ccf156ebf5d2acad61b173b95babb))


### Features

* **kbadge:** add kbadge ([ece2198](https://github.com/Kong/kongponents/commit/ece21988c3126b6e8563006096d9d6ffcaa4e657))
* **kbreadcrumbs:** adding kbreadcrumbs ([a2dae4e](https://github.com/Kong/kongponents/commit/a2dae4e855b8ba031bbadd95226260d87f287932))
* **kbutton:** update kbutton with icon prop ([#544](https://github.com/Kong/kongponents/issues/544)) ([16b0915](https://github.com/Kong/kongponents/commit/16b091567d4b4400b1fb039db034408d5d62ca25))
* **kcard:** add kcard ([7d045fd](https://github.com/Kong/kongponents/commit/7d045fd9739f89591e2dba1d48a2c802df56c782))
* **kcheckbox:** update for vue 3 ([#550](https://github.com/Kong/kongponents/issues/550)) ([5275647](https://github.com/Kong/kongponents/commit/5275647ac867e93f83dc1ac611432f9f3e3bf2c8))
* **kclipboardprovider:** add clipboard provider ([d35c5d1](https://github.com/Kong/kongponents/commit/d35c5d16c98b44bf9a80864ff86509b236572020))
* **kemptystate:** add kemptystate ([#531](https://github.com/Kong/kongponents/issues/531)) ([97ff949](https://github.com/Kong/kongponents/commit/97ff94903fa31e7268dd00c52d149ce94d42544e))
* **kinlineedit:** upgrade for vue 3 ([#551](https://github.com/Kong/kongponents/issues/551)) ([3cbf87d](https://github.com/Kong/kongponents/commit/3cbf87df9c3ff855c0429b47d1a815c52e00ed93))
* **kinput:** add kinput ([191d1b6](https://github.com/Kong/kongponents/commit/191d1b64887fd099c7856611462349915934a787))
* **kinput:** add kinput enhancements to vue 3 version ([#528](https://github.com/Kong/kongponents/issues/528)) ([96c5a30](https://github.com/Kong/kongponents/commit/96c5a303d5758b412e91de33667f3c6a7b360e9f))
* **kmodal:** adding kmodal ([e003563](https://github.com/Kong/kongponents/commit/e0035637fa6d464c3476d7579755d3c44aaeef87))
* **kpagination:** upgrade kpagination to vue 3 [KHCP-2750] ([#534](https://github.com/Kong/kongponents/issues/534)) ([6b3c653](https://github.com/Kong/kongponents/commit/6b3c65373b2d012478fb4350a589b19fe1916dd8))
* **kpop:** adding kpop ([9a58200](https://github.com/Kong/kongponents/commit/9a58200ef7cc49725b1b7024020129b1c9dad284))
* **kradio:** update for vue 3 ([#552](https://github.com/Kong/kongponents/issues/552)) ([9c2bdde](https://github.com/Kong/kongponents/commit/9c2bdde0a2f5fb413697da31ee178609beac50cc))
* **kselect:** upgrade kselect for vue 3 ([#535](https://github.com/Kong/kongponents/issues/535)) ([84a0e16](https://github.com/Kong/kongponents/commit/84a0e16e008eb4f6d12a5fa8d5a60145d4c9379e))
* **kskeleton:** update kskeleton for vue 3 [KHCP-2755] ([#538](https://github.com/Kong/kongponents/issues/538)) ([d1dcbe3](https://github.com/Kong/kongponents/commit/d1dcbe3bfa12f7c926bbcf85dfad42191a6571e3))
* **ktable:** update ktable for vue 3 [KHCP-2757] ([#536](https://github.com/Kong/kongponents/issues/536)) ([3d873d6](https://github.com/Kong/kongponents/commit/3d873d6fd44b95a0886fd62726ff23e1317ce5d5))
* **ktextarea:** upgrade to vue 3 ([#549](https://github.com/Kong/kongponents/issues/549)) ([0e53d4f](https://github.com/Kong/kongponents/commit/0e53d4f1688fa8e089ca9876541402c11b431fb7))
* **ktoaster:** add ktoaster ([6a24e4d](https://github.com/Kong/kongponents/commit/6a24e4d070a7e575a7509c68e6dd738a2c857122))
* **ktoaster:** add tests and docs ([ee337be](https://github.com/Kong/kongponents/commit/ee337bea160f4e1addf47898e23aa73e29a7643f))
* **ktoggle:** adding ktoggle ([c202736](https://github.com/Kong/kongponents/commit/c202736e300390d6e826b83da3d46f961c673724))
* **ktooltip:** adding ktooltip ([e169b82](https://github.com/Kong/kongponents/commit/e169b82b7ed086efe5862bd061831c2990d16521))
* **kviewswitcher:** update k-view-switcher for vue 3 ([#557](https://github.com/Kong/kongponents/issues/557)) ([5c5909c](https://github.com/Kong/kongponents/commit/5c5909c6b72b0265a910d231b93e9670b0a1a5f2))
* upgrade kongponents for vue 3 [KHCP-3330] ([8d94dba](https://github.com/Kong/kongponents/commit/8d94dba635eb8e1533a9339b26ee0ad34320cf0e))


### Reverts

* **version:** revert independent version fix ([#469](https://github.com/Kong/kongponents/issues/469)) ([b647e56](https://github.com/Kong/kongponents/commit/b647e56b5c05c25e55362a845e1c4a30fe40d910))


### 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.

0 comments on commit 36cb757

Please sign in to comment.