# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/Coko-Foundation/cokoclient/compare/v2.0.0-beta.1...v2.0.0) (2026-06-10)

## [2.0.0-beta.1](https://github.com/Coko-Foundation/cokoclient/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2026-06-09)


### Bug Fixes

* **vite:** support legacy decorators in production builds ([02f7804](https://github.com/Coko-Foundation/cokoclient/commit/02f78043ee9413a80cd405860910535a6137b60d))

## [2.0.0-beta.0](https://github.com/Coko-Foundation/cokoclient/compare/v2.0.0-alpha.0...v2.0.0-beta.0) (2026-06-08)


### Bug Fixes

* do not log ws disconnect as an error unless there is one ([8577437](https://github.com/Coko-Foundation/cokoclient/commit/857743749848a5ab16d7fc9f2835e7a10586f925))

## [2.0.0-alpha.0](https://github.com/Coko-Foundation/cokoclient/compare/v1.2.2...v2.0.0-alpha.0) (2026-04-28)


### Features

* improved logging ([0cbc854](https://github.com/Coko-Foundation/cokoclient/commit/0cbc8549415d90cf4087f9d8e31c4b16840cee5a))
* improved useCurrentUser hook ([d6fb4a2](https://github.com/Coko-Foundation/cokoclient/commit/d6fb4a2e815054172848fa657dae1a51da4c3d08))
* ts everywhere ([68c5ac6](https://github.com/Coko-Foundation/cokoclient/commit/68c5ac6d814b94888d25e186aa770cba099c4995))
* **ui:** drop story helpers from distributed library ([21dccb1](https://github.com/Coko-Foundation/cokoclient/commit/21dccb18752215754a2d0d116d8bc0c7a8892e69))
* **ui:** upgrade ant to v6 ([eec2ad8](https://github.com/Coko-Foundation/cokoclient/commit/eec2ad80546ce2183924710c0e573f5e9fc80eb0))
* upgrade to react 19 ([92bea97](https://github.com/Coko-Foundation/cokoclient/commit/92bea97bd727e95d513f8e55effd79a9db059d53))
* upgrade to react router v7 ([0a0a17f](https://github.com/Coko-Foundation/cokoclient/commit/0a0a17ffe4e9d4b41aa3b78bf2cc6eeb9f468db8))
* **vite:** use vite instead of webpack ([e986308](https://github.com/Coko-Foundation/cokoclient/commit/e9863086868ed975166452f038be9a428ff2fd27))


### Bug Fixes

* fix a bunch of eslint and typescript errors ([9a7dfe3](https://github.com/Coko-Foundation/cokoclient/commit/9a7dfe3ce5cee77a55c77f6283f568cf14522307))
* fix date parser and drop moment ([5a06b54](https://github.com/Coko-Foundation/cokoclient/commit/5a06b546c0dea4b6b6eb73a32305fd2455d096ca))
* make decorators work ([f94b2eb](https://github.com/Coko-Foundation/cokoclient/commit/f94b2ebd2c431aa9459f0f6a6646e6ae7a243101))
* make sure eslint does not ignore docs folder ([1a290a7](https://github.com/Coko-Foundation/cokoclient/commit/1a290a76a7008bbcaa4d5b6029215a9192d956cd))
* **ui:** drop default prop from authentication components ([7e2df8d](https://github.com/Coko-Foundation/cokoclient/commit/7e2df8d3ef4699aef31c9fe3b6f74f3e71111ba8))
* **ui:** drop default prop from chat components ([2f7939b](https://github.com/Coko-Foundation/cokoclient/commit/2f7939bc4b6660e1235ff5e8e2496f58c895ad25))
* **ui:** drop default props from all remaining components ([ae030b4](https://github.com/Coko-Foundation/cokoclient/commit/ae030b49437e4178f0173e9417a7eb642e4e5785))
* **ui:** drop default props from all src/ui/common components ([2985a78](https://github.com/Coko-Foundation/cokoclient/commit/2985a78adfee207f81922ec0434070423da0cbd2))
* **ui:** fix issues in button and spin ([7fca9f2](https://github.com/Coko-Foundation/cokoclient/commit/7fca9f2af1f215d0abedfa140551fece96e3c7ef))
* **ui:** more eslint and typescript fixes ([6f0c19c](https://github.com/Coko-Foundation/cokoclient/commit/6f0c19cc4ed1effa3cc1708c396544d1ca0479dc))
* **ui:** more fixes in stories ([f753323](https://github.com/Coko-Foundation/cokoclient/commit/f753323ae9613e2aaf755c15c2e003cb20a1854b))
* **ui:** more typescript fixes ([ebeb7fc](https://github.com/Coko-Foundation/cokoclient/commit/ebeb7fc0cf983f05a0f4aaa7364865c4d7436e4d))

### [1.2.2](https://gitlab.coko.foundation/cokoapps/client/compare/v1.2.1...v1.2.2) (2025-11-28)


### Bug Fixes

* recreate apollo client when the user auth token changes ([1594a02](https://gitlab.coko.foundation/cokoapps/client/commit/1594a025b3c3ef237c82edeb83e6d973c035f612))

### [1.2.1](https://gitlab.coko.foundation/cokoapps/client/compare/v1.2.0...v1.2.1) (2025-11-28)


### Bug Fixes

* reconnect to subsciption server after drop ([60ac368](https://gitlab.coko.foundation/cokoapps/client/commit/60ac3682102c1d18b5e46d35ba1a068713e2b851))

## [1.2.0](https://gitlab.coko.foundation/cokoapps/client/compare/v1.1.2...v1.2.0) (2025-11-26)


### Features

* add sentry support ([d351831](https://gitlab.coko.foundation/cokoapps/client/commit/d351831d6b6688375b8f4795879cce9879e96858))

### [1.1.2](https://gitlab.coko.foundation/cokoapps/client/compare/v1.1.1...v1.1.2) (2025-11-21)


### Bug Fixes

* **webpack:** fix reporting of custom environment variables found ([df82f36](https://gitlab.coko.foundation/cokoapps/client/commit/df82f36ea5a3cbcc3565b1f49ccdcb3cb52b332a))

### [1.1.1](https://gitlab.coko.foundation/cokoapps/client/compare/v1.1.0...v1.1.1) (2025-11-06)

## [1.1.0](https://gitlab.coko.foundation/cokoapps/client/compare/v1.0.6...v1.1.0) (2025-11-06)


### Features

* **components:** add optional prop to dismiss reviewer at any time in AssignReviewer component ([394f111](https://gitlab.coko.foundation/cokoapps/client/commit/394f111cda754f230521adf4836b65835b96fe4c))

### [1.0.6](https://gitlab.coko.foundation/cokoapps/client/compare/v1.0.5...v1.0.6) (2025-06-26)


### Bug Fixes

* **webpack:** remove broken client url from build ([581c6c0](https://gitlab.coko.foundation/cokoapps/client/commit/581c6c09d7c8145180ad8bf5299b36f4480500d9))

### [1.0.5](https://gitlab.coko.foundation/cokoapps/client/compare/v1.0.4...v1.0.5) (2025-06-26)


### Bug Fixes

* fix build ([129e9fe](https://gitlab.coko.foundation/cokoapps/client/commit/129e9fe31ffa46af35d95ef2ccbb441b905ffa2c))

### [1.0.4](https://gitlab.coko.foundation/cokoapps/client/compare/v1.0.3...v1.0.4) (2025-06-26)


### Bug Fixes

* fix createUploadLink import ([2079da7](https://gitlab.coko.foundation/cokoapps/client/commit/2079da7111a33bafc0f350bf6ecf1a8c08addb3b))

### [1.0.3](https://gitlab.coko.foundation/cokoapps/client/compare/v1.0.2...v1.0.3) (2025-06-26)


### Bug Fixes

* fix dependency warnings ([0ba7f24](https://gitlab.coko.foundation/cokoapps/client/commit/0ba7f24c66f9c87f3fcac842e30211f4ccd1088c))

### [1.0.2](https://gitlab.coko.foundation/cokoapps/client/compare/v1.0.1...v1.0.2) (2025-06-26)


### Bug Fixes

* **webpack:** add another missing babel plugin ([c4b3ed1](https://gitlab.coko.foundation/cokoapps/client/commit/c4b3ed18db4e0532e7d90eaaaad2b1affa1a1a02))

### [1.0.1](https://gitlab.coko.foundation/cokoapps/client/compare/v1.0.0...v1.0.1) (2025-06-26)


### Bug Fixes

* **webpack:** add missing babel plugins ([ed5bd14](https://gitlab.coko.foundation/cokoapps/client/commit/ed5bd149ff6e56f93d98a3469be22ff86bd0099f))

## [1.0.0](https://gitlab.coko.foundation/cokoapps/client/compare/v1.0.0-beta.4...v1.0.0) (2025-06-26)

## [1.0.0-beta.4](https://gitlab.coko.foundation/cokoapps/client/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2025-03-27)

## [1.0.0-beta.3](https://gitlab.coko.foundation/cokoapps/client/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2025-03-27)


### Features

* **webpack:** build js script ([22f1e21](https://gitlab.coko.foundation/cokoapps/client/commit/22f1e216a3a18c60543c9f7a763c222f7016e923))

## [1.0.0-beta.2](https://gitlab.coko.foundation/cokoapps/client/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2025-03-26)


### Features

* **components:** make sign up terms configurable ([2740f89](https://gitlab.coko.foundation/cokoapps/client/commit/2740f89f14371c35ccafa8af3ca772b48fac1624))

## [1.0.0-beta.1](https://gitlab.coko.foundation/cokoapps/client/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2024-10-01)


### Bug Fixes

* add shebang to dev js script ([c9ea398](https://gitlab.coko.foundation/cokoapps/client/commit/c9ea398e734b0e0aa8d4b873778c94080a734db2))

## [1.0.0-beta.0](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.63...v1.0.0-beta.0) (2024-08-29)


### Features

* add preflight header to make upload pass csrf prevention ([db024cc](https://gitlab.coko.foundation/cokoapps/client/commit/db024cc1a42df9444950c650eeba7071ba3522b9))
* switch to graphql-ws and add subscription manager ([9f02f39](https://gitlab.coko.foundation/cokoapps/client/commit/9f02f39477a77f8602d6de01212fe3e333700e36))
* **webpack:** start webpack dev server programmatically ([53031fd](https://gitlab.coko.foundation/cokoapps/client/commit/53031fd18743f488c25555c2968b9f8eaa39348b))


### Bug Fixes

* add connection params token to new subscription implementation ([6b7556b](https://gitlab.coko.foundation/cokoapps/client/commit/6b7556b720e5ab017ad076f1dafa70c8fcacff43))
* fix apollo link ([ae16187](https://gitlab.coko.foundation/cokoapps/client/commit/ae1618701ad47dfbda9f292f63d53fc1c793dc3a))

### [0.0.63](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.62...v0.0.63) (2024-08-07)


### Features

* add YJS_WEBSOCKET_SERVER_URL to list of dynamic env variables ([5d181c6](https://gitlab.coko.foundation/cokoapps/client/commit/5d181c694825a1b5b7100d4ce449b2cffd57a1be))

### [0.0.62](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.61...v0.0.62) (2024-06-03)


### Bug Fixes

* **webpack:** support custom wax code in the apps ([f19c4a6](https://gitlab.coko.foundation/cokoapps/client/commit/f19c4a646c56b98a25208df5de205bdc8f7c1064))

### [0.0.61](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.60...v0.0.61) (2024-04-29)


### Features

* **webpack:** add parameter decorator plugin to babel ([c64d682](https://gitlab.coko.foundation/cokoapps/client/commit/c64d682f663413a104dadc95d3f259e725939347))
* **webpack:** add throw expressions and function sent to babel ([4ebb72d](https://gitlab.coko.foundation/cokoapps/client/commit/4ebb72d8bbc701a40f5c0c23699f8b421ed9d9ef))

### [0.0.60](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.59...v0.0.60) (2024-01-26)

### [0.0.59](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.58...v0.0.59) (2024-01-09)


### Bug Fixes

* **ui:** fix search results for assign reviewers component ([4f313ac](https://gitlab.coko.foundation/cokoapps/client/commit/4f313ac0dfceea8e9534a00d442e09afc3e94f05))

### [0.0.58](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.57...v0.0.58) (2023-12-22)


### Bug Fixes

* do not trim any trailing path from subscriptions url ([494ecfe](https://gitlab.coko.foundation/cokoapps/client/commit/494ecfe3fd9bcc8c747809828acf3713ccafa90a))

### [0.0.57](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.56...v0.0.57) (2023-12-21)


### Bug Fixes

* **components:** remove hhmi header and footer ([980a73a](https://gitlab.coko.foundation/cokoapps/client/commit/980a73af580b319233285f37a04282f89073ad9e))

### [0.0.56](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.55...v0.0.56) (2023-12-20)


### Features

* remove trailing slashes from urls ([df60841](https://gitlab.coko.foundation/cokoapps/client/commit/df6084122adb351149d731216d92a6e257c82e90))

### [0.0.55](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.54...v0.0.55) (2023-12-19)


### Features

* add validRefreshToken to current user query ([6826914](https://gitlab.coko.foundation/cokoapps/client/commit/68269144cb9c432f8a076c112f618ba5d7612ab6))

### [0.0.54](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.53...v0.0.54) (2023-12-18)


### Bug Fixes

* **components:** export `assignReviewers` ([4c10882](https://gitlab.coko.foundation/cokoapps/client/commit/4c10882a9e922fc1ddaf66035d786f49363e6752))

### [0.0.53](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.52...v0.0.53) (2023-12-15)


### Features

* **components:** add assign reviewers ui ([1a10507](https://gitlab.coko.foundation/cokoapps/client/commit/1a105075eba2feebd3cc6220d7e78f1b259acacc))
* **components:** disable assign reviewer automation if manual sorting is off ([64026e0](https://gitlab.coko.foundation/cokoapps/client/commit/64026e00a654a0e96c117d7026a22dee64c7e525))

### [0.0.52](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.51...v0.0.52) (2023-11-28)


### Bug Fixes

* correct redirect when authentication call fails ([cabd314](https://gitlab.coko.foundation/cokoapps/client/commit/cabd314683425e3244de70c274d092b4dbdf41a6))

### [0.0.51](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.50...v0.0.51) (2023-11-27)


### Bug Fixes

* fix provider connection page prop type ([ced283b](https://gitlab.coko.foundation/cokoapps/client/commit/ced283bdd16821047052203fbc7882d528365121))

### [0.0.50](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.49...v0.0.50) (2023-11-27)


### Bug Fixes

* smooth loading on provider connect page ([ba31ff3](https://gitlab.coko.foundation/cokoapps/client/commit/ba31ff37557856f679c887aa0f94e2a8e4dbeae0))

### [0.0.49](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.48...v0.0.49) (2023-11-22)


### Bug Fixes

* fix user subscription data in context ([26ddb6e](https://gitlab.coko.foundation/cokoapps/client/commit/26ddb6e53e5b20c520ac17d67b1787743db472bb))

### [0.0.48](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.47...v0.0.48) (2023-11-21)


### Bug Fixes

* fix export of provider redirect page ([902f93f](https://gitlab.coko.foundation/cokoapps/client/commit/902f93fe7179453462d8b24ce88c4afd856b99fe))

### [0.0.47](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.46...v0.0.47) (2023-11-17)


### Features

* **client:** integration login redirect page ([deeefa4](https://gitlab.coko.foundation/cokoapps/client/commit/deeefa476298614c520eee4e3b75b86dcd3cb3be))

### [0.0.46](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.45...v0.0.46) (2023-10-03)


### Bug Fixes

* **components:** fix storybook crashing because server url is undefined ([066eb4d](https://gitlab.coko.foundation/cokoapps/client/commit/066eb4d06814663d0eed1599ac3d6a4c3253f5f4))

### [0.0.45](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.44...v0.0.45) (2023-09-14)


### Bug Fixes

* **components:** fix memory leak in ws link ([d003805](https://gitlab.coko.foundation/cokoapps/client/commit/d0038056e3439bd9d30024b79079babf38494107))

### [0.0.44](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.43...v0.0.44) (2023-09-13)


### Features

* **ui:** add the rest of the components and stories from HHMI ([7b31a2f](https://gitlab.coko.foundation/cokoapps/client/commit/7b31a2f72e9cb951a7920d3dfa54bdd2209d77b1))
* **webpack:** add bundle analyzer ([0ebbf90](https://gitlab.coko.foundation/cokoapps/client/commit/0ebbf909eca296a09b04768a7ea3720b60c11f13))


### Bug Fixes

* **components:** fix websocket timeouts ([474c6e4](https://gitlab.coko.foundation/cokoapps/client/commit/474c6e48a8fa2c012cef90e2c4167de8a9f7a77d))

### [0.0.43](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.42...v0.0.43) (2023-07-14)


### Features

* members attribute added in current user query ([f496e02](https://gitlab.coko.foundation/cokoapps/client/commit/f496e02fcf85b82dfe5ec1de89a693c9cb559cd1))
* **ui:** add button component & story ([b87a64d](https://gitlab.coko.foundation/cokoapps/client/commit/b87a64d201a520e8a0481aba38b2417137c20f44))
* **ui:** add new components and stories to the ui library ([d10437d](https://gitlab.coko.foundation/cokoapps/client/commit/d10437d61e9b0e01bba26267f267462d2fbfcb82))

### [0.0.42](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.41...v0.0.42) (2023-06-07)


### Features

* **components:** add user subscription ([43d2c40](https://gitlab.coko.foundation/cokoapps/client/commit/43d2c404788329ba5bf3b1ffacedda8d2c6cd8d8))
* **components:** additional properties for the currentUser query ([2870c3c](https://gitlab.coko.foundation/cokoapps/client/commit/2870c3c8ad9653e2b684f0f1afc2c620480673ec))


### Bug Fixes

* **components:** graphql subscriptions url fix ([79fdecb](https://gitlab.coko.foundation/cokoapps/client/commit/79fdecb24f8cdfae239503d15180caa028dbecb8))

### [0.0.41](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.40...v0.0.41) (2023-05-05)


### Bug Fixes

* **components:** handle expired tokens ([3517121](https://gitlab.coko.foundation/cokoapps/client/commit/3517121f6771d7ce0211e61e612f843aa1fdc808))

### [0.0.40](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.39...v0.0.40) (2023-05-04)


### Bug Fixes

* **components:** expose websocket server url via getUrl ([6c88af7](https://gitlab.coko.foundation/cokoapps/client/commit/6c88af7851cc80a2f3dc719ce587d28d3b915f01))

### [0.0.39](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.38...v0.0.39) (2023-04-26)


### Features

* **webpack:** add websocket server url as predefined variable ([0220ba9](https://gitlab.coko.foundation/cokoapps/client/commit/0220ba93058efe49fadbbf5722ba329fc6f6b1d6))

### [0.0.38](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.37...v0.0.38) (2023-04-25)


### Features

* dynamically pass server url in production ([9ba839a](https://gitlab.coko.foundation/cokoapps/client/commit/9ba839a2f604c122939110e89fe1b37ae4505e2b))

### [0.0.37](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.36...v0.0.37) (2023-04-11)


### Bug Fixes

* reinstate current user undefined check in RequireAuth ([da7b312](https://gitlab.coko.foundation/cokoapps/client/commit/da7b312e594c39df928a6b10f841d4f54504232e))

### [0.0.36](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.35...v0.0.36) (2023-04-10)


### Bug Fixes

* **components:** undo wrap root with authenticate, it hardcodes cu query ([e5fff79](https://gitlab.coko.foundation/cokoapps/client/commit/e5fff79cdf36764bbafdf8b44a90967098e7e74b))

### [0.0.35](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.34...v0.0.35) (2023-04-06)


### Features

* disconnect current user check from requiring authentication ([7505fe3](https://gitlab.coko.foundation/cokoapps/client/commit/7505fe380e1f95ec57fa21ecba6e7ff1b7dc52ae))

### [0.0.34](https://gitlab.coko.foundation/cokoapps/client/compare/v0.0.33...v0.0.34) (2023-01-23)


### Features

* replace server protocol, port and host with a single serverUrl variable ([bb8489c](https://gitlab.coko.foundation/cokoapps/client/commit/bb8489c7c8f46cef7ef77f21ecdcedfb59e94bd4))

### [0.0.33](https://gitlab.coko.foundation///compare/v0.0.32...v0.0.33) (2022-12-22)

### Bug Fixes

- **components:** pass font size variable pixel numbers to ant correctly ([2867a32](https://gitlab.coko.foundation///commit/2867a3267dfebaeaf72ccedff948bac9bc6fe6dd))

### [0.0.32](https://gitlab.coko.foundation///compare/v0.0.29...v0.0.32) (2022-12-21)

### Features

- upgrade antd to version 5 ([5e329a5](https://gitlab.coko.foundation///commit/5e329a5c2f280b08dfa1b17c97ef6859511dfd1a))
- **webpack:** add lang attribute to html, read from env, default en-US ([926dce3](https://gitlab.coko.foundation///commit/926dce35113134769c2c00842ce01ce0c3bb9a56))
- **webpack:** add viewport meta tag to optimize sites for mobile ([85a019c](https://gitlab.coko.foundation///commit/85a019c426dbca3fc9802ffb94fe6ad2b76c7997))
- **webpack:** handle .svg files in the webpack config ([56a947f](https://gitlab.coko.foundation///commit/56a947f04e9f3e6bbf0ae22ba4d825d2eb5a3d42))

### Bug Fixes

- fix getUrl process imports so that it works with webpack 5 ([1dec0f5](https://gitlab.coko.foundation///commit/1dec0f5126f5907c06207db734861534eff30608))
- **webpack:** remove quotation marks from lang attr ([6ee6c2c](https://gitlab.coko.foundation///commit/6ee6c2ce8ab8b47a5a9236213dd7e7c60abdcf58))

### [0.0.31](https://gitlab.coko.foundation///compare/v0.0.30...v0.0.31) (2022-09-01)

### Bug Fixes

- fix getUrl process imports so that it works with webpack 5 ([954e745](https://gitlab.coko.foundation///commit/954e745c2c46d1a184237e53249e006fbddabec3))

### [0.0.30](https://gitlab.coko.foundation///compare/v0.0.29...v0.0.30) (2022-07-14)

### Features

- **webpack:** add lang attribute to html, read from env, default en-US ([926dce3](https://gitlab.coko.foundation///commit/926dce35113134769c2c00842ce01ce0c3bb9a56))
- **webpack:** handle .svg files in the webpack config ([8880c01](https://gitlab.coko.foundation///commit/8880c01e2bb6c234d53521777ce0a9119522eafd))

### [0.0.29](https://gitlab.coko.foundation///compare/v0.0.28...v0.0.29) (2022-07-06)

### Features

- allow passing of apollo config function ([def2ecf](https://gitlab.coko.foundation///commit/def2ecfa12fe413a6323c9d261a0ed36a9fdf37c))

### [0.0.28](https://gitlab.coko.foundation///compare/v0.0.27...v0.0.28) (2022-06-26)

### Bug Fixes

- **components:** make nav component in layout optional ([ca8aaa4](https://gitlab.coko.foundation///commit/ca8aaa47a3122bc355dbacf15bcfa6fd2c656d3f))

### [0.0.27](https://gitlab.coko.foundation///compare/v0.0.26...v0.0.27) (2022-06-26)

### Bug Fixes

- **components:** fix require auth user query prop type ([47a4ab2](https://gitlab.coko.foundation///commit/47a4ab2e10320484a9d9705209dd6d52ba3e4753))
- **components:** pass classname prop to page layout ([5f8d32c](https://gitlab.coko.foundation///commit/5f8d32c1d1e487131d7839715fdc978cb5e2325f))

### [0.0.26](https://gitlab.coko.foundation///compare/v0.0.25...v0.0.26) (2022-05-29)

### Features

- **components:** allow custom current user query ([6240412](https://gitlab.coko.foundation///commit/62404123ff450d5500f39fb74ef0ffc5703269fe))

### [0.0.25](https://gitlab.coko.foundation///compare/v0.0.24...v0.0.25) (2022-05-28)

### Features

- **components:** handle correct login but identity not verified ([6f8b8c1](https://gitlab.coko.foundation///commit/6f8b8c1626e381e02399e05bc0034763339ac438))

### [0.0.24](https://gitlab.coko.foundation///compare/v0.0.23...v0.0.24) (2022-05-28)

### Features

- **components:** add require auth component ([13dd1e6](https://gitlab.coko.foundation///commit/13dd1e6137ed24932a921ecfb26db6b795fbe0f2))

### [0.0.23](https://gitlab.coko.foundation///compare/v0.0.22...v0.0.23) (2021-07-19)

### [0.0.22](https://gitlab.coko.foundation///compare/v0.0.21...v0.0.22) (2021-07-19)

### Bug Fixes

- **webpack:** add babel plugin transform runtime ([6199971](https://gitlab.coko.foundation///commit/6199971889ee3556f4cd6f95a433d2221d1817a6))

### [0.0.21](https://gitlab.coko.foundation///compare/v0.0.20...v0.0.21) (2021-07-15)

### Bug Fixes

- **theme:** fix dynamic theme loading of ant vars ([780ef8a](https://gitlab.coko.foundation///commit/780ef8a77452683a4a10f7a742ba173c24952907))

### [0.0.20](https://gitlab.coko.foundation///compare/v0.0.19...v0.0.20) (2021-07-14)

### Bug Fixes

- move antd to dependencies ([72a09dc](https://gitlab.coko.foundation///commit/72a09dc778d2d7c98a348148e374e7ef8dea173e))

### [0.0.19](https://gitlab.coko.foundation///compare/v0.0.18...v0.0.19) (2021-06-09)

### Features

- **theme:** remove theme from env vars ([7bd0c7e](https://gitlab.coko.foundation///commit/7bd0c7eb870c5a3467b99b81e97f8eeb72a56a63))

### [0.0.18](https://gitlab.coko.foundation///compare/v0.0.17...v0.0.18) (2021-06-08)

### [0.0.17](https://gitlab.coko.foundation///compare/v0.0.16...v0.0.17) (2021-06-08)

### Features

- **webpack:** less variable live reloading ([a43e30e](https://gitlab.coko.foundation///commit/a43e30e172fcde23230308ee597dc804e246a3ec))

### [0.0.16](https://gitlab.coko.foundation///compare/v0.0.15...v0.0.16) (2021-06-08)

### [0.0.15](https://gitlab.coko.foundation///compare/v0.0.14...v0.0.15) (2021-06-08)

### [0.0.14](https://gitlab.coko.foundation///compare/v0.0.13...v0.0.14) (2021-06-08)

### [0.0.13](https://gitlab.coko.foundation///compare/v0.0.12...v0.0.13) (2021-05-08)

### Features

- export ui toolkit helpers ([b58da8b](https://gitlab.coko.foundation///commit/b58da8b75f8263557664cd108c52e5733bd9ff5d))

### [0.0.12](https://gitlab.coko.foundation///compare/v0.0.11...v0.0.12) (2021-05-08)

### Features

- **webpack:** add antd support ([6426fdd](https://gitlab.coko.foundation///commit/6426fdd1d710c250c58637c2845428c8ed8566c4))

### [0.0.11](https://gitlab.coko.foundation///compare/v0.0.10...v0.0.11) (2021-05-05)

### Bug Fixes

- **webpack:** correct known environment variables list ([17abc46](https://gitlab.coko.foundation///commit/17abc46ab63a59eacfa96bda20807d493441a8c5))
- **webpack:** fix webpack fast refresh dnd issue ([2ab0790](https://gitlab.coko.foundation///commit/2ab0790dbc2997886cd3affd30227873643f489f))

### [0.0.10](https://gitlab.coko.foundation///compare/v0.0.9...v0.0.10) (2021-04-18)

### Bug Fixes

- **webpack:** do not use depecrated url-loader in config ([f541a19](https://gitlab.coko.foundation///commit/f541a19edace3ada8f2bdbb7a58bdd7fc0b79401))
- **webpack:** make fast-refresh opt-in ([9072727](https://gitlab.coko.foundation///commit/90727271503f23e0fa4acbbf0c76c7a7f8648ef1))

### [0.0.9](https://gitlab.coko.foundation///compare/v0.0.8...v0.0.9) (2021-04-15)

### Bug Fixes

- **webpack:** fix clashing dependencies ([0c18063](https://gitlab.coko.foundation///commit/0c18063aacb3d55e564306025bb43b075e7a1a3b))

### [0.0.8](https://gitlab.coko.foundation///compare/v0.0.7...v0.0.8) (2021-04-12)

### Features

- add react fast refresh to webpack ([603e34f](https://gitlab.coko.foundation///commit/603e34f1a49f8bc00d70d78c01156464c25c2dbd))
- webpack in client first attempt ([f0de968](https://gitlab.coko.foundation///commit/f0de968683c5e21b5ce4f8a3705611e6254acbaf))
- **theme:** add colorDisabled variable ([91267e5](https://gitlab.coko.foundation///commit/91267e5074fd96b9ec3e9983aa8be1c4c00c37d3))
- **webpack:** fix production build ([96de23a](https://gitlab.coko.foundation///commit/96de23a198ece7b73b8e00146ba3d9c6eb662766))

### Bug Fixes

- do not compile webpack and scripts folders ([7a0f5ee](https://gitlab.coko.foundation///commit/7a0f5eea140cbdb882b702c523d9eec9bfd14333))
- **webpack:** add ouput section to config ([91dc3d6](https://gitlab.coko.foundation///commit/91dc3d6489ea5111d2feb07d19dec6c98c831b71))
- **webpack:** use babel config instead of babelrc ([779c11b](https://gitlab.coko.foundation///commit/779c11b508def724cf0e60236bbbb649daf41e4f))

### [0.0.7](https://gitlab.coko.foundation///compare/v0.0.6...v0.0.7) (2021-01-10)

### Features

- **components:** make page padding and fade in optional ([51f5747](https://gitlab.coko.foundation///commit/51f57477ec0b738ba74d180ab5ce6f0e33f5a41d))

### [0.0.6](https://gitlab.coko.foundation///compare/v0.0.5...v0.0.6) (2021-01-09)

### Features

- publish transpiled code ([49a78f3](https://gitlab.coko.foundation///commit/49a78f303c16dcfb4280d7059812d83cc9b438d7))

### [0.0.5](https://gitlab.coko.foundation///compare/v0.0.4...v0.0.5) (2021-01-09)

### Features

- **components:** add layout with navigation bar component ([4edfc39](https://gitlab.coko.foundation///commit/4edfc390033ced217f1f29731fbd122f440717fc))

### [0.0.4](https://gitlab.coko.foundation///compare/v0.0.3...v0.0.4) (2020-11-08)

### Bug Fixes

- **theme:** remove breaking animation ([343be99](https://gitlab.coko.foundation///commit/343be9935350e25b67826157dccec5db3f616229))

### [0.0.3](https://gitlab.coko.foundation///compare/v0.0.2...v0.0.3) (2020-11-01)

### Features

- **theme:** export theme ([87837ba](https://gitlab.coko.foundation///commit/87837badf3d4df3e25b683dee89e92db2c3fbec3))

### 0.0.2 (2020-11-01)

### Features

- **theme:** add theme variables and overrides ([06456af](https://gitlab.coko.foundation///commit/06456af9df6c758768744bd366d57a586b16bed3))
