diff --git a/.fliegdocrc.js b/.fliegdocrc.js index 0b7c19fd6..fdd3913f3 100644 --- a/.fliegdocrc.js +++ b/.fliegdocrc.js @@ -36,7 +36,7 @@ module.exports = { ], title: 'Telestion Client Monorepo', externalLinks: { - GitHub: 'https://github.com/TelestionTeam/telestion-client/', + GitHub: 'https://github.com/wuespace/telestion-client/', Homepage: 'https://telestion.wuespace.de/', 'React Spectrum Libraries': 'https://react-spectrum.adobe.com/', 'Legal Notice': 'https://www.wuespace.de/legal-notice/' diff --git a/.storybook/index.css b/.storybook/index.css index ba42bb60e..e2a0c6041 100644 --- a/.storybook/index.css +++ b/.storybook/index.css @@ -7,8 +7,8 @@ html { margin: 0; } -input + svg, -button svg { +button svg, +input + svg { padding-right: 0 !important; padding-left: 0 !important; } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fce33887..20c5c445a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,21 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -### [0.12.1](https://github.com/TelestionTeam/telestion-client/compare/v0.12.0...v0.12.1) (2021-04-09) +### [0.12.1](https://github.com/wuespace/telestion-client/compare/v0.12.0...v0.12.1) (2021-04-09) ### Bug Fixes -* **event-bus:** Fix message and callback handling and add additional logging options ([84bb838](https://github.com/TelestionTeam/telestion-client/commit/84bb838f82bc6310f6a20f77d308fdc1acc2cb65)) +* **event-bus:** Fix message and callback handling and add additional logging options ([84bb838](https://github.com/wuespace/telestion-client/commit/84bb838f82bc6310f6a20f77d308fdc1acc2cb65)) -## [0.12.0](https://github.com/TelestionTeam/telestion-client/compare/v0.11.2...v0.12.0) (2021-04-08) +## [0.12.0](https://github.com/wuespace/telestion-client/compare/v0.11.2...v0.12.0) (2021-04-08) ### ⚠ BREAKING CHANGES -* **event-bus:** Numerous changes, please see https://github.com/TelestionTeam/telestion-client/wiki/v0.12-Migration-Guide +* **event-bus:** Numerous changes, please see https://github.com/wuespace/telestion-client/wiki/v0.12-Migration-Guide * **types:** The error message is no longer addressable. * The minimum required node version for all packages is now Node v14! * **mock-server:** The listen function now requires an object as argument which contains the port and hostname as properties. @@ -53,133 +53,133 @@ return

Waiting for incoming data

; ### Features -* **common:** Enhance loading indicator component ([#350](https://github.com/TelestionTeam/telestion-client/issues/350)) ([82d07f1](https://github.com/TelestionTeam/telestion-client/commit/82d07f14a28e802d301f78e516f619a6bb339a6a)) -* **event-bus:** Implement basic event bus as first part of the refactoring process ([d8ccc73](https://github.com/TelestionTeam/telestion-client/commit/d8ccc73801459a2994ed4195a99f39547598d708)) -* **event-bus:** Rewrite Vert.x Event Bus ([8d83dec](https://github.com/TelestionTeam/telestion-client/commit/8d83decff975cbeb0f1bc4c85c88211642ea015e)) -* **mock-server:** Add close function ([3e0b5a8](https://github.com/TelestionTeam/telestion-client/commit/3e0b5a8c704e45911e7c17cd762cc082dbb7900f)) -* **mock-server:** Add logger option to constructor and clean up some internals ([cefceae](https://github.com/TelestionTeam/telestion-client/commit/cefceaeb1c76cc0fc8a5c72b4d92c1911b47da63)) -* **mock-server:** First full implementation ([7461df5](https://github.com/TelestionTeam/telestion-client/commit/7461df52eccaad3740b80a5c0fcc871704b72d42)) -* **types:** The error message now extends from base message ([a8f17dd](https://github.com/TelestionTeam/telestion-client/commit/a8f17dd4d468f9ae250b4e105d7175a56aa63f1b)) -* Specify minimum node version in all packages and update workflows to use npm v7 as default ([b727223](https://github.com/TelestionTeam/telestion-client/commit/b72722326ce8b88f42ad2c16ddbd60991e2c8b72)) -* **mock-server:** Add protected method to get all connections ([cf9e267](https://github.com/TelestionTeam/telestion-client/commit/cf9e2677baa92fe7822a5f5cbc37ec29b7130da5)) +* **common:** Enhance loading indicator component ([#350](https://github.com/wuespace/telestion-client/issues/350)) ([82d07f1](https://github.com/wuespace/telestion-client/commit/82d07f14a28e802d301f78e516f619a6bb339a6a)) +* **event-bus:** Implement basic event bus as first part of the refactoring process ([d8ccc73](https://github.com/wuespace/telestion-client/commit/d8ccc73801459a2994ed4195a99f39547598d708)) +* **event-bus:** Rewrite Vert.x Event Bus ([8d83dec](https://github.com/wuespace/telestion-client/commit/8d83decff975cbeb0f1bc4c85c88211642ea015e)) +* **mock-server:** Add close function ([3e0b5a8](https://github.com/wuespace/telestion-client/commit/3e0b5a8c704e45911e7c17cd762cc082dbb7900f)) +* **mock-server:** Add logger option to constructor and clean up some internals ([cefceae](https://github.com/wuespace/telestion-client/commit/cefceaeb1c76cc0fc8a5c72b4d92c1911b47da63)) +* **mock-server:** First full implementation ([7461df5](https://github.com/wuespace/telestion-client/commit/7461df52eccaad3740b80a5c0fcc871704b72d42)) +* **types:** The error message now extends from base message ([a8f17dd](https://github.com/wuespace/telestion-client/commit/a8f17dd4d468f9ae250b4e105d7175a56aa63f1b)) +* Specify minimum node version in all packages and update workflows to use npm v7 as default ([b727223](https://github.com/wuespace/telestion-client/commit/b72722326ce8b88f42ad2c16ddbd60991e2c8b72)) +* **mock-server:** Add protected method to get all connections ([cf9e267](https://github.com/wuespace/telestion-client/commit/cf9e2677baa92fe7822a5f5cbc37ec29b7130da5)) ### Bug Fixes -* **cli:** Init: npm install command to be compatible with npm v7 ([c81b35e](https://github.com/TelestionTeam/telestion-client/commit/c81b35e27fe9bbdcdc82498701a3fd3cb59bba18)) -* **core:** Fix breaking changes ([b6551c3](https://github.com/TelestionTeam/telestion-client/commit/b6551c3c388db5bf78da385a1a52d8f526f04970)) -* **deps:** Fix issues with react-spectrum v3.9 ([14bcfe4](https://github.com/TelestionTeam/telestion-client/commit/14bcfe444504fc744f6c8f38b4bf6a5c474da847)) -* **mock-server:** Fix breaking changes ([eab07d3](https://github.com/TelestionTeam/telestion-client/commit/eab07d33567cb8c2bd759083dd2e5c2db6a4d9b6)) +* **cli:** Init: npm install command to be compatible with npm v7 ([c81b35e](https://github.com/wuespace/telestion-client/commit/c81b35e27fe9bbdcdc82498701a3fd3cb59bba18)) +* **core:** Fix breaking changes ([b6551c3](https://github.com/wuespace/telestion-client/commit/b6551c3c388db5bf78da385a1a52d8f526f04970)) +* **deps:** Fix issues with react-spectrum v3.9 ([14bcfe4](https://github.com/wuespace/telestion-client/commit/14bcfe444504fc744f6c8f38b4bf6a5c474da847)) +* **mock-server:** Fix breaking changes ([eab07d3](https://github.com/wuespace/telestion-client/commit/eab07d33567cb8c2bd759083dd2e5c2db6a4d9b6)) ### Documentation Changes -* **event-bus:** Document basic event bus ([395e677](https://github.com/TelestionTeam/telestion-client/commit/395e6778af0ed6ab9f4b5ba121135fd0099d3f39)) -* **mock-server:** Document all methods ([e0127e5](https://github.com/TelestionTeam/telestion-client/commit/e0127e5b2e393d8d321e474b1eb47362cd24e98d)) +* **event-bus:** Document basic event bus ([395e677](https://github.com/wuespace/telestion-client/commit/395e6778af0ed6ab9f4b5ba121135fd0099d3f39)) +* **mock-server:** Document all methods ([e0127e5](https://github.com/wuespace/telestion-client/commit/e0127e5b2e393d8d321e474b1eb47362cd24e98d)) -### [0.11.2](https://github.com/TelestionTeam/telestion-client/compare/v0.11.1...v0.11.2) (2021-03-09) +### [0.11.2](https://github.com/wuespace/telestion-client/compare/v0.11.1...v0.11.2) (2021-03-09) ### Bug Fixes -* **types:** Allow undefined in generic props for widgets ([450bd38](https://github.com/TelestionTeam/telestion-client/commit/450bd38abb3255ebfe339f08f70a8f358b91f076)) +* **types:** Allow undefined in generic props for widgets ([450bd38](https://github.com/wuespace/telestion-client/commit/450bd38abb3255ebfe339f08f70a8f358b91f076)) -### [0.11.1](https://github.com/TelestionTeam/telestion-client/compare/v0.11.0...v0.11.1) (2021-03-01) +### [0.11.1](https://github.com/wuespace/telestion-client/compare/v0.11.0...v0.11.1) (2021-03-01) ### Bug Fixes -* **types:** Add possible types to JSON serializable in object and array ([455a708](https://github.com/TelestionTeam/telestion-client/commit/455a708ae8118be9af9b8a79f4d5ec5500260bc9)) +* **types:** Add possible types to JSON serializable in object and array ([455a708](https://github.com/wuespace/telestion-client/commit/455a708ae8118be9af9b8a79f4d5ec5500260bc9)) -## [0.11.0](https://github.com/TelestionTeam/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28) +## [0.11.0](https://github.com/wuespace/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28) ### Features -* **common:** Add keyboard controls to the `LoginForm` component ([7fe4f3b](https://github.com/TelestionTeam/telestion-client/commit/7fe4f3b21449a2e86c06054380da094ec9865cac)), closes [#364](https://github.com/TelestionTeam/telestion-client/issues/364) +* **common:** Add keyboard controls to the `LoginForm` component ([7fe4f3b](https://github.com/wuespace/telestion-client/commit/7fe4f3b21449a2e86c06054380da094ec9865cac)), closes [#364](https://github.com/wuespace/telestion-client/issues/364) ### Bug Fixes -* **common:** Fix types of `LoadingIndicator` ([1885d07](https://github.com/TelestionTeam/telestion-client/commit/1885d0741489e364545c619524ef35ede8708c50)) +* **common:** Fix types of `LoadingIndicator` ([1885d07](https://github.com/wuespace/telestion-client/commit/1885d0741489e364545c619524ef35ede8708c50)) ### Documentation Changes -* Add legal notice link to documentation ([e72ff14](https://github.com/TelestionTeam/telestion-client/commit/e72ff14e235a34f27a017aecd0f5c40d7db808e7)) +* Add legal notice link to documentation ([e72ff14](https://github.com/wuespace/telestion-client/commit/e72ff14e235a34f27a017aecd0f5c40d7db808e7)) -### [0.10.1](https://github.com/TelestionTeam/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27) +### [0.10.1](https://github.com/wuespace/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27) ### Bug Fixes -* **common:** Fix tabs in `NavBar` to adjust to new header height introduced in 555b9a1fd212a580ca23d151247ad94216a81384 ([7309a86](https://github.com/TelestionTeam/telestion-client/commit/7309a8658513647dd432ffc27995cbe444024ee2)) -* **common:** Reduce header height (from `size-700` to `size-600`) to abide by Spectrum guidelines and fix layout issues with tabs in the `NavBar` component ([6c99744](https://github.com/TelestionTeam/telestion-client/commit/6c99744a9b0e8bfa3365b58c7f4ffb7d3fd0eb56)) -* **common:** Reduce size of `AppLogo` from `size-500` to `size-400` to adjust to the different header height introduced in 555b9a1fd212a580ca23d151247ad94216a81384 ([844fa9f](https://github.com/TelestionTeam/telestion-client/commit/844fa9f8daa2c9fc0313cd08cdd42decdd686d0f)) -* **deps:** Regenerate package-lock.json to fix compatibility issues with React Spectrum 3.8 ([1fcc9d3](https://github.com/TelestionTeam/telestion-client/commit/1fcc9d318941912be61da5b612bb19412e551a1e)) +* **common:** Fix tabs in `NavBar` to adjust to new header height introduced in 555b9a1fd212a580ca23d151247ad94216a81384 ([7309a86](https://github.com/wuespace/telestion-client/commit/7309a8658513647dd432ffc27995cbe444024ee2)) +* **common:** Reduce header height (from `size-700` to `size-600`) to abide by Spectrum guidelines and fix layout issues with tabs in the `NavBar` component ([6c99744](https://github.com/wuespace/telestion-client/commit/6c99744a9b0e8bfa3365b58c7f4ffb7d3fd0eb56)) +* **common:** Reduce size of `AppLogo` from `size-500` to `size-400` to adjust to the different header height introduced in 555b9a1fd212a580ca23d151247ad94216a81384 ([844fa9f](https://github.com/wuespace/telestion-client/commit/844fa9f8daa2c9fc0313cd08cdd42decdd686d0f)) +* **deps:** Regenerate package-lock.json to fix compatibility issues with React Spectrum 3.8 ([1fcc9d3](https://github.com/wuespace/telestion-client/commit/1fcc9d318941912be61da5b612bb19412e551a1e)) -## [0.10.0](https://github.com/TelestionTeam/telestion-client/compare/v0.9.0...v0.10.0) (2021-02-23) +## [0.10.0](https://github.com/wuespace/telestion-client/compare/v0.9.0...v0.10.0) (2021-02-23) ### Features -* **common:** Add `overrideState` to `ConnectionIndicator` for debugging purposes ([92492fa](https://github.com/TelestionTeam/telestion-client/commit/92492faaa32a90595e3f511b6affdf62d4df23a3)) +* **common:** Add `overrideState` to `ConnectionIndicator` for debugging purposes ([92492fa](https://github.com/wuespace/telestion-client/commit/92492faaa32a90595e3f511b6affdf62d4df23a3)) ### Bug Fixes -* **common:** Fix Dashboard rendering issues ([73afae2](https://github.com/TelestionTeam/telestion-client/commit/73afae2104247843cd81fce6742cc41d4a59148c)) +* **common:** Fix Dashboard rendering issues ([73afae2](https://github.com/wuespace/telestion-client/commit/73afae2104247843cd81fce6742cc41d4a59148c)) ### Documentation Changes -* Add template CSS rules to Storybook stories ([ab41e1c](https://github.com/TelestionTeam/telestion-client/commit/ab41e1cd596e8f64963eb4410b3333e2297a54c0)) -* Document new storybook-internal component folders in package `README.md`s ([89e8754](https://github.com/TelestionTeam/telestion-client/commit/89e8754a8ee9501fd5da0c6eaac0e19a87ba085e)) -* Improve storybook stories ([4b662bf](https://github.com/TelestionTeam/telestion-client/commit/4b662bf12e60b6217e9487dee7bf45dc0940198b)) -* **common:** Add storybook stories for `AccountControls` and `NavBar` ([b6c73d5](https://github.com/TelestionTeam/telestion-client/commit/b6c73d56dd62eb2f198e71cf08c998fbf77bd013)) -* **common:** Add storybook stories for `Actions`, `NotificationAction`, `ColorSchemeAction`, `FullscreenAction`, and `ActionDivider`. ([ea47787](https://github.com/TelestionTeam/telestion-client/commit/ea4778767db4ddf0bd15d1565adf21fa316627b8)) -* **common:** Add storybook stories for `CommonWrapper` and `AppLogo` ([29b408c](https://github.com/TelestionTeam/telestion-client/commit/29b408c0398666ce54e87e6fb5f23ce7f6e9c202)) -* **common:** Add storybook stories for `ConnectionIndicator` ([346096a](https://github.com/TelestionTeam/telestion-client/commit/346096a3fa664b62d036f4e3ab73bb9d05fc0c6a)) -* **common:** Add storybook stories for `DashboardPicker` ([5aab481](https://github.com/TelestionTeam/telestion-client/commit/5aab481a8736271c0c74e3b79f42a5fa2d406f1b)) -* **common:** Add storybook stories for `Header` ([2574afa](https://github.com/TelestionTeam/telestion-client/commit/2574afa6b921b5156fe065d8f9214f8e3ec941e6)) -* **common:** Fix storybook stories for `AccountControls` ([ce373af](https://github.com/TelestionTeam/telestion-client/commit/ce373af071603c30998c46809fb50ac7b8709c52)) -* **common:** Fix storybook stories for `AccountControls` and `NavBar` ([4edd201](https://github.com/TelestionTeam/telestion-client/commit/4edd2016490588cefd83c64a66d1a38a882dec0c)) -* **common:** Fix storybook stories for `Actions` ([476607c](https://github.com/TelestionTeam/telestion-client/commit/476607c8ee0800af4458a766059b36b8aed3c27a)) -* **common:** Improve storybook stories ([1cd24d1](https://github.com/TelestionTeam/telestion-client/commit/1cd24d1842d981d4dae026092062520d84b2672f)) -* **core:** Add storybook stories for `DashboardPage`, `LoginPage`, and `NotFoundPage` ([7c38682](https://github.com/TelestionTeam/telestion-client/commit/7c38682d7fb88a59146434463a5e0400d6d1f1a2)) -* **core:** Add storybook stories for `LoadingIndicator` ([ebb96ce](https://github.com/TelestionTeam/telestion-client/commit/ebb96cebc79efa81871d4c7460c7c9d916f97564)) -* **core:** Add storybook stories for `LoginDescription`, `LoginForm`, `LoginLogo`, and `LoginTitle` ([69c8c4a](https://github.com/TelestionTeam/telestion-client/commit/69c8c4a59a9b1292ddec9e15f5b7b7b8127e4e61)) -* **core:** Improve storybook stories for `TelestionClient` ([dfdc8e1](https://github.com/TelestionTeam/telestion-client/commit/dfdc8e1c04a914dd753793623f9cc51fa49cfaa3)) +* Add template CSS rules to Storybook stories ([ab41e1c](https://github.com/wuespace/telestion-client/commit/ab41e1cd596e8f64963eb4410b3333e2297a54c0)) +* Document new storybook-internal component folders in package `README.md`s ([89e8754](https://github.com/wuespace/telestion-client/commit/89e8754a8ee9501fd5da0c6eaac0e19a87ba085e)) +* Improve storybook stories ([4b662bf](https://github.com/wuespace/telestion-client/commit/4b662bf12e60b6217e9487dee7bf45dc0940198b)) +* **common:** Add storybook stories for `AccountControls` and `NavBar` ([b6c73d5](https://github.com/wuespace/telestion-client/commit/b6c73d56dd62eb2f198e71cf08c998fbf77bd013)) +* **common:** Add storybook stories for `Actions`, `NotificationAction`, `ColorSchemeAction`, `FullscreenAction`, and `ActionDivider`. ([ea47787](https://github.com/wuespace/telestion-client/commit/ea4778767db4ddf0bd15d1565adf21fa316627b8)) +* **common:** Add storybook stories for `CommonWrapper` and `AppLogo` ([29b408c](https://github.com/wuespace/telestion-client/commit/29b408c0398666ce54e87e6fb5f23ce7f6e9c202)) +* **common:** Add storybook stories for `ConnectionIndicator` ([346096a](https://github.com/wuespace/telestion-client/commit/346096a3fa664b62d036f4e3ab73bb9d05fc0c6a)) +* **common:** Add storybook stories for `DashboardPicker` ([5aab481](https://github.com/wuespace/telestion-client/commit/5aab481a8736271c0c74e3b79f42a5fa2d406f1b)) +* **common:** Add storybook stories for `Header` ([2574afa](https://github.com/wuespace/telestion-client/commit/2574afa6b921b5156fe065d8f9214f8e3ec941e6)) +* **common:** Fix storybook stories for `AccountControls` ([ce373af](https://github.com/wuespace/telestion-client/commit/ce373af071603c30998c46809fb50ac7b8709c52)) +* **common:** Fix storybook stories for `AccountControls` and `NavBar` ([4edd201](https://github.com/wuespace/telestion-client/commit/4edd2016490588cefd83c64a66d1a38a882dec0c)) +* **common:** Fix storybook stories for `Actions` ([476607c](https://github.com/wuespace/telestion-client/commit/476607c8ee0800af4458a766059b36b8aed3c27a)) +* **common:** Improve storybook stories ([1cd24d1](https://github.com/wuespace/telestion-client/commit/1cd24d1842d981d4dae026092062520d84b2672f)) +* **core:** Add storybook stories for `DashboardPage`, `LoginPage`, and `NotFoundPage` ([7c38682](https://github.com/wuespace/telestion-client/commit/7c38682d7fb88a59146434463a5e0400d6d1f1a2)) +* **core:** Add storybook stories for `LoadingIndicator` ([ebb96ce](https://github.com/wuespace/telestion-client/commit/ebb96cebc79efa81871d4c7460c7c9d916f97564)) +* **core:** Add storybook stories for `LoginDescription`, `LoginForm`, `LoginLogo`, and `LoginTitle` ([69c8c4a](https://github.com/wuespace/telestion-client/commit/69c8c4a59a9b1292ddec9e15f5b7b7b8127e4e61)) +* **core:** Improve storybook stories for `TelestionClient` ([dfdc8e1](https://github.com/wuespace/telestion-client/commit/dfdc8e1c04a914dd753793623f9cc51fa49cfaa3)) -## [0.9.0](https://github.com/TelestionTeam/telestion-client/compare/v0.8.0...v0.9.0) (2021-02-09) +## [0.9.0](https://github.com/wuespace/telestion-client/compare/v0.8.0...v0.9.0) (2021-02-09) ### Features -* **mock-server:** Make event bus and http server instances protected so extending classes can use them ([9c6f6ff](https://github.com/TelestionTeam/telestion-client/commit/9c6f6ff84d794559d54ae5f362ce4befe0ecec30)) -* **mock-server:** The prefix and the hostname are now customizable ([467187d](https://github.com/TelestionTeam/telestion-client/commit/467187d380adf62f5e43afa1c7006f56591970f2)) +* **mock-server:** Make event bus and http server instances protected so extending classes can use them ([9c6f6ff](https://github.com/wuespace/telestion-client/commit/9c6f6ff84d794559d54ae5f362ce4befe0ecec30)) +* **mock-server:** The prefix and the hostname are now customizable ([467187d](https://github.com/wuespace/telestion-client/commit/467187d380adf62f5e43afa1c7006f56591970f2)) ### Bug Fixes -* **mock-server:** The SockJS instance now uses the right prefix ([3192dd3](https://github.com/TelestionTeam/telestion-client/commit/3192dd3b3825fc88f9e21e66740fc2b866f45c5f)) -* **template:** Add browserslist to package.json to allow immediate start of development build ([0cf4d47](https://github.com/TelestionTeam/telestion-client/commit/0cf4d4702a93fb41cc5fc9deeaafc272aa3c4c7c)) +* **mock-server:** The SockJS instance now uses the right prefix ([3192dd3](https://github.com/wuespace/telestion-client/commit/3192dd3b3825fc88f9e21e66740fc2b866f45c5f)) +* **template:** Add browserslist to package.json to allow immediate start of development build ([0cf4d47](https://github.com/wuespace/telestion-client/commit/0cf4d4702a93fb41cc5fc9deeaafc272aa3c4c7c)) -## [0.8.0](https://github.com/TelestionTeam/telestion-client/compare/v0.7.1...v0.8.0) (2021-02-08) +## [0.8.0](https://github.com/wuespace/telestion-client/compare/v0.7.1...v0.8.0) (2021-02-08) ### ⚠ BREAKING CHANGES @@ -211,56 +211,56 @@ return

Waiting for incoming data

; ### Features -* **cli:** `tc-cli build` command implementation ([6de3183](https://github.com/TelestionTeam/telestion-client/commit/6de318393c2713a16510ecd07b56cdea22953288)), closes [#263](https://github.com/TelestionTeam/telestion-client/issues/263) -* **cli:** Add configuration file parsing to the CLI ([f2760e3](https://github.com/TelestionTeam/telestion-client/commit/f2760e3f0c377c2cc9c9b409d71460db68927581)) -* **cli:** Add Electron Main Process Plugin system ([05ba70c](https://github.com/TelestionTeam/telestion-client/commit/05ba70c6aa67153b31422d49e2f4603d57ac168d)) -* **cli:** Compile and run the actual Electron app and use Craco in `tc-cli start --electron` ([05ee18b](https://github.com/TelestionTeam/telestion-client/commit/05ee18b752515838d6d53f6a64d682a775e3de50)) -* **cli:** Expose programmatic APIs for common CLI lib functions ([d266ad0](https://github.com/TelestionTeam/telestion-client/commit/d266ad0da902774a0c62b33725bbf731d90a9ecd)) -* **cli:** Show files generated by electron-builder in `tc-cli build` ([b1fbd3d](https://github.com/TelestionTeam/telestion-client/commit/b1fbd3dd949c328853fba9add1d5b5b734c40328)) -* **template:** Add `@wuespace/telestion-client-prop-types` as default dependency of newly initialized PSC projects ([3d7d4ec](https://github.com/TelestionTeam/telestion-client/commit/3d7d4ec6e504e3568d66feee5789c76c259f0367)) -* **template:** Add prettier in template for new PSCs ([3165a18](https://github.com/TelestionTeam/telestion-client/commit/3165a1833e7d8aa77638522d66db23dd229ef6f0)) +* **cli:** `tc-cli build` command implementation ([6de3183](https://github.com/wuespace/telestion-client/commit/6de318393c2713a16510ecd07b56cdea22953288)), closes [#263](https://github.com/wuespace/telestion-client/issues/263) +* **cli:** Add configuration file parsing to the CLI ([f2760e3](https://github.com/wuespace/telestion-client/commit/f2760e3f0c377c2cc9c9b409d71460db68927581)) +* **cli:** Add Electron Main Process Plugin system ([05ba70c](https://github.com/wuespace/telestion-client/commit/05ba70c6aa67153b31422d49e2f4603d57ac168d)) +* **cli:** Compile and run the actual Electron app and use Craco in `tc-cli start --electron` ([05ee18b](https://github.com/wuespace/telestion-client/commit/05ee18b752515838d6d53f6a64d682a775e3de50)) +* **cli:** Expose programmatic APIs for common CLI lib functions ([d266ad0](https://github.com/wuespace/telestion-client/commit/d266ad0da902774a0c62b33725bbf731d90a9ecd)) +* **cli:** Show files generated by electron-builder in `tc-cli build` ([b1fbd3d](https://github.com/wuespace/telestion-client/commit/b1fbd3dd949c328853fba9add1d5b5b734c40328)) +* **template:** Add `@wuespace/telestion-client-prop-types` as default dependency of newly initialized PSC projects ([3d7d4ec](https://github.com/wuespace/telestion-client/commit/3d7d4ec6e504e3568d66feee5789c76c259f0367)) +* **template:** Add prettier in template for new PSCs ([3165a18](https://github.com/wuespace/telestion-client/commit/3165a1833e7d8aa77638522d66db23dd229ef6f0)) ### Bug Fixes -* **cli:** Stop output `'DEBUG: '` for debug log entries ([1b57547](https://github.com/TelestionTeam/telestion-client/commit/1b57547d1a0d05e00c409fd90f136dc302492d45)) -* **deps:** Remove no-longer needed webpack-dev-server dependency from CLI ([d91dd48](https://github.com/TelestionTeam/telestion-client/commit/d91dd4888c838fbd750ba32895e5d7d9885e0e13)) -* **template:** Add `eslintConfig` to PSC package.json ([050664e](https://github.com/TelestionTeam/telestion-client/commit/050664ea4555c2ea01669e44e972de20e1783bc8)), closes [#305](https://github.com/TelestionTeam/telestion-client/issues/305) -* **template:** Add `homepage` specifier to PSC package.json ([b7ee792](https://github.com/TelestionTeam/telestion-client/commit/b7ee792083a6237b107808227c7bb8f70df317ab)) -* **template:** Fix `devDependencies` in template ([b01b2d5](https://github.com/TelestionTeam/telestion-client/commit/b01b2d5fecb2a30d7434af63a690cba8b8fa4dc0)) +* **cli:** Stop output `'DEBUG: '` for debug log entries ([1b57547](https://github.com/wuespace/telestion-client/commit/1b57547d1a0d05e00c409fd90f136dc302492d45)) +* **deps:** Remove no-longer needed webpack-dev-server dependency from CLI ([d91dd48](https://github.com/wuespace/telestion-client/commit/d91dd4888c838fbd750ba32895e5d7d9885e0e13)) +* **template:** Add `eslintConfig` to PSC package.json ([050664e](https://github.com/wuespace/telestion-client/commit/050664ea4555c2ea01669e44e972de20e1783bc8)), closes [#305](https://github.com/wuespace/telestion-client/issues/305) +* **template:** Add `homepage` specifier to PSC package.json ([b7ee792](https://github.com/wuespace/telestion-client/commit/b7ee792083a6237b107808227c7bb8f70df317ab)) +* **template:** Fix `devDependencies` in template ([b01b2d5](https://github.com/wuespace/telestion-client/commit/b01b2d5fecb2a30d7434af63a690cba8b8fa4dc0)) ### Documentation Changes -* WueSpace becomes WüSpace (a typo in previous commits) ([9c44d69](https://github.com/TelestionTeam/telestion-client/commit/9c44d696f0d5502ce5222a90011e892b8a7054c2)) -* **cli:** Add better code documentation for the `tc-cli build` library functions ([de37093](https://github.com/TelestionTeam/telestion-client/commit/de37093f64be5225cb0a864ff4ee4c3fe20e7f16)) -* **cli:** Improve wording in console output, doc comments, and function names ([e22e365](https://github.com/TelestionTeam/telestion-client/commit/e22e36545f55d0b37dabfd3221b26873764493d9)) -* **cli:** Update the package's README.md ([6b54f6f](https://github.com/TelestionTeam/telestion-client/commit/6b54f6fb40dc15e632dadaaaa77d910f567d5278)) -* **common:** Update the package's README.md ([52b36f1](https://github.com/TelestionTeam/telestion-client/commit/52b36f1e14379df6e179ea40966d0bc50ba59a2d)) -* **core:** Update the package's README.md ([f36fd06](https://github.com/TelestionTeam/telestion-client/commit/f36fd06cf06f631829656fb71e25b33d6502a994)) -* **mock-server:** Update the package's README.md ([035bfe6](https://github.com/TelestionTeam/telestion-client/commit/035bfe62219a387e0abb02ac77aaaaaf148326dc)) -* **prop-types:** Update the package's README.md ([59a1a0c](https://github.com/TelestionTeam/telestion-client/commit/59a1a0cb1b7689f3e15ed457897f1c43171b1dee)) -* **template:** Include project structure description in PSC README.md ([e3893cb](https://github.com/TelestionTeam/telestion-client/commit/e3893cbe5f54d7a75f07efc4418c320234aa4d96)) -* **template:** Update the package's README.md ([747efe1](https://github.com/TelestionTeam/telestion-client/commit/747efe117054e3b655e7ad9f5fa3cbcae5842a79)) -* **template:** Update the template's PSC README.md ([2d95652](https://github.com/TelestionTeam/telestion-client/commit/2d956527d80f08fef4ed07820dde25c0e8aef8b1)) -* **types:** Update the package's README.md ([81753df](https://github.com/TelestionTeam/telestion-client/commit/81753dfd4a8a86837aac62c9bb3701ed76159bea)) -* **vertx-event-bus:** Update the package's README.md ([cbb605a](https://github.com/TelestionTeam/telestion-client/commit/cbb605ad78a2015caa276ff9fdeac436b8dc6847)) -* Add contributing guidelines as its own file ([42d1783](https://github.com/TelestionTeam/telestion-client/commit/42d178364141da2fe38edd61a148268ac067ae95)) -* Revamp repository `README.md` ([8188653](https://github.com/TelestionTeam/telestion-client/commit/818865332fd2e07c5bc73db1ba7118324447eb95)) -* Use pure Markdown for the Contributors image in the README ([cb40ee8](https://github.com/TelestionTeam/telestion-client/commit/cb40ee85ee0289320f1279a577894d0fc1dd23e0)) +* WueSpace becomes WüSpace (a typo in previous commits) ([9c44d69](https://github.com/wuespace/telestion-client/commit/9c44d696f0d5502ce5222a90011e892b8a7054c2)) +* **cli:** Add better code documentation for the `tc-cli build` library functions ([de37093](https://github.com/wuespace/telestion-client/commit/de37093f64be5225cb0a864ff4ee4c3fe20e7f16)) +* **cli:** Improve wording in console output, doc comments, and function names ([e22e365](https://github.com/wuespace/telestion-client/commit/e22e36545f55d0b37dabfd3221b26873764493d9)) +* **cli:** Update the package's README.md ([6b54f6f](https://github.com/wuespace/telestion-client/commit/6b54f6fb40dc15e632dadaaaa77d910f567d5278)) +* **common:** Update the package's README.md ([52b36f1](https://github.com/wuespace/telestion-client/commit/52b36f1e14379df6e179ea40966d0bc50ba59a2d)) +* **core:** Update the package's README.md ([f36fd06](https://github.com/wuespace/telestion-client/commit/f36fd06cf06f631829656fb71e25b33d6502a994)) +* **mock-server:** Update the package's README.md ([035bfe6](https://github.com/wuespace/telestion-client/commit/035bfe62219a387e0abb02ac77aaaaaf148326dc)) +* **prop-types:** Update the package's README.md ([59a1a0c](https://github.com/wuespace/telestion-client/commit/59a1a0cb1b7689f3e15ed457897f1c43171b1dee)) +* **template:** Include project structure description in PSC README.md ([e3893cb](https://github.com/wuespace/telestion-client/commit/e3893cbe5f54d7a75f07efc4418c320234aa4d96)) +* **template:** Update the package's README.md ([747efe1](https://github.com/wuespace/telestion-client/commit/747efe117054e3b655e7ad9f5fa3cbcae5842a79)) +* **template:** Update the template's PSC README.md ([2d95652](https://github.com/wuespace/telestion-client/commit/2d956527d80f08fef4ed07820dde25c0e8aef8b1)) +* **types:** Update the package's README.md ([81753df](https://github.com/wuespace/telestion-client/commit/81753dfd4a8a86837aac62c9bb3701ed76159bea)) +* **vertx-event-bus:** Update the package's README.md ([cbb605a](https://github.com/wuespace/telestion-client/commit/cbb605ad78a2015caa276ff9fdeac436b8dc6847)) +* Add contributing guidelines as its own file ([42d1783](https://github.com/wuespace/telestion-client/commit/42d178364141da2fe38edd61a148268ac067ae95)) +* Revamp repository `README.md` ([8188653](https://github.com/wuespace/telestion-client/commit/818865332fd2e07c5bc73db1ba7118324447eb95)) +* Use pure Markdown for the Contributors image in the README ([cb40ee8](https://github.com/wuespace/telestion-client/commit/cb40ee85ee0289320f1279a577894d0fc1dd23e0)) -### [0.7.1](https://github.com/TelestionTeam/telestion-client/compare/v0.7.0...v0.7.1) (2021-02-06) +### [0.7.1](https://github.com/wuespace/telestion-client/compare/v0.7.0...v0.7.1) (2021-02-06) ### Bug Fixes -* **common:** Type Error in login description component ([ae8b07c](https://github.com/TelestionTeam/telestion-client/commit/ae8b07c719ac78e9c935d4712827ce644e4eb3a7)), closes [#303](https://github.com/TelestionTeam/telestion-client/issues/303) +* **common:** Type Error in login description component ([ae8b07c](https://github.com/wuespace/telestion-client/commit/ae8b07c719ac78e9c935d4712827ce644e4eb3a7)), closes [#303](https://github.com/wuespace/telestion-client/issues/303) -## [0.7.0](https://github.com/TelestionTeam/telestion-client/compare/v0.6.1...v0.7.0) (2021-02-06) +## [0.7.0](https://github.com/wuespace/telestion-client/compare/v0.6.1...v0.7.0) (2021-02-06) ### ⚠ BREAKING CHANGES @@ -271,89 +271,89 @@ In summary, replace `tc-cli start` with `tc-cli start -e` to keep the same behav ### Features -* **cli:** Add option to open the PSC in either an Electron window or a browser in `tc-cli start` ([5fd359c](https://github.com/TelestionTeam/telestion-client/commit/5fd359c6d5e04208be15c41e37a9c1612eb463b0)) -* **template:** Adjust PSC template's npm scripts to accommodate for new `tc-cli start` behavior ([95bc391](https://github.com/TelestionTeam/telestion-client/commit/95bc3915bc61253f94f250b563faa68a456a33c9)) +* **cli:** Add option to open the PSC in either an Electron window or a browser in `tc-cli start` ([5fd359c](https://github.com/wuespace/telestion-client/commit/5fd359c6d5e04208be15c41e37a9c1612eb463b0)) +* **template:** Adjust PSC template's npm scripts to accommodate for new `tc-cli start` behavior ([95bc391](https://github.com/wuespace/telestion-client/commit/95bc3915bc61253f94f250b563faa68a456a33c9)) ### Bug Fixes -* **cli:** Add files before commiting the initial commit in `tc-cli init` ([8e0ac3c](https://github.com/TelestionTeam/telestion-client/commit/8e0ac3c6963e79c3606283151a9bfcacc465a7b7)) -* **cli:** Fix `TypeError: Cannot read property 'message' of undefined` in `tc-cli init` command ([6f4d1a3](https://github.com/TelestionTeam/telestion-client/commit/6f4d1a376210f8ec368f1ad80f8b2f09bcf9d6f8)) -* **cli:** In `tc-cli stats`, fix reverted json to non-json output behavior. ([c2451c6](https://github.com/TelestionTeam/telestion-client/commit/c2451c6b4df1b998304aed80cdded8f5331ec17f)) +* **cli:** Add files before commiting the initial commit in `tc-cli init` ([8e0ac3c](https://github.com/wuespace/telestion-client/commit/8e0ac3c6963e79c3606283151a9bfcacc465a7b7)) +* **cli:** Fix `TypeError: Cannot read property 'message' of undefined` in `tc-cli init` command ([6f4d1a3](https://github.com/wuespace/telestion-client/commit/6f4d1a376210f8ec368f1ad80f8b2f09bcf9d6f8)) +* **cli:** In `tc-cli stats`, fix reverted json to non-json output behavior. ([c2451c6](https://github.com/wuespace/telestion-client/commit/c2451c6b4df1b998304aed80cdded8f5331ec17f)) ### Documentation Changes -* **common:** Add reference to props ([0083f67](https://github.com/TelestionTeam/telestion-client/commit/0083f67f8a18a847993808f830d6454fe32b8505)) -* **common:** Apply more suggestions from code review ([62754fa](https://github.com/TelestionTeam/telestion-client/commit/62754fa6c2604584ade2bed8b94424787f561066)) -* **common:** Apply suggestions from code review ([c0923c8](https://github.com/TelestionTeam/telestion-client/commit/c0923c8e53354b6673b38ce9b28e13dac1f91f28)) -* **common:** Document all page components ([e3400f7](https://github.com/TelestionTeam/telestion-client/commit/e3400f7780b3ad7b1c2b95fc2da95e9ecabcd879)) -* **common:** Document the account controls component ([859c640](https://github.com/TelestionTeam/telestion-client/commit/859c640576b7cb87774c6f0e0801824a79a234fd)) -* **common:** Document the action divider component ([b9a4cd1](https://github.com/TelestionTeam/telestion-client/commit/b9a4cd15908c0de3c3df1af4507f9e8c7394c3e7)) -* **common:** Document the avatar button component ([8c99c96](https://github.com/TelestionTeam/telestion-client/commit/8c99c96edc812535ddb84d49e3ad3277677347be)) -* **common:** Document the avatar menu component ([765bfb1](https://github.com/TelestionTeam/telestion-client/commit/765bfb17ab65fef6b81023a09e4895fc909d86a6)) -* **common:** Document the color scheme action component ([10db0be](https://github.com/TelestionTeam/telestion-client/commit/10db0be6651a3d810fdb5c242758b9c7d9debb40)) -* **common:** Document the dashboard component ([79dc52b](https://github.com/TelestionTeam/telestion-client/commit/79dc52bc72767a0fef43425c875e3e020145b7bb)) -* **common:** Document the dashboard picker component ([2d98394](https://github.com/TelestionTeam/telestion-client/commit/2d98394db9ddeb15c2a716193bd2d38d1885c854)) -* **common:** Document the fullscreen action component ([c505c16](https://github.com/TelestionTeam/telestion-client/commit/c505c16b0a5e8b4b23848ea9e7950e5edde027a3)) -* **common:** Document the header actions component ([497c7bd](https://github.com/TelestionTeam/telestion-client/commit/497c7bd3888002afa34ab38c959e9ee66e150bb1)) -* **common:** Document the no dashboards message component ([2b0c005](https://github.com/TelestionTeam/telestion-client/commit/2b0c00594559630a689c1d11dcbe7bea9cf52d70)) -* **common:** Document the not found message component ([9dee2d3](https://github.com/TelestionTeam/telestion-client/commit/9dee2d3d3af3ea46c02a1597baed0dc353dc321a)) -* **common:** Document the notification action component ([0cedf76](https://github.com/TelestionTeam/telestion-client/commit/0cedf768cd443ef4fec15b7b103c4432960e3a5f)) -* **common:** Document the overflow fix component ([db0ea7b](https://github.com/TelestionTeam/telestion-client/commit/db0ea7b9f2525e327559e9b9695ed85dba57f08c)) -* **common:** Document the status dialog component ([831db05](https://github.com/TelestionTeam/telestion-client/commit/831db056c1e3a19ffde11787b1f0b1c9f81c860b)) -* **common:** Document the use dashboard state hook ([8309e3c](https://github.com/TelestionTeam/telestion-client/commit/8309e3cfe1c15b8dacd5b0ad1dbc4f3086e51e1c)) -* **common:** Document the use nav bar state hook ([9b0a9b1](https://github.com/TelestionTeam/telestion-client/commit/9b0a9b1184d2584949cc0b875eda0775ccacc8c8)) -* **common:** Document the use status hook ([cb7e052](https://github.com/TelestionTeam/telestion-client/commit/cb7e052b3f182d869a0d28283e6f46d3bdd82f28)) -* **common:** Document the widget error message component ([2fab124](https://github.com/TelestionTeam/telestion-client/commit/2fab124da7716de0da51027a2709473a0607541f)) -* **common:** Document the widget renderer component ([d88e2ad](https://github.com/TelestionTeam/telestion-client/commit/d88e2ad02390e32f2332a48c480695f83af1f6eb)) - - - -### [0.6.1](https://github.com/TelestionTeam/telestion-client/compare/v0.6.0...v0.6.1) (2021-02-05) +* **common:** Add reference to props ([0083f67](https://github.com/wuespace/telestion-client/commit/0083f67f8a18a847993808f830d6454fe32b8505)) +* **common:** Apply more suggestions from code review ([62754fa](https://github.com/wuespace/telestion-client/commit/62754fa6c2604584ade2bed8b94424787f561066)) +* **common:** Apply suggestions from code review ([c0923c8](https://github.com/wuespace/telestion-client/commit/c0923c8e53354b6673b38ce9b28e13dac1f91f28)) +* **common:** Document all page components ([e3400f7](https://github.com/wuespace/telestion-client/commit/e3400f7780b3ad7b1c2b95fc2da95e9ecabcd879)) +* **common:** Document the account controls component ([859c640](https://github.com/wuespace/telestion-client/commit/859c640576b7cb87774c6f0e0801824a79a234fd)) +* **common:** Document the action divider component ([b9a4cd1](https://github.com/wuespace/telestion-client/commit/b9a4cd15908c0de3c3df1af4507f9e8c7394c3e7)) +* **common:** Document the avatar button component ([8c99c96](https://github.com/wuespace/telestion-client/commit/8c99c96edc812535ddb84d49e3ad3277677347be)) +* **common:** Document the avatar menu component ([765bfb1](https://github.com/wuespace/telestion-client/commit/765bfb17ab65fef6b81023a09e4895fc909d86a6)) +* **common:** Document the color scheme action component ([10db0be](https://github.com/wuespace/telestion-client/commit/10db0be6651a3d810fdb5c242758b9c7d9debb40)) +* **common:** Document the dashboard component ([79dc52b](https://github.com/wuespace/telestion-client/commit/79dc52bc72767a0fef43425c875e3e020145b7bb)) +* **common:** Document the dashboard picker component ([2d98394](https://github.com/wuespace/telestion-client/commit/2d98394db9ddeb15c2a716193bd2d38d1885c854)) +* **common:** Document the fullscreen action component ([c505c16](https://github.com/wuespace/telestion-client/commit/c505c16b0a5e8b4b23848ea9e7950e5edde027a3)) +* **common:** Document the header actions component ([497c7bd](https://github.com/wuespace/telestion-client/commit/497c7bd3888002afa34ab38c959e9ee66e150bb1)) +* **common:** Document the no dashboards message component ([2b0c005](https://github.com/wuespace/telestion-client/commit/2b0c00594559630a689c1d11dcbe7bea9cf52d70)) +* **common:** Document the not found message component ([9dee2d3](https://github.com/wuespace/telestion-client/commit/9dee2d3d3af3ea46c02a1597baed0dc353dc321a)) +* **common:** Document the notification action component ([0cedf76](https://github.com/wuespace/telestion-client/commit/0cedf768cd443ef4fec15b7b103c4432960e3a5f)) +* **common:** Document the overflow fix component ([db0ea7b](https://github.com/wuespace/telestion-client/commit/db0ea7b9f2525e327559e9b9695ed85dba57f08c)) +* **common:** Document the status dialog component ([831db05](https://github.com/wuespace/telestion-client/commit/831db056c1e3a19ffde11787b1f0b1c9f81c860b)) +* **common:** Document the use dashboard state hook ([8309e3c](https://github.com/wuespace/telestion-client/commit/8309e3cfe1c15b8dacd5b0ad1dbc4f3086e51e1c)) +* **common:** Document the use nav bar state hook ([9b0a9b1](https://github.com/wuespace/telestion-client/commit/9b0a9b1184d2584949cc0b875eda0775ccacc8c8)) +* **common:** Document the use status hook ([cb7e052](https://github.com/wuespace/telestion-client/commit/cb7e052b3f182d869a0d28283e6f46d3bdd82f28)) +* **common:** Document the widget error message component ([2fab124](https://github.com/wuespace/telestion-client/commit/2fab124da7716de0da51027a2709473a0607541f)) +* **common:** Document the widget renderer component ([d88e2ad](https://github.com/wuespace/telestion-client/commit/d88e2ad02390e32f2332a48c480695f83af1f6eb)) + + + +### [0.6.1](https://github.com/wuespace/telestion-client/compare/v0.6.0...v0.6.1) (2021-02-05) ### Bug Fixes -* Fix custom login page implementation in both template and documentation ([715e27c](https://github.com/TelestionTeam/telestion-client/commit/715e27c04dd20aa8bffb589ac67d6e8d77d7fb26)), closes [#290](https://github.com/TelestionTeam/telestion-client/issues/290) [#292](https://github.com/TelestionTeam/telestion-client/issues/292) +* Fix custom login page implementation in both template and documentation ([715e27c](https://github.com/wuespace/telestion-client/commit/715e27c04dd20aa8bffb589ac67d6e8d77d7fb26)), closes [#290](https://github.com/wuespace/telestion-client/issues/290) [#292](https://github.com/wuespace/telestion-client/issues/292) -## [0.6.0](https://github.com/TelestionTeam/telestion-client/compare/v0.5.0...v0.6.0) (2021-02-05) +## [0.6.0](https://github.com/wuespace/telestion-client/compare/v0.5.0...v0.6.0) (2021-02-05) ### Features -* **common:** Divide login page into compound components for better usability ([7e2112d](https://github.com/TelestionTeam/telestion-client/commit/7e2112d3aa0f1b7e418a4d6089a08c5ee0650149)) -* **common:** Make initial values for text fields in login form accessible for project ([204e947](https://github.com/TelestionTeam/telestion-client/commit/204e947830f95aa6f6663ba428bf4e3c3b6ca757)) -* **template:** Add refactor recommendation for login page as default to the template ([c59697e](https://github.com/TelestionTeam/telestion-client/commit/c59697eb04741bee15de9e1158b6f7932cbe0448)) +* **common:** Divide login page into compound components for better usability ([7e2112d](https://github.com/wuespace/telestion-client/commit/7e2112d3aa0f1b7e418a4d6089a08c5ee0650149)) +* **common:** Make initial values for text fields in login form accessible for project ([204e947](https://github.com/wuespace/telestion-client/commit/204e947830f95aa6f6663ba428bf4e3c3b6ca757)) +* **template:** Add refactor recommendation for login page as default to the template ([c59697e](https://github.com/wuespace/telestion-client/commit/c59697eb04741bee15de9e1158b6f7932cbe0448)) ### Documentation Changes -* **common:** Apply suggestions from code review for login page ([12b8af7](https://github.com/TelestionTeam/telestion-client/commit/12b8af779d77f3057af54f63af195bcdb6753902)) -* **common:** Document internal form component for the login page ([602fe16](https://github.com/TelestionTeam/telestion-client/commit/602fe16432da3f994fc971c14dd2ee54377ef071)), closes [#272](https://github.com/TelestionTeam/telestion-client/issues/272) -* **common:** Document login button component for the login page ([72de6a9](https://github.com/TelestionTeam/telestion-client/commit/72de6a9cccf76470cf6149f38e23e53861cf6ab2)), closes [#272](https://github.com/TelestionTeam/telestion-client/issues/272) -* **common:** Document login description component for the login page ([953ad14](https://github.com/TelestionTeam/telestion-client/commit/953ad14a778d4aa29b313f267a2c786358523bf6)), closes [#272](https://github.com/TelestionTeam/telestion-client/issues/272) -* **common:** Document login form component for the login page ([b1005bf](https://github.com/TelestionTeam/telestion-client/commit/b1005bf4a54666508bda52e33c4623d6dee9212a)), closes [#272](https://github.com/TelestionTeam/telestion-client/issues/272) -* **common:** Document login logo component for the login page ([635cf66](https://github.com/TelestionTeam/telestion-client/commit/635cf66ca0041e7b8710ddb936994ee86f6f9245)), closes [#272](https://github.com/TelestionTeam/telestion-client/issues/272) -* **common:** Document login title component for the login page ([c080799](https://github.com/TelestionTeam/telestion-client/commit/c080799c77d054246b7c0846db2bad01b3bca092)), closes [#272](https://github.com/TelestionTeam/telestion-client/issues/272) -* **common:** Document text field component for the login page ([6315ae5](https://github.com/TelestionTeam/telestion-client/commit/6315ae53ea0c09d8eb2ca62831b5246a0e19d44e)), closes [#272](https://github.com/TelestionTeam/telestion-client/issues/272) -* **common:** Document the login page ([f6f7664](https://github.com/TelestionTeam/telestion-client/commit/f6f766489d253afacc8162ff49eb587f53a7a5e1)), closes [#272](https://github.com/TelestionTeam/telestion-client/issues/272) +* **common:** Apply suggestions from code review for login page ([12b8af7](https://github.com/wuespace/telestion-client/commit/12b8af779d77f3057af54f63af195bcdb6753902)) +* **common:** Document internal form component for the login page ([602fe16](https://github.com/wuespace/telestion-client/commit/602fe16432da3f994fc971c14dd2ee54377ef071)), closes [#272](https://github.com/wuespace/telestion-client/issues/272) +* **common:** Document login button component for the login page ([72de6a9](https://github.com/wuespace/telestion-client/commit/72de6a9cccf76470cf6149f38e23e53861cf6ab2)), closes [#272](https://github.com/wuespace/telestion-client/issues/272) +* **common:** Document login description component for the login page ([953ad14](https://github.com/wuespace/telestion-client/commit/953ad14a778d4aa29b313f267a2c786358523bf6)), closes [#272](https://github.com/wuespace/telestion-client/issues/272) +* **common:** Document login form component for the login page ([b1005bf](https://github.com/wuespace/telestion-client/commit/b1005bf4a54666508bda52e33c4623d6dee9212a)), closes [#272](https://github.com/wuespace/telestion-client/issues/272) +* **common:** Document login logo component for the login page ([635cf66](https://github.com/wuespace/telestion-client/commit/635cf66ca0041e7b8710ddb936994ee86f6f9245)), closes [#272](https://github.com/wuespace/telestion-client/issues/272) +* **common:** Document login title component for the login page ([c080799](https://github.com/wuespace/telestion-client/commit/c080799c77d054246b7c0846db2bad01b3bca092)), closes [#272](https://github.com/wuespace/telestion-client/issues/272) +* **common:** Document text field component for the login page ([6315ae5](https://github.com/wuespace/telestion-client/commit/6315ae53ea0c09d8eb2ca62831b5246a0e19d44e)), closes [#272](https://github.com/wuespace/telestion-client/issues/272) +* **common:** Document the login page ([f6f7664](https://github.com/wuespace/telestion-client/commit/f6f766489d253afacc8162ff49eb587f53a7a5e1)), closes [#272](https://github.com/wuespace/telestion-client/issues/272) -## [0.5.0](https://github.com/TelestionTeam/telestion-client/compare/v0.4.0...v0.5.0) (2021-02-05) +## [0.5.0](https://github.com/wuespace/telestion-client/compare/v0.4.0...v0.5.0) (2021-02-05) ### Features -* **common:** Add hook for managing dependency timeouts ([6684ede](https://github.com/TelestionTeam/telestion-client/commit/6684ede2d10a08ffe5e5f66ce867a564f6ed24f4)), closes [#261](https://github.com/TelestionTeam/telestion-client/issues/261) -* **common:** Add Loading Indicator component as helper for loading widgets ([efcf36c](https://github.com/TelestionTeam/telestion-client/commit/efcf36cc1bc3c36b954b16835dc7c4e568f90454)), closes [#261](https://github.com/TelestionTeam/telestion-client/issues/261) +* **common:** Add hook for managing dependency timeouts ([6684ede](https://github.com/wuespace/telestion-client/commit/6684ede2d10a08ffe5e5f66ce867a564f6ed24f4)), closes [#261](https://github.com/wuespace/telestion-client/issues/261) +* **common:** Add Loading Indicator component as helper for loading widgets ([efcf36c](https://github.com/wuespace/telestion-client/commit/efcf36cc1bc3c36b954b16835dc7c4e568f90454)), closes [#261](https://github.com/wuespace/telestion-client/issues/261) -## [0.4.0](https://github.com/TelestionTeam/telestion-client/compare/v0.3.3...v0.4.0) (2021-02-05) +## [0.4.0](https://github.com/wuespace/telestion-client/compare/v0.3.3...v0.4.0) (2021-02-05) ### ⚠ BREAKING CHANGES @@ -363,23 +363,23 @@ In summary, replace `tc-cli start` with `tc-cli start -e` to keep the same behav ### Features -* **cli:** Add `tc-cli docs` to open the telestion-client documentation page ([85a2e03](https://github.com/TelestionTeam/telestion-client/commit/85a2e03f05bf0bdd3887240339a8a15912ea8dd2)) -* **cli:** Add `tc-cli generate widget` command ([4305e09](https://github.com/TelestionTeam/telestion-client/commit/4305e09d45204607bba7fa7fd41360824ce2b112)), closes [#263](https://github.com/TelestionTeam/telestion-client/issues/263) -* **cli:** Add `tc-cli stats` command implementation ([#279](https://github.com/TelestionTeam/telestion-client/issues/279)) ([35dbf26](https://github.com/TelestionTeam/telestion-client/commit/35dbf263f820a01deff7a9cf228ba44abf6aaeb3)), closes [#263](https://github.com/TelestionTeam/telestion-client/issues/263) -* **core:** Returned data of event bus abstraction hooks now typable and update documentation ([3b12717](https://github.com/TelestionTeam/telestion-client/commit/3b127176f6d87f64463362eac57c8bb993a4ab04)) -* **event-bus:** Remove types and import them from types package instead ([40788b2](https://github.com/TelestionTeam/telestion-client/commit/40788b251dc4dc3060a414092b75eb069cde7438)) -* **template:** Add npm scripts and local CLI instance to template ([4c7c503](https://github.com/TelestionTeam/telestion-client/commit/4c7c5035d833d886a6b73fdff268227279ffb669)) -* **types:** Add channel address as type and integrate it into message types ([b9569d7](https://github.com/TelestionTeam/telestion-client/commit/b9569d736ca52672516031ace56d1dd8c1aa3b98)) -* **types:** Import types from vertx-event-bus ([90fd513](https://github.com/TelestionTeam/telestion-client/commit/90fd513937a2cb628bc15b120ea88ffff11b8e01)) +* **cli:** Add `tc-cli docs` to open the telestion-client documentation page ([85a2e03](https://github.com/wuespace/telestion-client/commit/85a2e03f05bf0bdd3887240339a8a15912ea8dd2)) +* **cli:** Add `tc-cli generate widget` command ([4305e09](https://github.com/wuespace/telestion-client/commit/4305e09d45204607bba7fa7fd41360824ce2b112)), closes [#263](https://github.com/wuespace/telestion-client/issues/263) +* **cli:** Add `tc-cli stats` command implementation ([#279](https://github.com/wuespace/telestion-client/issues/279)) ([35dbf26](https://github.com/wuespace/telestion-client/commit/35dbf263f820a01deff7a9cf228ba44abf6aaeb3)), closes [#263](https://github.com/wuespace/telestion-client/issues/263) +* **core:** Returned data of event bus abstraction hooks now typable and update documentation ([3b12717](https://github.com/wuespace/telestion-client/commit/3b127176f6d87f64463362eac57c8bb993a4ab04)) +* **event-bus:** Remove types and import them from types package instead ([40788b2](https://github.com/wuespace/telestion-client/commit/40788b251dc4dc3060a414092b75eb069cde7438)) +* **template:** Add npm scripts and local CLI instance to template ([4c7c503](https://github.com/wuespace/telestion-client/commit/4c7c5035d833d886a6b73fdff268227279ffb669)) +* **types:** Add channel address as type and integrate it into message types ([b9569d7](https://github.com/wuespace/telestion-client/commit/b9569d736ca52672516031ace56d1dd8c1aa3b98)) +* **types:** Import types from vertx-event-bus ([90fd513](https://github.com/wuespace/telestion-client/commit/90fd513937a2cb628bc15b120ea88ffff11b8e01)) ### Bug Fixes -* **cli:** Fix `tc-cli generate` command (and subsequent, broken, CLI) ([a2a25fc](https://github.com/TelestionTeam/telestion-client/commit/a2a25fc9770835b43ea289a8c3006384c42ec3d0)) -* **core:** Small type change in implementation for callback in event bus abstraction hooks ([1277d8f](https://github.com/TelestionTeam/telestion-client/commit/1277d8f8895be913bcb72f68dc73df2137036daa)) -* **template:** Add .eslintcache to template gitignore ([ccd9c35](https://github.com/TelestionTeam/telestion-client/commit/ccd9c358bf76da0f02368728ac3ccd688033b571)) -* **template:** Add React Spectrum Tabs dependency ([ff8a30e](https://github.com/TelestionTeam/telestion-client/commit/ff8a30e41b8c64cac7469643dec17fc2323f80a9)) -* **types:** Change type definition for Json serializable data from Map to mapped object ([3fff598](https://github.com/TelestionTeam/telestion-client/commit/3fff59873ca7f6f17af86cda3004eca7cf38d08e)) +* **cli:** Fix `tc-cli generate` command (and subsequent, broken, CLI) ([a2a25fc](https://github.com/wuespace/telestion-client/commit/a2a25fc9770835b43ea289a8c3006384c42ec3d0)) +* **core:** Small type change in implementation for callback in event bus abstraction hooks ([1277d8f](https://github.com/wuespace/telestion-client/commit/1277d8f8895be913bcb72f68dc73df2137036daa)) +* **template:** Add .eslintcache to template gitignore ([ccd9c35](https://github.com/wuespace/telestion-client/commit/ccd9c358bf76da0f02368728ac3ccd688033b571)) +* **template:** Add React Spectrum Tabs dependency ([ff8a30e](https://github.com/wuespace/telestion-client/commit/ff8a30e41b8c64cac7469643dec17fc2323f80a9)) +* **types:** Change type definition for Json serializable data from Map to mapped object ([3fff598](https://github.com/wuespace/telestion-client/commit/3fff59873ca7f6f17af86cda3004eca7cf38d08e)) @@ -391,7 +391,7 @@ In summary, replace `tc-cli start` with `tc-cli start -e` to keep the same behav -## [0.3.3](https://github.com/TelestionTeam/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26) +## [0.3.3](https://github.com/wuespace/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26) **Note:** Version bump only for package telestion-client diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1beb8d26e..78a0276fb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ While we appreciate if you can follow our conventional commit structure, ensure > **⚠ NOTE:** While the most important principles for contributing to the `telestion-client` repository are described below, the _Telestion Client Git Conventions_ contain a lot more information. This is especially mandatory for maintainers. > -> You can find the latest release of this (as PDF) in the [`telestion-docs` releases](https://github.com/TelestionTeam/telestion-docs/releases/latest) +> You can find the latest release of this (as PDF) in the [`telestion-docs` releases](https://github.com/wuespace/telestion-docs/releases/latest) ### Installation diff --git a/README.md b/README.md index e9848225e..dfa2cfeeb 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Telestion Client -[![Maintainability](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/maintainability)](https://codeclimate.com/github/TelestionTeam/telestion-client/maintainability) -[![Test Coverage](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/test_coverage)](https://codeclimate.com/github/TelestionTeam/telestion-client/test_coverage) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/CI)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3ACI) -[![GitHub](https://img.shields.io/github/license/TelestionTeam/telestion-client)](LICENSE) +[![Maintainability](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/maintainability)](https://codeclimate.com/github/wuespace/telestion-client/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/test_coverage)](https://codeclimate.com/github/wuespace/telestion-client/test_coverage) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/wuespace/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/CI)](https://github.com/wuespace/telestion-client/actions?query=workflow%3ACI) +[![GitHub](https://img.shields.io/github/license/wuespace/telestion-client)](LICENSE) [![Node current](https://img.shields.io/badge/node-%3E%3D14-brightgreen)](package.json) [![NPM current](https://img.shields.io/badge/npm-%3E%3D7-blue)](package.json) [![Twitter Follow](https://img.shields.io/twitter/follow/wuespace?style=social)](https://twitter.com/wuespace) @@ -26,7 +26,7 @@ Before you begin, please make sure that you have the following tools installed o - [NodeJS](https://nodejs.org/en/) ([Download](https://nodejs.org/en/download/)) - [npm](https://www.npmjs.com/) ([Installation instructions](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)) -With both installed, we're ready to take of 🚀: +With both installed, we're ready to take off 🚀: ### Installing the CLI @@ -64,13 +64,13 @@ Houston, Tranquility Base here, the Eagle has landed! You should, now, see a fla This might all seem a bit overwhelming, at first, but don't worry: We've got you covered and try to provide all the documentation and help you need to get going. -To learn about how to develop the PSC, please take a look at the _PSC Developer Manual_, which contains guides, explanations of concepts, and reference for everything surrounding the topic. You can find the latest version as PDF in the [Documentation Releases](https://github.com/TelestionTeam/telestion-docs/releases/latest). We are also working on providing this documentation on our website. +To learn about how to develop the PSC, please take a look at the _PSC Developer Manual_, which contains guides, explanations of concepts, and reference for everything surrounding the topic. You can find the latest version as PDF in the [Documentation Releases](https://github.com/wuespace/telestion-docs/releases/latest). We are also working on providing this documentation on our website. -For the always-up-to-date API reference for all the npm packages of this repository, please have a look at our [Online API Reference](https://telestionteam.github.io/telestion-client/), powered by [fliegdoc](https://github.com/fliegwerk/fliegdoc). As Telestion is meant to be extensible, documentation is a high priority. Therefore, we have a high standard for the API Reference, as well, with every exposed API being fully documented with Doc Comments, including an example for every function, and so on. +For the always-up-to-date API reference for all the npm packages of this repository, please have a look at our [Online API Reference](https://wuespace.github.io/telestion-client/), powered by [fliegdoc](https://github.com/fliegwerk/fliegdoc). As Telestion is meant to be extensible, documentation is a high priority. Therefore, we have a high standard for the API Reference, as well, with every exposed API being fully documented with Doc Comments, including an example for every function, and so on. Last, but not least, you should also consider taking a look at some of our already existing PSCs: -- [Project Rocketsound PSC](https://github.com/TelestionTeam/telestion-rocketsound-psc) +- [Project Rocketsound PSC](https://github.com/wuespace/telestion-rocketsound-psc) ## This Repository @@ -128,7 +128,7 @@ For the documentation on contributing to this repository, please take a look at Thank you to all contributors of this repository: -[![Contributors](https://contrib.rocks/image?repo=TelestionTeam/telestion-client)](https://github.com/TelestionTeam/telestion-client/graphs/contributors) +[![Contributors](https://contrib.rocks/image?repo=wuespace/telestion-client)](https://github.com/wuespace/telestion-client/graphs/contributors) Made with [contributors-img](https://contrib.rocks). diff --git a/package.json b/package.json index 6406da517..ff0b95e4a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "MIT", "version": "0.3.0", "private": true, - "homepage": "https://github.com/TelestionTeam/telestion-client#readme", + "homepage": "https://telestion.wuespace.de/", "engines": { "node": ">=14", "npm": ">=7" @@ -36,10 +36,10 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/TelestionTeam/telestion-client.git" + "url": "git+https://github.com/wuespace/telestion-client.git" }, "bugs": { - "url": "https://github.com/TelestionTeam/telestion-client/issues" + "url": "https://github.com/wuespace/telestion-client/issues" }, "author": { "name": "wuespace", diff --git a/packages/telestion-client-cli/CHANGELOG.md b/packages/telestion-client-cli/CHANGELOG.md index f0cecf32c..6f4df744e 100644 --- a/packages/telestion-client-cli/CHANGELOG.md +++ b/packages/telestion-client-cli/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -### [0.12.1](https://github.com/TelestionTeam/telestion-client/compare/v0.12.0...v0.12.1) (2021-04-09) +### [0.12.1](https://github.com/wuespace/telestion-client/compare/v0.12.0...v0.12.1) (2021-04-09) **Note:** Version bump only for package @wuespace/telestion-client-cli @@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.12.0](https://github.com/TelestionTeam/telestion-client/compare/v0.11.2...v0.12.0) (2021-04-08) +## [0.12.0](https://github.com/wuespace/telestion-client/compare/v0.11.2...v0.12.0) (2021-04-08) ### ⚠ BREAKING CHANGES @@ -20,16 +20,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -* Specify minimum node version in all packages and update workflows to use npm v7 as default ([b727223](https://github.com/TelestionTeam/telestion-client/commit/b72722326ce8b88f42ad2c16ddbd60991e2c8b72)) +* Specify minimum node version in all packages and update workflows to use npm v7 as default ([b727223](https://github.com/wuespace/telestion-client/commit/b72722326ce8b88f42ad2c16ddbd60991e2c8b72)) ### Bug Fixes -* **cli:** Init: npm install command to be compatible with npm v7 ([c81b35e](https://github.com/TelestionTeam/telestion-client/commit/c81b35e27fe9bbdcdc82498701a3fd3cb59bba18)) +* **cli:** Init: npm install command to be compatible with npm v7 ([c81b35e](https://github.com/wuespace/telestion-client/commit/c81b35e27fe9bbdcdc82498701a3fd3cb59bba18)) -### [0.11.2](https://github.com/TelestionTeam/telestion-client/compare/v0.11.1...v0.11.2) (2021-03-09) +### [0.11.2](https://github.com/wuespace/telestion-client/compare/v0.11.1...v0.11.2) (2021-03-09) **Note:** Version bump only for package @wuespace/telestion-client-cli @@ -37,7 +37,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -### [0.11.1](https://github.com/TelestionTeam/telestion-client/compare/v0.11.0...v0.11.1) (2021-03-01) +### [0.11.1](https://github.com/wuespace/telestion-client/compare/v0.11.0...v0.11.1) (2021-03-01) **Note:** Version bump only for package @wuespace/telestion-client-cli @@ -45,7 +45,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.11.0](https://github.com/TelestionTeam/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28) +## [0.11.0](https://github.com/wuespace/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28) **Note:** Version bump only for package @wuespace/telestion-client-cli @@ -53,7 +53,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -### [0.10.1](https://github.com/TelestionTeam/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27) +### [0.10.1](https://github.com/wuespace/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27) **Note:** Version bump only for package @wuespace/telestion-client-cli @@ -61,7 +61,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.10.0](https://github.com/TelestionTeam/telestion-client/compare/v0.9.0...v0.10.0) (2021-02-23) +## [0.10.0](https://github.com/wuespace/telestion-client/compare/v0.9.0...v0.10.0) (2021-02-23) **Note:** Version bump only for package @wuespace/telestion-client-cli @@ -69,7 +69,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.9.0](https://github.com/TelestionTeam/telestion-client/compare/v0.8.0...v0.9.0) (2021-02-09) +## [0.9.0](https://github.com/wuespace/telestion-client/compare/v0.8.0...v0.9.0) (2021-02-09) **Note:** Version bump only for package @wuespace/telestion-client-cli @@ -77,7 +77,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.8.0](https://github.com/TelestionTeam/telestion-client/compare/v0.7.1...v0.8.0) (2021-02-08) +## [0.8.0](https://github.com/wuespace/telestion-client/compare/v0.7.1...v0.8.0) (2021-02-08) ### ⚠ BREAKING CHANGES @@ -91,30 +91,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -* **cli:** `tc-cli build` command implementation ([6de3183](https://github.com/TelestionTeam/telestion-client/commit/6de318393c2713a16510ecd07b56cdea22953288)), closes [#263](https://github.com/TelestionTeam/telestion-client/issues/263) -* **cli:** Add configuration file parsing to the CLI ([f2760e3](https://github.com/TelestionTeam/telestion-client/commit/f2760e3f0c377c2cc9c9b409d71460db68927581)) -* **cli:** Add Electron Main Process Plugin system ([05ba70c](https://github.com/TelestionTeam/telestion-client/commit/05ba70c6aa67153b31422d49e2f4603d57ac168d)) -* **cli:** Compile and run the actual Electron app and use Craco in `tc-cli start --electron` ([05ee18b](https://github.com/TelestionTeam/telestion-client/commit/05ee18b752515838d6d53f6a64d682a775e3de50)) -* **cli:** Expose programmatic APIs for common CLI lib functions ([d266ad0](https://github.com/TelestionTeam/telestion-client/commit/d266ad0da902774a0c62b33725bbf731d90a9ecd)) -* **cli:** Show files generated by electron-builder in `tc-cli build` ([b1fbd3d](https://github.com/TelestionTeam/telestion-client/commit/b1fbd3dd949c328853fba9add1d5b5b734c40328)) +* **cli:** `tc-cli build` command implementation ([6de3183](https://github.com/wuespace/telestion-client/commit/6de318393c2713a16510ecd07b56cdea22953288)), closes [#263](https://github.com/wuespace/telestion-client/issues/263) +* **cli:** Add configuration file parsing to the CLI ([f2760e3](https://github.com/wuespace/telestion-client/commit/f2760e3f0c377c2cc9c9b409d71460db68927581)) +* **cli:** Add Electron Main Process Plugin system ([05ba70c](https://github.com/wuespace/telestion-client/commit/05ba70c6aa67153b31422d49e2f4603d57ac168d)) +* **cli:** Compile and run the actual Electron app and use Craco in `tc-cli start --electron` ([05ee18b](https://github.com/wuespace/telestion-client/commit/05ee18b752515838d6d53f6a64d682a775e3de50)) +* **cli:** Expose programmatic APIs for common CLI lib functions ([d266ad0](https://github.com/wuespace/telestion-client/commit/d266ad0da902774a0c62b33725bbf731d90a9ecd)) +* **cli:** Show files generated by electron-builder in `tc-cli build` ([b1fbd3d](https://github.com/wuespace/telestion-client/commit/b1fbd3dd949c328853fba9add1d5b5b734c40328)) ### Bug Fixes -* **cli:** Stop output `'DEBUG: '` for debug log entries ([1b57547](https://github.com/TelestionTeam/telestion-client/commit/1b57547d1a0d05e00c409fd90f136dc302492d45)) -* **deps:** Remove no-longer needed webpack-dev-server dependency from CLI ([d91dd48](https://github.com/TelestionTeam/telestion-client/commit/d91dd4888c838fbd750ba32895e5d7d9885e0e13)) +* **cli:** Stop output `'DEBUG: '` for debug log entries ([1b57547](https://github.com/wuespace/telestion-client/commit/1b57547d1a0d05e00c409fd90f136dc302492d45)) +* **deps:** Remove no-longer needed webpack-dev-server dependency from CLI ([d91dd48](https://github.com/wuespace/telestion-client/commit/d91dd4888c838fbd750ba32895e5d7d9885e0e13)) ### Documentation Changes -* WueSpace becomes WüSpace (a typo in previous commits) ([9c44d69](https://github.com/TelestionTeam/telestion-client/commit/9c44d696f0d5502ce5222a90011e892b8a7054c2)) -* **cli:** Add better code documentation for the `tc-cli build` library functions ([de37093](https://github.com/TelestionTeam/telestion-client/commit/de37093f64be5225cb0a864ff4ee4c3fe20e7f16)) -* **cli:** Improve wording in console output, doc comments, and function names ([e22e365](https://github.com/TelestionTeam/telestion-client/commit/e22e36545f55d0b37dabfd3221b26873764493d9)) -* **cli:** Update the package's README.md ([6b54f6f](https://github.com/TelestionTeam/telestion-client/commit/6b54f6fb40dc15e632dadaaaa77d910f567d5278)) +* WueSpace becomes WüSpace (a typo in previous commits) ([9c44d69](https://github.com/wuespace/telestion-client/commit/9c44d696f0d5502ce5222a90011e892b8a7054c2)) +* **cli:** Add better code documentation for the `tc-cli build` library functions ([de37093](https://github.com/wuespace/telestion-client/commit/de37093f64be5225cb0a864ff4ee4c3fe20e7f16)) +* **cli:** Improve wording in console output, doc comments, and function names ([e22e365](https://github.com/wuespace/telestion-client/commit/e22e36545f55d0b37dabfd3221b26873764493d9)) +* **cli:** Update the package's README.md ([6b54f6f](https://github.com/wuespace/telestion-client/commit/6b54f6fb40dc15e632dadaaaa77d910f567d5278)) -### [0.7.1](https://github.com/TelestionTeam/telestion-client/compare/v0.7.0...v0.7.1) (2021-02-06) +### [0.7.1](https://github.com/wuespace/telestion-client/compare/v0.7.0...v0.7.1) (2021-02-06) **Note:** Version bump only for package @wuespace/telestion-client-cli @@ -122,7 +122,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.7.0](https://github.com/TelestionTeam/telestion-client/compare/v0.6.1...v0.7.0) (2021-02-06) +## [0.7.0](https://github.com/wuespace/telestion-client/compare/v0.6.1...v0.7.0) (2021-02-06) ### ⚠ BREAKING CHANGES @@ -133,18 +133,18 @@ In summary, replace `tc-cli start` with `tc-cli start -e` to keep the same behav ### Features -* **cli:** Add option to open the PSC in either an Electron window or a browser in `tc-cli start` ([5fd359c](https://github.com/TelestionTeam/telestion-client/commit/5fd359c6d5e04208be15c41e37a9c1612eb463b0)) +* **cli:** Add option to open the PSC in either an Electron window or a browser in `tc-cli start` ([5fd359c](https://github.com/wuespace/telestion-client/commit/5fd359c6d5e04208be15c41e37a9c1612eb463b0)) ### Bug Fixes -* **cli:** Add files before commiting the initial commit in `tc-cli init` ([8e0ac3c](https://github.com/TelestionTeam/telestion-client/commit/8e0ac3c6963e79c3606283151a9bfcacc465a7b7)) -* **cli:** Fix `TypeError: Cannot read property 'message' of undefined` in `tc-cli init` command ([6f4d1a3](https://github.com/TelestionTeam/telestion-client/commit/6f4d1a376210f8ec368f1ad80f8b2f09bcf9d6f8)) -* **cli:** In `tc-cli stats`, fix reverted json to non-json output behavior. ([c2451c6](https://github.com/TelestionTeam/telestion-client/commit/c2451c6b4df1b998304aed80cdded8f5331ec17f)) +* **cli:** Add files before commiting the initial commit in `tc-cli init` ([8e0ac3c](https://github.com/wuespace/telestion-client/commit/8e0ac3c6963e79c3606283151a9bfcacc465a7b7)) +* **cli:** Fix `TypeError: Cannot read property 'message' of undefined` in `tc-cli init` command ([6f4d1a3](https://github.com/wuespace/telestion-client/commit/6f4d1a376210f8ec368f1ad80f8b2f09bcf9d6f8)) +* **cli:** In `tc-cli stats`, fix reverted json to non-json output behavior. ([c2451c6](https://github.com/wuespace/telestion-client/commit/c2451c6b4df1b998304aed80cdded8f5331ec17f)) -### [0.6.1](https://github.com/TelestionTeam/telestion-client/compare/v0.6.0...v0.6.1) (2021-02-05) +### [0.6.1](https://github.com/wuespace/telestion-client/compare/v0.6.0...v0.6.1) (2021-02-05) **Note:** Version bump only for package @wuespace/telestion-client-cli @@ -152,7 +152,7 @@ In summary, replace `tc-cli start` with `tc-cli start -e` to keep the same behav -## [0.6.0](https://github.com/TelestionTeam/telestion-client/compare/v0.5.0...v0.6.0) (2021-02-05) +## [0.6.0](https://github.com/wuespace/telestion-client/compare/v0.5.0...v0.6.0) (2021-02-05) **Note:** Version bump only for package @wuespace/telestion-client-cli @@ -160,7 +160,7 @@ In summary, replace `tc-cli start` with `tc-cli start -e` to keep the same behav -## [0.5.0](https://github.com/TelestionTeam/telestion-client/compare/v0.4.0...v0.5.0) (2021-02-05) +## [0.5.0](https://github.com/wuespace/telestion-client/compare/v0.4.0...v0.5.0) (2021-02-05) **Note:** Version bump only for package @wuespace/telestion-client-cli @@ -168,7 +168,7 @@ In summary, replace `tc-cli start` with `tc-cli start -e` to keep the same behav -## [0.4.0](https://github.com/TelestionTeam/telestion-client/compare/v0.3.3...v0.4.0) (2021-02-05) +## [0.4.0](https://github.com/wuespace/telestion-client/compare/v0.3.3...v0.4.0) (2021-02-05) ### ⚠ BREAKING CHANGES @@ -177,14 +177,14 @@ In summary, replace `tc-cli start` with `tc-cli start -e` to keep the same behav ### Features -* **cli:** Add `tc-cli docs` to open the telestion-client documentation page ([85a2e03](https://github.com/TelestionTeam/telestion-client/commit/85a2e03f05bf0bdd3887240339a8a15912ea8dd2)) -* **cli:** Add `tc-cli generate widget` command ([4305e09](https://github.com/TelestionTeam/telestion-client/commit/4305e09d45204607bba7fa7fd41360824ce2b112)), closes [#263](https://github.com/TelestionTeam/telestion-client/issues/263) -* **cli:** Add `tc-cli stats` command implementation ([#279](https://github.com/TelestionTeam/telestion-client/issues/279)) ([35dbf26](https://github.com/TelestionTeam/telestion-client/commit/35dbf263f820a01deff7a9cf228ba44abf6aaeb3)), closes [#263](https://github.com/TelestionTeam/telestion-client/issues/263) +* **cli:** Add `tc-cli docs` to open the telestion-client documentation page ([85a2e03](https://github.com/wuespace/telestion-client/commit/85a2e03f05bf0bdd3887240339a8a15912ea8dd2)) +* **cli:** Add `tc-cli generate widget` command ([4305e09](https://github.com/wuespace/telestion-client/commit/4305e09d45204607bba7fa7fd41360824ce2b112)), closes [#263](https://github.com/wuespace/telestion-client/issues/263) +* **cli:** Add `tc-cli stats` command implementation ([#279](https://github.com/wuespace/telestion-client/issues/279)) ([35dbf26](https://github.com/wuespace/telestion-client/commit/35dbf263f820a01deff7a9cf228ba44abf6aaeb3)), closes [#263](https://github.com/wuespace/telestion-client/issues/263) ### Bug Fixes -* **cli:** Fix `tc-cli generate` command (and subsequent, broken, CLI) ([a2a25fc](https://github.com/TelestionTeam/telestion-client/commit/a2a25fc9770835b43ea289a8c3006384c42ec3d0)) +* **cli:** Fix `tc-cli generate` command (and subsequent, broken, CLI) ([a2a25fc](https://github.com/wuespace/telestion-client/commit/a2a25fc9770835b43ea289a8c3006384c42ec3d0)) @@ -196,7 +196,7 @@ In summary, replace `tc-cli start` with `tc-cli start -e` to keep the same behav -## [0.3.3](https://github.com/TelestionTeam/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26) +## [0.3.3](https://github.com/wuespace/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26) **Note:** Version bump only for package @wuespace/telestion-client-cli diff --git a/packages/telestion-client-cli/README.md b/packages/telestion-client-cli/README.md index 233a8dca8..37e3a9660 100644 --- a/packages/telestion-client-cli/README.md +++ b/packages/telestion-client-cli/README.md @@ -2,12 +2,12 @@ npm: [`@wuespace/telestion-client-cli`](https://www.npmjs.com/package/@wuespace/telestion-client-cli) -[![Maintainability](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/maintainability)](https://codeclimate.com/github/TelestionTeam/telestion-client/maintainability) -[![Test Coverage](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/test_coverage)](https://codeclimate.com/github/TelestionTeam/telestion-client/test_coverage) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/CI)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3ACI) -[![GitHub](https://img.shields.io/github/license/TelestionTeam/telestion-client)](LICENSE) -[![node-current (scoped)](https://img.shields.io/node/v/@wuespace/telestion-client-cli)](package.json) +[![Maintainability](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/maintainability)](https://codeclimate.com/github/wuespace/telestion-client/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/test_coverage)](https://codeclimate.com/github/wuespace/telestion-client/test_coverage) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/wuespace/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/CI)](https://github.com/wuespace/telestion-client/actions?query=workflow%3ACI) +[![GitHub](https://img.shields.io/github/license/wuespace/telestion-client)](LICENSE) +[![Node current](https://img.shields.io/badge/node-%3E%3D14-brightgreen)](package.json) [![Twitter Follow](https://img.shields.io/twitter/follow/wuespace?style=social)](https://twitter.com/wuespace) The command line interface for developing _Project-Specific Clients_ (PSCs) with the Telestion Client ecosystem. @@ -36,7 +36,7 @@ tc-cli --help For a full reference, check out the help pages for each command or take a look at the _PSC Dev Manual_ in our documentation. -You can find the latest versions (in PDF format) in the [Documentation Repo Releases](https://github.com/TelestionTeam/telestion-docs/releases/latest). +You can find the latest versions (in PDF format) in the [Documentation Repo Releases](https://github.com/wuespace/telestion-docs/releases/latest). ## Package structure @@ -78,13 +78,13 @@ Overall, the folder structure, therefore, looks like this: ## Contributing -If you want to contribute to this package, please take a look at the [Telestion Client monorepo](https://github.com/TelestionTeam/telestion-client/) that manages this package, among other Telestion Client packages. +If you want to contribute to this package, please take a look at the [Telestion Client monorepo](https://github.com/wuespace/telestion-client/) that manages this package, among other Telestion Client packages. ## Contributors Thank you to all contributors of this repository: -[![Contributors](https://contrib.rocks/image?repo=TelestionTeam/telestion-client)](https://github.com/TelestionTeam/telestion-client/graphs/contributors) +[![Contributors](https://contrib.rocks/image?repo=wuespace/telestion-client)](https://github.com/wuespace/telestion-client/graphs/contributors) Made with [contributors-img](https://contrib.rocks). diff --git a/packages/telestion-client-cli/package.json b/packages/telestion-client-cli/package.json index cff31b26a..121c1e8dd 100644 --- a/packages/telestion-client-cli/package.json +++ b/packages/telestion-client-cli/package.json @@ -3,7 +3,7 @@ "description": "The command line interface for the Telestion Client development", "license": "MIT", "version": "0.12.1", - "homepage": "https://github.com/TelestionTeam/telestion-client#readme", + "homepage": "https://telestion.wuespace.de/", "bin": { "tc-cli": "./bin/cli.js" }, @@ -21,11 +21,11 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/TelestionTeam/telestion-client.git", + "url": "git+https://github.com/wuespace/telestion-client.git", "directory": "packages/telestion-client-cli" }, "bugs": { - "url": "https://github.com/TelestionTeam/telestion-client/issues" + "url": "https://github.com/wuespace/telestion-client/issues" }, "author": { "name": "wuespace", diff --git a/packages/telestion-client-cli/src/commands/docs.js b/packages/telestion-client-cli/src/commands/docs.js index fd82dbc5f..9e3b7c2b8 100644 --- a/packages/telestion-client-cli/src/commands/docs.js +++ b/packages/telestion-client-cli/src/commands/docs.js @@ -13,7 +13,7 @@ async function handler(argv) { // gathering information logger.debug('Arguments:', argv); logger.info('Opening the documentation in the system browser'); - openUrl('https://telestionteam.github.io/telestion-client/'); + openUrl('https://wuespace.github.io/telestion-client/'); logger.success('Document opened successfully'); } diff --git a/packages/telestion-client-common/CHANGELOG.md b/packages/telestion-client-common/CHANGELOG.md index 18ae0b4a3..b0ca7faab 100644 --- a/packages/telestion-client-common/CHANGELOG.md +++ b/packages/telestion-client-common/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -### [0.12.1](https://github.com/TelestionTeam/telestion-client/compare/v0.12.0...v0.12.1) (2021-04-09) +### [0.12.1](https://github.com/wuespace/telestion-client/compare/v0.12.0...v0.12.1) (2021-04-09) **Note:** Version bump only for package @wuespace/telestion-client-common @@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.12.0](https://github.com/TelestionTeam/telestion-client/compare/v0.11.2...v0.12.0) (2021-04-08) +## [0.12.0](https://github.com/wuespace/telestion-client/compare/v0.11.2...v0.12.0) (2021-04-08) ### ⚠ BREAKING CHANGES @@ -48,17 +48,17 @@ return

Waiting for incoming data

; ### Features -* Specify minimum node version in all packages and update workflows to use npm v7 as default ([b727223](https://github.com/TelestionTeam/telestion-client/commit/b72722326ce8b88f42ad2c16ddbd60991e2c8b72)) -* **common:** Enhance loading indicator component ([#350](https://github.com/TelestionTeam/telestion-client/issues/350)) ([82d07f1](https://github.com/TelestionTeam/telestion-client/commit/82d07f14a28e802d301f78e516f619a6bb339a6a)) +* Specify minimum node version in all packages and update workflows to use npm v7 as default ([b727223](https://github.com/wuespace/telestion-client/commit/b72722326ce8b88f42ad2c16ddbd60991e2c8b72)) +* **common:** Enhance loading indicator component ([#350](https://github.com/wuespace/telestion-client/issues/350)) ([82d07f1](https://github.com/wuespace/telestion-client/commit/82d07f14a28e802d301f78e516f619a6bb339a6a)) ### Bug Fixes -* **deps:** Fix issues with react-spectrum v3.9 ([14bcfe4](https://github.com/TelestionTeam/telestion-client/commit/14bcfe444504fc744f6c8f38b4bf6a5c474da847)) +* **deps:** Fix issues with react-spectrum v3.9 ([14bcfe4](https://github.com/wuespace/telestion-client/commit/14bcfe444504fc744f6c8f38b4bf6a5c474da847)) -### [0.11.2](https://github.com/TelestionTeam/telestion-client/compare/v0.11.1...v0.11.2) (2021-03-09) +### [0.11.2](https://github.com/wuespace/telestion-client/compare/v0.11.1...v0.11.2) (2021-03-09) **Note:** Version bump only for package @wuespace/telestion-client-common @@ -66,7 +66,7 @@ return

Waiting for incoming data

; -### [0.11.1](https://github.com/TelestionTeam/telestion-client/compare/v0.11.0...v0.11.1) (2021-03-01) +### [0.11.1](https://github.com/wuespace/telestion-client/compare/v0.11.0...v0.11.1) (2021-03-01) **Note:** Version bump only for package @wuespace/telestion-client-common @@ -74,65 +74,65 @@ return

Waiting for incoming data

; -## [0.11.0](https://github.com/TelestionTeam/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28) +## [0.11.0](https://github.com/wuespace/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28) ### Features -* **common:** Add keyboard controls to the `LoginForm` component ([7fe4f3b](https://github.com/TelestionTeam/telestion-client/commit/7fe4f3b21449a2e86c06054380da094ec9865cac)), closes [#364](https://github.com/TelestionTeam/telestion-client/issues/364) +* **common:** Add keyboard controls to the `LoginForm` component ([7fe4f3b](https://github.com/wuespace/telestion-client/commit/7fe4f3b21449a2e86c06054380da094ec9865cac)), closes [#364](https://github.com/wuespace/telestion-client/issues/364) ### Bug Fixes -* **common:** Fix types of `LoadingIndicator` ([1885d07](https://github.com/TelestionTeam/telestion-client/commit/1885d0741489e364545c619524ef35ede8708c50)) +* **common:** Fix types of `LoadingIndicator` ([1885d07](https://github.com/wuespace/telestion-client/commit/1885d0741489e364545c619524ef35ede8708c50)) -### [0.10.1](https://github.com/TelestionTeam/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27) +### [0.10.1](https://github.com/wuespace/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27) ### Bug Fixes -* **common:** Fix tabs in `NavBar` to adjust to new header height introduced in 555b9a1fd212a580ca23d151247ad94216a81384 ([7309a86](https://github.com/TelestionTeam/telestion-client/commit/7309a8658513647dd432ffc27995cbe444024ee2)) -* **common:** Reduce header height (from `size-700` to `size-600`) to abide by Spectrum guidelines and fix layout issues with tabs in the `NavBar` component ([6c99744](https://github.com/TelestionTeam/telestion-client/commit/6c99744a9b0e8bfa3365b58c7f4ffb7d3fd0eb56)) -* **common:** Reduce size of `AppLogo` from `size-500` to `size-400` to adjust to the different header height introduced in 555b9a1fd212a580ca23d151247ad94216a81384 ([844fa9f](https://github.com/TelestionTeam/telestion-client/commit/844fa9f8daa2c9fc0313cd08cdd42decdd686d0f)) +* **common:** Fix tabs in `NavBar` to adjust to new header height introduced in 555b9a1fd212a580ca23d151247ad94216a81384 ([7309a86](https://github.com/wuespace/telestion-client/commit/7309a8658513647dd432ffc27995cbe444024ee2)) +* **common:** Reduce header height (from `size-700` to `size-600`) to abide by Spectrum guidelines and fix layout issues with tabs in the `NavBar` component ([6c99744](https://github.com/wuespace/telestion-client/commit/6c99744a9b0e8bfa3365b58c7f4ffb7d3fd0eb56)) +* **common:** Reduce size of `AppLogo` from `size-500` to `size-400` to adjust to the different header height introduced in 555b9a1fd212a580ca23d151247ad94216a81384 ([844fa9f](https://github.com/wuespace/telestion-client/commit/844fa9f8daa2c9fc0313cd08cdd42decdd686d0f)) -## [0.10.0](https://github.com/TelestionTeam/telestion-client/compare/v0.9.0...v0.10.0) (2021-02-23) +## [0.10.0](https://github.com/wuespace/telestion-client/compare/v0.9.0...v0.10.0) (2021-02-23) ### Features -* **common:** Add `overrideState` to `ConnectionIndicator` for debugging purposes ([92492fa](https://github.com/TelestionTeam/telestion-client/commit/92492faaa32a90595e3f511b6affdf62d4df23a3)) +* **common:** Add `overrideState` to `ConnectionIndicator` for debugging purposes ([92492fa](https://github.com/wuespace/telestion-client/commit/92492faaa32a90595e3f511b6affdf62d4df23a3)) ### Bug Fixes -* **common:** Fix Dashboard rendering issues ([73afae2](https://github.com/TelestionTeam/telestion-client/commit/73afae2104247843cd81fce6742cc41d4a59148c)) +* **common:** Fix Dashboard rendering issues ([73afae2](https://github.com/wuespace/telestion-client/commit/73afae2104247843cd81fce6742cc41d4a59148c)) ### Documentation Changes -* Document new storybook-internal component folders in package `README.md`s ([89e8754](https://github.com/TelestionTeam/telestion-client/commit/89e8754a8ee9501fd5da0c6eaac0e19a87ba085e)) -* Improve storybook stories ([4b662bf](https://github.com/TelestionTeam/telestion-client/commit/4b662bf12e60b6217e9487dee7bf45dc0940198b)) -* **common:** Add storybook stories for `AccountControls` and `NavBar` ([b6c73d5](https://github.com/TelestionTeam/telestion-client/commit/b6c73d56dd62eb2f198e71cf08c998fbf77bd013)) -* **common:** Add storybook stories for `Actions`, `NotificationAction`, `ColorSchemeAction`, `FullscreenAction`, and `ActionDivider`. ([ea47787](https://github.com/TelestionTeam/telestion-client/commit/ea4778767db4ddf0bd15d1565adf21fa316627b8)) -* **common:** Add storybook stories for `CommonWrapper` and `AppLogo` ([29b408c](https://github.com/TelestionTeam/telestion-client/commit/29b408c0398666ce54e87e6fb5f23ce7f6e9c202)) -* **common:** Add storybook stories for `ConnectionIndicator` ([346096a](https://github.com/TelestionTeam/telestion-client/commit/346096a3fa664b62d036f4e3ab73bb9d05fc0c6a)) -* **common:** Add storybook stories for `DashboardPicker` ([5aab481](https://github.com/TelestionTeam/telestion-client/commit/5aab481a8736271c0c74e3b79f42a5fa2d406f1b)) -* **common:** Add storybook stories for `Header` ([2574afa](https://github.com/TelestionTeam/telestion-client/commit/2574afa6b921b5156fe065d8f9214f8e3ec941e6)) -* **common:** Fix storybook stories for `AccountControls` ([ce373af](https://github.com/TelestionTeam/telestion-client/commit/ce373af071603c30998c46809fb50ac7b8709c52)) -* **common:** Fix storybook stories for `AccountControls` and `NavBar` ([4edd201](https://github.com/TelestionTeam/telestion-client/commit/4edd2016490588cefd83c64a66d1a38a882dec0c)) -* **common:** Fix storybook stories for `Actions` ([476607c](https://github.com/TelestionTeam/telestion-client/commit/476607c8ee0800af4458a766059b36b8aed3c27a)) -* **common:** Improve storybook stories ([1cd24d1](https://github.com/TelestionTeam/telestion-client/commit/1cd24d1842d981d4dae026092062520d84b2672f)) -* **core:** Add storybook stories for `DashboardPage`, `LoginPage`, and `NotFoundPage` ([7c38682](https://github.com/TelestionTeam/telestion-client/commit/7c38682d7fb88a59146434463a5e0400d6d1f1a2)) -* **core:** Add storybook stories for `LoadingIndicator` ([ebb96ce](https://github.com/TelestionTeam/telestion-client/commit/ebb96cebc79efa81871d4c7460c7c9d916f97564)) -* **core:** Add storybook stories for `LoginDescription`, `LoginForm`, `LoginLogo`, and `LoginTitle` ([69c8c4a](https://github.com/TelestionTeam/telestion-client/commit/69c8c4a59a9b1292ddec9e15f5b7b7b8127e4e61)) +* Document new storybook-internal component folders in package `README.md`s ([89e8754](https://github.com/wuespace/telestion-client/commit/89e8754a8ee9501fd5da0c6eaac0e19a87ba085e)) +* Improve storybook stories ([4b662bf](https://github.com/wuespace/telestion-client/commit/4b662bf12e60b6217e9487dee7bf45dc0940198b)) +* **common:** Add storybook stories for `AccountControls` and `NavBar` ([b6c73d5](https://github.com/wuespace/telestion-client/commit/b6c73d56dd62eb2f198e71cf08c998fbf77bd013)) +* **common:** Add storybook stories for `Actions`, `NotificationAction`, `ColorSchemeAction`, `FullscreenAction`, and `ActionDivider`. ([ea47787](https://github.com/wuespace/telestion-client/commit/ea4778767db4ddf0bd15d1565adf21fa316627b8)) +* **common:** Add storybook stories for `CommonWrapper` and `AppLogo` ([29b408c](https://github.com/wuespace/telestion-client/commit/29b408c0398666ce54e87e6fb5f23ce7f6e9c202)) +* **common:** Add storybook stories for `ConnectionIndicator` ([346096a](https://github.com/wuespace/telestion-client/commit/346096a3fa664b62d036f4e3ab73bb9d05fc0c6a)) +* **common:** Add storybook stories for `DashboardPicker` ([5aab481](https://github.com/wuespace/telestion-client/commit/5aab481a8736271c0c74e3b79f42a5fa2d406f1b)) +* **common:** Add storybook stories for `Header` ([2574afa](https://github.com/wuespace/telestion-client/commit/2574afa6b921b5156fe065d8f9214f8e3ec941e6)) +* **common:** Fix storybook stories for `AccountControls` ([ce373af](https://github.com/wuespace/telestion-client/commit/ce373af071603c30998c46809fb50ac7b8709c52)) +* **common:** Fix storybook stories for `AccountControls` and `NavBar` ([4edd201](https://github.com/wuespace/telestion-client/commit/4edd2016490588cefd83c64a66d1a38a882dec0c)) +* **common:** Fix storybook stories for `Actions` ([476607c](https://github.com/wuespace/telestion-client/commit/476607c8ee0800af4458a766059b36b8aed3c27a)) +* **common:** Improve storybook stories ([1cd24d1](https://github.com/wuespace/telestion-client/commit/1cd24d1842d981d4dae026092062520d84b2672f)) +* **core:** Add storybook stories for `DashboardPage`, `LoginPage`, and `NotFoundPage` ([7c38682](https://github.com/wuespace/telestion-client/commit/7c38682d7fb88a59146434463a5e0400d6d1f1a2)) +* **core:** Add storybook stories for `LoadingIndicator` ([ebb96ce](https://github.com/wuespace/telestion-client/commit/ebb96cebc79efa81871d4c7460c7c9d916f97564)) +* **core:** Add storybook stories for `LoginDescription`, `LoginForm`, `LoginLogo`, and `LoginTitle` ([69c8c4a](https://github.com/wuespace/telestion-client/commit/69c8c4a59a9b1292ddec9e15f5b7b7b8127e4e61)) -## [0.9.0](https://github.com/TelestionTeam/telestion-client/compare/v0.8.0...v0.9.0) (2021-02-09) +## [0.9.0](https://github.com/wuespace/telestion-client/compare/v0.8.0...v0.9.0) (2021-02-09) **Note:** Version bump only for package @wuespace/telestion-client-common @@ -140,99 +140,99 @@ return

Waiting for incoming data

; -## [0.8.0](https://github.com/TelestionTeam/telestion-client/compare/v0.7.1...v0.8.0) (2021-02-08) +## [0.8.0](https://github.com/wuespace/telestion-client/compare/v0.7.1...v0.8.0) (2021-02-08) ### Documentation Changes -* WueSpace becomes WüSpace (a typo in previous commits) ([9c44d69](https://github.com/TelestionTeam/telestion-client/commit/9c44d696f0d5502ce5222a90011e892b8a7054c2)) -* **common:** Update the package's README.md ([52b36f1](https://github.com/TelestionTeam/telestion-client/commit/52b36f1e14379df6e179ea40966d0bc50ba59a2d)) +* WueSpace becomes WüSpace (a typo in previous commits) ([9c44d69](https://github.com/wuespace/telestion-client/commit/9c44d696f0d5502ce5222a90011e892b8a7054c2)) +* **common:** Update the package's README.md ([52b36f1](https://github.com/wuespace/telestion-client/commit/52b36f1e14379df6e179ea40966d0bc50ba59a2d)) -### [0.7.1](https://github.com/TelestionTeam/telestion-client/compare/v0.7.0...v0.7.1) (2021-02-06) +### [0.7.1](https://github.com/wuespace/telestion-client/compare/v0.7.0...v0.7.1) (2021-02-06) ### Bug Fixes -* **common:** Type Error in login description component ([ae8b07c](https://github.com/TelestionTeam/telestion-client/commit/ae8b07c719ac78e9c935d4712827ce644e4eb3a7)), closes [#303](https://github.com/TelestionTeam/telestion-client/issues/303) +* **common:** Type Error in login description component ([ae8b07c](https://github.com/wuespace/telestion-client/commit/ae8b07c719ac78e9c935d4712827ce644e4eb3a7)), closes [#303](https://github.com/wuespace/telestion-client/issues/303) -## [0.7.0](https://github.com/TelestionTeam/telestion-client/compare/v0.6.1...v0.7.0) (2021-02-06) +## [0.7.0](https://github.com/wuespace/telestion-client/compare/v0.6.1...v0.7.0) (2021-02-06) ### Documentation Changes -* **common:** Add reference to props ([0083f67](https://github.com/TelestionTeam/telestion-client/commit/0083f67f8a18a847993808f830d6454fe32b8505)) -* **common:** Apply more suggestions from code review ([62754fa](https://github.com/TelestionTeam/telestion-client/commit/62754fa6c2604584ade2bed8b94424787f561066)) -* **common:** Apply suggestions from code review ([c0923c8](https://github.com/TelestionTeam/telestion-client/commit/c0923c8e53354b6673b38ce9b28e13dac1f91f28)) -* **common:** Document all page components ([e3400f7](https://github.com/TelestionTeam/telestion-client/commit/e3400f7780b3ad7b1c2b95fc2da95e9ecabcd879)) -* **common:** Document the account controls component ([859c640](https://github.com/TelestionTeam/telestion-client/commit/859c640576b7cb87774c6f0e0801824a79a234fd)) -* **common:** Document the action divider component ([b9a4cd1](https://github.com/TelestionTeam/telestion-client/commit/b9a4cd15908c0de3c3df1af4507f9e8c7394c3e7)) -* **common:** Document the avatar button component ([8c99c96](https://github.com/TelestionTeam/telestion-client/commit/8c99c96edc812535ddb84d49e3ad3277677347be)) -* **common:** Document the avatar menu component ([765bfb1](https://github.com/TelestionTeam/telestion-client/commit/765bfb17ab65fef6b81023a09e4895fc909d86a6)) -* **common:** Document the color scheme action component ([10db0be](https://github.com/TelestionTeam/telestion-client/commit/10db0be6651a3d810fdb5c242758b9c7d9debb40)) -* **common:** Document the dashboard component ([79dc52b](https://github.com/TelestionTeam/telestion-client/commit/79dc52bc72767a0fef43425c875e3e020145b7bb)) -* **common:** Document the dashboard picker component ([2d98394](https://github.com/TelestionTeam/telestion-client/commit/2d98394db9ddeb15c2a716193bd2d38d1885c854)) -* **common:** Document the fullscreen action component ([c505c16](https://github.com/TelestionTeam/telestion-client/commit/c505c16b0a5e8b4b23848ea9e7950e5edde027a3)) -* **common:** Document the header actions component ([497c7bd](https://github.com/TelestionTeam/telestion-client/commit/497c7bd3888002afa34ab38c959e9ee66e150bb1)) -* **common:** Document the no dashboards message component ([2b0c005](https://github.com/TelestionTeam/telestion-client/commit/2b0c00594559630a689c1d11dcbe7bea9cf52d70)) -* **common:** Document the not found message component ([9dee2d3](https://github.com/TelestionTeam/telestion-client/commit/9dee2d3d3af3ea46c02a1597baed0dc353dc321a)) -* **common:** Document the notification action component ([0cedf76](https://github.com/TelestionTeam/telestion-client/commit/0cedf768cd443ef4fec15b7b103c4432960e3a5f)) -* **common:** Document the overflow fix component ([db0ea7b](https://github.com/TelestionTeam/telestion-client/commit/db0ea7b9f2525e327559e9b9695ed85dba57f08c)) -* **common:** Document the status dialog component ([831db05](https://github.com/TelestionTeam/telestion-client/commit/831db056c1e3a19ffde11787b1f0b1c9f81c860b)) -* **common:** Document the use dashboard state hook ([8309e3c](https://github.com/TelestionTeam/telestion-client/commit/8309e3cfe1c15b8dacd5b0ad1dbc4f3086e51e1c)) -* **common:** Document the use nav bar state hook ([9b0a9b1](https://github.com/TelestionTeam/telestion-client/commit/9b0a9b1184d2584949cc0b875eda0775ccacc8c8)) -* **common:** Document the use status hook ([cb7e052](https://github.com/TelestionTeam/telestion-client/commit/cb7e052b3f182d869a0d28283e6f46d3bdd82f28)) -* **common:** Document the widget error message component ([2fab124](https://github.com/TelestionTeam/telestion-client/commit/2fab124da7716de0da51027a2709473a0607541f)) -* **common:** Document the widget renderer component ([d88e2ad](https://github.com/TelestionTeam/telestion-client/commit/d88e2ad02390e32f2332a48c480695f83af1f6eb)) - - - -### [0.6.1](https://github.com/TelestionTeam/telestion-client/compare/v0.6.0...v0.6.1) (2021-02-05) +* **common:** Add reference to props ([0083f67](https://github.com/wuespace/telestion-client/commit/0083f67f8a18a847993808f830d6454fe32b8505)) +* **common:** Apply more suggestions from code review ([62754fa](https://github.com/wuespace/telestion-client/commit/62754fa6c2604584ade2bed8b94424787f561066)) +* **common:** Apply suggestions from code review ([c0923c8](https://github.com/wuespace/telestion-client/commit/c0923c8e53354b6673b38ce9b28e13dac1f91f28)) +* **common:** Document all page components ([e3400f7](https://github.com/wuespace/telestion-client/commit/e3400f7780b3ad7b1c2b95fc2da95e9ecabcd879)) +* **common:** Document the account controls component ([859c640](https://github.com/wuespace/telestion-client/commit/859c640576b7cb87774c6f0e0801824a79a234fd)) +* **common:** Document the action divider component ([b9a4cd1](https://github.com/wuespace/telestion-client/commit/b9a4cd15908c0de3c3df1af4507f9e8c7394c3e7)) +* **common:** Document the avatar button component ([8c99c96](https://github.com/wuespace/telestion-client/commit/8c99c96edc812535ddb84d49e3ad3277677347be)) +* **common:** Document the avatar menu component ([765bfb1](https://github.com/wuespace/telestion-client/commit/765bfb17ab65fef6b81023a09e4895fc909d86a6)) +* **common:** Document the color scheme action component ([10db0be](https://github.com/wuespace/telestion-client/commit/10db0be6651a3d810fdb5c242758b9c7d9debb40)) +* **common:** Document the dashboard component ([79dc52b](https://github.com/wuespace/telestion-client/commit/79dc52bc72767a0fef43425c875e3e020145b7bb)) +* **common:** Document the dashboard picker component ([2d98394](https://github.com/wuespace/telestion-client/commit/2d98394db9ddeb15c2a716193bd2d38d1885c854)) +* **common:** Document the fullscreen action component ([c505c16](https://github.com/wuespace/telestion-client/commit/c505c16b0a5e8b4b23848ea9e7950e5edde027a3)) +* **common:** Document the header actions component ([497c7bd](https://github.com/wuespace/telestion-client/commit/497c7bd3888002afa34ab38c959e9ee66e150bb1)) +* **common:** Document the no dashboards message component ([2b0c005](https://github.com/wuespace/telestion-client/commit/2b0c00594559630a689c1d11dcbe7bea9cf52d70)) +* **common:** Document the not found message component ([9dee2d3](https://github.com/wuespace/telestion-client/commit/9dee2d3d3af3ea46c02a1597baed0dc353dc321a)) +* **common:** Document the notification action component ([0cedf76](https://github.com/wuespace/telestion-client/commit/0cedf768cd443ef4fec15b7b103c4432960e3a5f)) +* **common:** Document the overflow fix component ([db0ea7b](https://github.com/wuespace/telestion-client/commit/db0ea7b9f2525e327559e9b9695ed85dba57f08c)) +* **common:** Document the status dialog component ([831db05](https://github.com/wuespace/telestion-client/commit/831db056c1e3a19ffde11787b1f0b1c9f81c860b)) +* **common:** Document the use dashboard state hook ([8309e3c](https://github.com/wuespace/telestion-client/commit/8309e3cfe1c15b8dacd5b0ad1dbc4f3086e51e1c)) +* **common:** Document the use nav bar state hook ([9b0a9b1](https://github.com/wuespace/telestion-client/commit/9b0a9b1184d2584949cc0b875eda0775ccacc8c8)) +* **common:** Document the use status hook ([cb7e052](https://github.com/wuespace/telestion-client/commit/cb7e052b3f182d869a0d28283e6f46d3bdd82f28)) +* **common:** Document the widget error message component ([2fab124](https://github.com/wuespace/telestion-client/commit/2fab124da7716de0da51027a2709473a0607541f)) +* **common:** Document the widget renderer component ([d88e2ad](https://github.com/wuespace/telestion-client/commit/d88e2ad02390e32f2332a48c480695f83af1f6eb)) + + + +### [0.6.1](https://github.com/wuespace/telestion-client/compare/v0.6.0...v0.6.1) (2021-02-05) ### Bug Fixes -* Fix custom login page implementation in both template and documentation ([715e27c](https://github.com/TelestionTeam/telestion-client/commit/715e27c04dd20aa8bffb589ac67d6e8d77d7fb26)), closes [#290](https://github.com/TelestionTeam/telestion-client/issues/290) [#292](https://github.com/TelestionTeam/telestion-client/issues/292) +* Fix custom login page implementation in both template and documentation ([715e27c](https://github.com/wuespace/telestion-client/commit/715e27c04dd20aa8bffb589ac67d6e8d77d7fb26)), closes [#290](https://github.com/wuespace/telestion-client/issues/290) [#292](https://github.com/wuespace/telestion-client/issues/292) -## [0.6.0](https://github.com/TelestionTeam/telestion-client/compare/v0.5.0...v0.6.0) (2021-02-05) +## [0.6.0](https://github.com/wuespace/telestion-client/compare/v0.5.0...v0.6.0) (2021-02-05) ### Features -* **common:** Divide login page into compound components for better usability ([7e2112d](https://github.com/TelestionTeam/telestion-client/commit/7e2112d3aa0f1b7e418a4d6089a08c5ee0650149)) -* **common:** Make initial values for text fields in login form accessible for project ([204e947](https://github.com/TelestionTeam/telestion-client/commit/204e947830f95aa6f6663ba428bf4e3c3b6ca757)) +* **common:** Divide login page into compound components for better usability ([7e2112d](https://github.com/wuespace/telestion-client/commit/7e2112d3aa0f1b7e418a4d6089a08c5ee0650149)) +* **common:** Make initial values for text fields in login form accessible for project ([204e947](https://github.com/wuespace/telestion-client/commit/204e947830f95aa6f6663ba428bf4e3c3b6ca757)) ### Documentation Changes -* **common:** Apply suggestions from code review for login page ([12b8af7](https://github.com/TelestionTeam/telestion-client/commit/12b8af779d77f3057af54f63af195bcdb6753902)) -* **common:** Document internal form component for the login page ([602fe16](https://github.com/TelestionTeam/telestion-client/commit/602fe16432da3f994fc971c14dd2ee54377ef071)), closes [#272](https://github.com/TelestionTeam/telestion-client/issues/272) -* **common:** Document login button component for the login page ([72de6a9](https://github.com/TelestionTeam/telestion-client/commit/72de6a9cccf76470cf6149f38e23e53861cf6ab2)), closes [#272](https://github.com/TelestionTeam/telestion-client/issues/272) -* **common:** Document login description component for the login page ([953ad14](https://github.com/TelestionTeam/telestion-client/commit/953ad14a778d4aa29b313f267a2c786358523bf6)), closes [#272](https://github.com/TelestionTeam/telestion-client/issues/272) -* **common:** Document login form component for the login page ([b1005bf](https://github.com/TelestionTeam/telestion-client/commit/b1005bf4a54666508bda52e33c4623d6dee9212a)), closes [#272](https://github.com/TelestionTeam/telestion-client/issues/272) -* **common:** Document login logo component for the login page ([635cf66](https://github.com/TelestionTeam/telestion-client/commit/635cf66ca0041e7b8710ddb936994ee86f6f9245)), closes [#272](https://github.com/TelestionTeam/telestion-client/issues/272) -* **common:** Document login title component for the login page ([c080799](https://github.com/TelestionTeam/telestion-client/commit/c080799c77d054246b7c0846db2bad01b3bca092)), closes [#272](https://github.com/TelestionTeam/telestion-client/issues/272) -* **common:** Document text field component for the login page ([6315ae5](https://github.com/TelestionTeam/telestion-client/commit/6315ae53ea0c09d8eb2ca62831b5246a0e19d44e)), closes [#272](https://github.com/TelestionTeam/telestion-client/issues/272) -* **common:** Document the login page ([f6f7664](https://github.com/TelestionTeam/telestion-client/commit/f6f766489d253afacc8162ff49eb587f53a7a5e1)), closes [#272](https://github.com/TelestionTeam/telestion-client/issues/272) +* **common:** Apply suggestions from code review for login page ([12b8af7](https://github.com/wuespace/telestion-client/commit/12b8af779d77f3057af54f63af195bcdb6753902)) +* **common:** Document internal form component for the login page ([602fe16](https://github.com/wuespace/telestion-client/commit/602fe16432da3f994fc971c14dd2ee54377ef071)), closes [#272](https://github.com/wuespace/telestion-client/issues/272) +* **common:** Document login button component for the login page ([72de6a9](https://github.com/wuespace/telestion-client/commit/72de6a9cccf76470cf6149f38e23e53861cf6ab2)), closes [#272](https://github.com/wuespace/telestion-client/issues/272) +* **common:** Document login description component for the login page ([953ad14](https://github.com/wuespace/telestion-client/commit/953ad14a778d4aa29b313f267a2c786358523bf6)), closes [#272](https://github.com/wuespace/telestion-client/issues/272) +* **common:** Document login form component for the login page ([b1005bf](https://github.com/wuespace/telestion-client/commit/b1005bf4a54666508bda52e33c4623d6dee9212a)), closes [#272](https://github.com/wuespace/telestion-client/issues/272) +* **common:** Document login logo component for the login page ([635cf66](https://github.com/wuespace/telestion-client/commit/635cf66ca0041e7b8710ddb936994ee86f6f9245)), closes [#272](https://github.com/wuespace/telestion-client/issues/272) +* **common:** Document login title component for the login page ([c080799](https://github.com/wuespace/telestion-client/commit/c080799c77d054246b7c0846db2bad01b3bca092)), closes [#272](https://github.com/wuespace/telestion-client/issues/272) +* **common:** Document text field component for the login page ([6315ae5](https://github.com/wuespace/telestion-client/commit/6315ae53ea0c09d8eb2ca62831b5246a0e19d44e)), closes [#272](https://github.com/wuespace/telestion-client/issues/272) +* **common:** Document the login page ([f6f7664](https://github.com/wuespace/telestion-client/commit/f6f766489d253afacc8162ff49eb587f53a7a5e1)), closes [#272](https://github.com/wuespace/telestion-client/issues/272) -## [0.5.0](https://github.com/TelestionTeam/telestion-client/compare/v0.4.0...v0.5.0) (2021-02-05) +## [0.5.0](https://github.com/wuespace/telestion-client/compare/v0.4.0...v0.5.0) (2021-02-05) ### Features -* **common:** Add hook for managing dependency timeouts ([6684ede](https://github.com/TelestionTeam/telestion-client/commit/6684ede2d10a08ffe5e5f66ce867a564f6ed24f4)), closes [#261](https://github.com/TelestionTeam/telestion-client/issues/261) -* **common:** Add Loading Indicator component as helper for loading widgets ([efcf36c](https://github.com/TelestionTeam/telestion-client/commit/efcf36cc1bc3c36b954b16835dc7c4e568f90454)), closes [#261](https://github.com/TelestionTeam/telestion-client/issues/261) +* **common:** Add hook for managing dependency timeouts ([6684ede](https://github.com/wuespace/telestion-client/commit/6684ede2d10a08ffe5e5f66ce867a564f6ed24f4)), closes [#261](https://github.com/wuespace/telestion-client/issues/261) +* **common:** Add Loading Indicator component as helper for loading widgets ([efcf36c](https://github.com/wuespace/telestion-client/commit/efcf36cc1bc3c36b954b16835dc7c4e568f90454)), closes [#261](https://github.com/wuespace/telestion-client/issues/261) -## [0.4.0](https://github.com/TelestionTeam/telestion-client/compare/v0.3.3...v0.4.0) (2021-02-05) +## [0.4.0](https://github.com/wuespace/telestion-client/compare/v0.3.3...v0.4.0) (2021-02-05) **Note:** Version bump only for package @wuespace/telestion-client-common @@ -248,7 +248,7 @@ return

Waiting for incoming data

; -## [0.3.3](https://github.com/TelestionTeam/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26) +## [0.3.3](https://github.com/wuespace/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26) **Note:** Version bump only for package @wuespace/telestion-client-common diff --git a/packages/telestion-client-common/README.md b/packages/telestion-client-common/README.md index 351512b31..447ee8ea1 100644 --- a/packages/telestion-client-common/README.md +++ b/packages/telestion-client-common/README.md @@ -2,12 +2,12 @@ npm: [`@wuespace/telestion-client-common`](https://www.npmjs.com/package/@wuespace/telestion-client-common) -[![Maintainability](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/maintainability)](https://codeclimate.com/github/TelestionTeam/telestion-client/maintainability) -[![Test Coverage](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/test_coverage)](https://codeclimate.com/github/TelestionTeam/telestion-client/test_coverage) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/CI)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3ACI) -[![GitHub](https://img.shields.io/github/license/TelestionTeam/telestion-client)](LICENSE) -[![node-current (scoped)](https://img.shields.io/node/v/@wuespace/telestion-client-common)](package.json) +[![Maintainability](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/maintainability)](https://codeclimate.com/github/wuespace/telestion-client/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/test_coverage)](https://codeclimate.com/github/wuespace/telestion-client/test_coverage) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/wuespace/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/CI)](https://github.com/wuespace/telestion-client/actions?query=workflow%3ACI) +[![GitHub](https://img.shields.io/github/license/wuespace/telestion-client)](LICENSE) +[![Node current](https://img.shields.io/badge/node-%3E%3D14-brightgreen)](package.json) [![Twitter Follow](https://img.shields.io/twitter/follow/wuespace?style=social)](https://twitter.com/wuespace) Common components for the development of _Project-Specific Clients_ (PSCs) with the Telestion Client Ecosystem. @@ -46,7 +46,7 @@ function HeaderComponent() { ``` For a full list of components, hooks and utility parts, check out the reference: -https://telestionteam.github.io/telestion-client/@wuespace/telestion-client-common/ +https://wuespace.github.io/telestion-client/@wuespace/telestion-client-common/ ## Package structure @@ -85,13 +85,13 @@ https://telestionteam.github.io/telestion-client/@wuespace/telestion-client-comm ## Contributing -If you want to contribute to this package, please take a look at the [Telestion Client monorepo](https://github.com/TelestionTeam/telestion-client/) that manages this package, among other Telestion Client packages. +If you want to contribute to this package, please take a look at the [Telestion Client monorepo](https://github.com/wuespace/telestion-client/) that manages this package, among other Telestion Client packages. ## Contributors Thank you to all contributors of this repository: -[![Contributors](https://contrib.rocks/image?repo=TelestionTeam/telestion-client)](https://github.com/TelestionTeam/telestion-client/graphs/contributors) +[![Contributors](https://contrib.rocks/image?repo=wuespace/telestion-client)](https://github.com/wuespace/telestion-client/graphs/contributors) Made with [contributors-img](https://contrib.rocks). diff --git a/packages/telestion-client-common/package.json b/packages/telestion-client-common/package.json index 873bb8d3d..a31cb39e9 100644 --- a/packages/telestion-client-common/package.json +++ b/packages/telestion-client-common/package.json @@ -3,7 +3,7 @@ "description": "The common components of the Telestion Client", "license": "MIT", "version": "0.12.1", - "homepage": "https://github.com/TelestionTeam/telestion-client#readme", + "homepage": "https://telestion.wuespace.de/", "main": "build/index.js", "module": "build/index.es.js", "types": "build/index.d.ts", @@ -20,11 +20,11 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/TelestionTeam/telestion-client.git", + "url": "git+https://github.com/wuespace/telestion-client.git", "directory": "packages/telestion-client-common" }, "bugs": { - "url": "https://github.com/TelestionTeam/telestion-client/issues" + "url": "https://github.com/wuespace/telestion-client/issues" }, "author": { "name": "wuespace", diff --git a/packages/telestion-client-core/CHANGELOG.md b/packages/telestion-client-core/CHANGELOG.md index 9d6562ae6..4144409dd 100644 --- a/packages/telestion-client-core/CHANGELOG.md +++ b/packages/telestion-client-core/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -### [0.12.1](https://github.com/TelestionTeam/telestion-client/compare/v0.12.0...v0.12.1) (2021-04-09) +### [0.12.1](https://github.com/wuespace/telestion-client/compare/v0.12.0...v0.12.1) (2021-04-09) **Note:** Version bump only for package @wuespace/telestion-client-core @@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.12.0](https://github.com/TelestionTeam/telestion-client/compare/v0.11.2...v0.12.0) (2021-04-08) +## [0.12.0](https://github.com/wuespace/telestion-client/compare/v0.11.2...v0.12.0) (2021-04-08) ### ⚠ BREAKING CHANGES @@ -20,16 +20,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -* Specify minimum node version in all packages and update workflows to use npm v7 as default ([b727223](https://github.com/TelestionTeam/telestion-client/commit/b72722326ce8b88f42ad2c16ddbd60991e2c8b72)) +* Specify minimum node version in all packages and update workflows to use npm v7 as default ([b727223](https://github.com/wuespace/telestion-client/commit/b72722326ce8b88f42ad2c16ddbd60991e2c8b72)) ### Bug Fixes -* **core:** Fix breaking changes ([b6551c3](https://github.com/TelestionTeam/telestion-client/commit/b6551c3c388db5bf78da385a1a52d8f526f04970)) +* **core:** Fix breaking changes ([b6551c3](https://github.com/wuespace/telestion-client/commit/b6551c3c388db5bf78da385a1a52d8f526f04970)) -### [0.11.2](https://github.com/TelestionTeam/telestion-client/compare/v0.11.1...v0.11.2) (2021-03-09) +### [0.11.2](https://github.com/wuespace/telestion-client/compare/v0.11.1...v0.11.2) (2021-03-09) **Note:** Version bump only for package @wuespace/telestion-client-core @@ -37,7 +37,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -### [0.11.1](https://github.com/TelestionTeam/telestion-client/compare/v0.11.0...v0.11.1) (2021-03-01) +### [0.11.1](https://github.com/wuespace/telestion-client/compare/v0.11.0...v0.11.1) (2021-03-01) **Note:** Version bump only for package @wuespace/telestion-client-core @@ -45,7 +45,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.11.0](https://github.com/TelestionTeam/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28) +## [0.11.0](https://github.com/wuespace/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28) **Note:** Version bump only for package @wuespace/telestion-client-core @@ -53,7 +53,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -### [0.10.1](https://github.com/TelestionTeam/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27) +### [0.10.1](https://github.com/wuespace/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27) **Note:** Version bump only for package @wuespace/telestion-client-core @@ -61,18 +61,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.10.0](https://github.com/TelestionTeam/telestion-client/compare/v0.9.0...v0.10.0) (2021-02-23) +## [0.10.0](https://github.com/wuespace/telestion-client/compare/v0.9.0...v0.10.0) (2021-02-23) ### Documentation Changes -* Document new storybook-internal component folders in package `README.md`s ([89e8754](https://github.com/TelestionTeam/telestion-client/commit/89e8754a8ee9501fd5da0c6eaac0e19a87ba085e)) -* **common:** Improve storybook stories ([1cd24d1](https://github.com/TelestionTeam/telestion-client/commit/1cd24d1842d981d4dae026092062520d84b2672f)) -* **core:** Improve storybook stories for `TelestionClient` ([dfdc8e1](https://github.com/TelestionTeam/telestion-client/commit/dfdc8e1c04a914dd753793623f9cc51fa49cfaa3)) +* Document new storybook-internal component folders in package `README.md`s ([89e8754](https://github.com/wuespace/telestion-client/commit/89e8754a8ee9501fd5da0c6eaac0e19a87ba085e)) +* **common:** Improve storybook stories ([1cd24d1](https://github.com/wuespace/telestion-client/commit/1cd24d1842d981d4dae026092062520d84b2672f)) +* **core:** Improve storybook stories for `TelestionClient` ([dfdc8e1](https://github.com/wuespace/telestion-client/commit/dfdc8e1c04a914dd753793623f9cc51fa49cfaa3)) -## [0.9.0](https://github.com/TelestionTeam/telestion-client/compare/v0.8.0...v0.9.0) (2021-02-09) +## [0.9.0](https://github.com/wuespace/telestion-client/compare/v0.8.0...v0.9.0) (2021-02-09) **Note:** Version bump only for package @wuespace/telestion-client-core @@ -80,17 +80,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.8.0](https://github.com/TelestionTeam/telestion-client/compare/v0.7.1...v0.8.0) (2021-02-08) +## [0.8.0](https://github.com/wuespace/telestion-client/compare/v0.7.1...v0.8.0) (2021-02-08) ### Documentation Changes -* WueSpace becomes WüSpace (a typo in previous commits) ([9c44d69](https://github.com/TelestionTeam/telestion-client/commit/9c44d696f0d5502ce5222a90011e892b8a7054c2)) -* **core:** Update the package's README.md ([f36fd06](https://github.com/TelestionTeam/telestion-client/commit/f36fd06cf06f631829656fb71e25b33d6502a994)) +* WueSpace becomes WüSpace (a typo in previous commits) ([9c44d69](https://github.com/wuespace/telestion-client/commit/9c44d696f0d5502ce5222a90011e892b8a7054c2)) +* **core:** Update the package's README.md ([f36fd06](https://github.com/wuespace/telestion-client/commit/f36fd06cf06f631829656fb71e25b33d6502a994)) -## [0.7.0](https://github.com/TelestionTeam/telestion-client/compare/v0.6.1...v0.7.0) (2021-02-06) +## [0.7.0](https://github.com/wuespace/telestion-client/compare/v0.6.1...v0.7.0) (2021-02-06) **Note:** Version bump only for package @wuespace/telestion-client-core @@ -98,7 +98,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.6.0](https://github.com/TelestionTeam/telestion-client/compare/v0.5.0...v0.6.0) (2021-02-05) +## [0.6.0](https://github.com/wuespace/telestion-client/compare/v0.5.0...v0.6.0) (2021-02-05) **Note:** Version bump only for package @wuespace/telestion-client-core @@ -106,7 +106,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.5.0](https://github.com/TelestionTeam/telestion-client/compare/v0.4.0...v0.5.0) (2021-02-05) +## [0.5.0](https://github.com/wuespace/telestion-client/compare/v0.4.0...v0.5.0) (2021-02-05) **Note:** Version bump only for package @wuespace/telestion-client-core @@ -114,17 +114,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.4.0](https://github.com/TelestionTeam/telestion-client/compare/v0.3.3...v0.4.0) (2021-02-05) +## [0.4.0](https://github.com/wuespace/telestion-client/compare/v0.3.3...v0.4.0) (2021-02-05) ### Features -* **core:** Returned data of event bus abstraction hooks now typable and update documentation ([3b12717](https://github.com/TelestionTeam/telestion-client/commit/3b127176f6d87f64463362eac57c8bb993a4ab04)) +* **core:** Returned data of event bus abstraction hooks now typable and update documentation ([3b12717](https://github.com/wuespace/telestion-client/commit/3b127176f6d87f64463362eac57c8bb993a4ab04)) ### Bug Fixes -* **core:** Small type change in implementation for callback in event bus abstraction hooks ([1277d8f](https://github.com/TelestionTeam/telestion-client/commit/1277d8f8895be913bcb72f68dc73df2137036daa)) +* **core:** Small type change in implementation for callback in event bus abstraction hooks ([1277d8f](https://github.com/wuespace/telestion-client/commit/1277d8f8895be913bcb72f68dc73df2137036daa)) @@ -136,7 +136,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.3.3](https://github.com/TelestionTeam/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26) +## [0.3.3](https://github.com/wuespace/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26) **Note:** Version bump only for package @wuespace/telestion-client-core diff --git a/packages/telestion-client-core/README.md b/packages/telestion-client-core/README.md index 5d5976a95..5a7c5b1e4 100644 --- a/packages/telestion-client-core/README.md +++ b/packages/telestion-client-core/README.md @@ -2,12 +2,12 @@ npm: [`@wuespace/telestion-client-core`](https://www.npmjs.com/package/@wuespace/telestion-client-core) -[![Maintainability](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/maintainability)](https://codeclimate.com/github/TelestionTeam/telestion-client/maintainability) -[![Test Coverage](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/test_coverage)](https://codeclimate.com/github/TelestionTeam/telestion-client/test_coverage) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/CI)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3ACI) -[![GitHub](https://img.shields.io/github/license/TelestionTeam/telestion-client)](LICENSE) -[![node-current (scoped)](https://img.shields.io/node/v/@wuespace/telestion-client-core)](package.json) +[![Maintainability](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/maintainability)](https://codeclimate.com/github/wuespace/telestion-client/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/test_coverage)](https://codeclimate.com/github/wuespace/telestion-client/test_coverage) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/wuespace/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/CI)](https://github.com/wuespace/telestion-client/actions?query=workflow%3ACI) +[![GitHub](https://img.shields.io/github/license/wuespace/telestion-client)](LICENSE) +[![Node current](https://img.shields.io/badge/node-%3E%3D14-brightgreen)](package.json) [![Twitter Follow](https://img.shields.io/twitter/follow/wuespace?style=social)](https://twitter.com/wuespace) Essential, core components for the development of _Project-Specific Clients_ (PSCs) with the Telestion Client Ecosystem. @@ -35,7 +35,7 @@ function App() { ``` For a full list of components, hooks and utility parts, check out the reference: -https://telestionteam.github.io/telestion-client/@wuespace/telestion-client-core/ +https://wuespace.github.io/telestion-client/@wuespace/telestion-client-core/ ## Package structure @@ -74,13 +74,13 @@ https://telestionteam.github.io/telestion-client/@wuespace/telestion-client-core ## Contributing -If you want to contribute to this package, please take a look at the [Telestion Client monorepo](https://github.com/TelestionTeam/telestion-client/) that manages this package, among other Telestion Client packages. +If you want to contribute to this package, please take a look at the [Telestion Client monorepo](https://github.com/wuespace/telestion-client/) that manages this package, among other Telestion Client packages. ## Contributors Thank you to all contributors of this repository: -[![Contributors](https://contrib.rocks/image?repo=TelestionTeam/telestion-client)](https://github.com/TelestionTeam/telestion-client/graphs/contributors) +[![Contributors](https://contrib.rocks/image?repo=wuespace/telestion-client)](https://github.com/wuespace/telestion-client/graphs/contributors) Made with [contributors-img](https://contrib.rocks). diff --git a/packages/telestion-client-core/package.json b/packages/telestion-client-core/package.json index 64bbfae3c..5a362edfe 100644 --- a/packages/telestion-client-core/package.json +++ b/packages/telestion-client-core/package.json @@ -3,7 +3,7 @@ "description": "The core components of the Telestion Client", "license": "MIT", "version": "0.12.1", - "homepage": "https://github.com/TelestionTeam/telestion-client#readme", + "homepage": "https://telestion.wuespace.de/", "main": "build/index.js", "module": "build/index.es.js", "types": "build/index.d.ts", @@ -20,11 +20,11 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/TelestionTeam/telestion-client.git", + "url": "git+https://github.com/wuespace/telestion-client.git", "directory": "packages/telestion-client-core" }, "bugs": { - "url": "https://github.com/TelestionTeam/telestion-client/issues" + "url": "https://github.com/wuespace/telestion-client/issues" }, "author": { "name": "wuespace", diff --git a/packages/telestion-client-prop-types/CHANGELOG.md b/packages/telestion-client-prop-types/CHANGELOG.md index cc39bce14..05ad5f421 100644 --- a/packages/telestion-client-prop-types/CHANGELOG.md +++ b/packages/telestion-client-prop-types/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -### [0.12.1](https://github.com/TelestionTeam/telestion-client/compare/v0.12.0...v0.12.1) (2021-04-09) +### [0.12.1](https://github.com/wuespace/telestion-client/compare/v0.12.0...v0.12.1) (2021-04-09) **Note:** Version bump only for package @wuespace/telestion-client-prop-types @@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.12.0](https://github.com/TelestionTeam/telestion-client/compare/v0.11.2...v0.12.0) (2021-04-08) +## [0.12.0](https://github.com/wuespace/telestion-client/compare/v0.11.2...v0.12.0) (2021-04-08) ### ⚠ BREAKING CHANGES @@ -20,11 +20,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -* Specify minimum node version in all packages and update workflows to use npm v7 as default ([b727223](https://github.com/TelestionTeam/telestion-client/commit/b72722326ce8b88f42ad2c16ddbd60991e2c8b72)) +* Specify minimum node version in all packages and update workflows to use npm v7 as default ([b727223](https://github.com/wuespace/telestion-client/commit/b72722326ce8b88f42ad2c16ddbd60991e2c8b72)) -### [0.11.2](https://github.com/TelestionTeam/telestion-client/compare/v0.11.1...v0.11.2) (2021-03-09) +### [0.11.2](https://github.com/wuespace/telestion-client/compare/v0.11.1...v0.11.2) (2021-03-09) **Note:** Version bump only for package @wuespace/telestion-client-prop-types @@ -32,7 +32,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -### [0.11.1](https://github.com/TelestionTeam/telestion-client/compare/v0.11.0...v0.11.1) (2021-03-01) +### [0.11.1](https://github.com/wuespace/telestion-client/compare/v0.11.0...v0.11.1) (2021-03-01) **Note:** Version bump only for package @wuespace/telestion-client-prop-types @@ -40,7 +40,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.11.0](https://github.com/TelestionTeam/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28) +## [0.11.0](https://github.com/wuespace/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28) **Note:** Version bump only for package @wuespace/telestion-client-prop-types @@ -48,7 +48,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -### [0.10.1](https://github.com/TelestionTeam/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27) +### [0.10.1](https://github.com/wuespace/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27) **Note:** Version bump only for package @wuespace/telestion-client-prop-types @@ -56,7 +56,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.10.0](https://github.com/TelestionTeam/telestion-client/compare/v0.9.0...v0.10.0) (2021-02-23) +## [0.10.0](https://github.com/wuespace/telestion-client/compare/v0.9.0...v0.10.0) (2021-02-23) **Note:** Version bump only for package @wuespace/telestion-client-prop-types @@ -64,7 +64,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.9.0](https://github.com/TelestionTeam/telestion-client/compare/v0.8.0...v0.9.0) (2021-02-09) +## [0.9.0](https://github.com/wuespace/telestion-client/compare/v0.8.0...v0.9.0) (2021-02-09) **Note:** Version bump only for package @wuespace/telestion-client-prop-types @@ -72,22 +72,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.8.0](https://github.com/TelestionTeam/telestion-client/compare/v0.7.1...v0.8.0) (2021-02-08) +## [0.8.0](https://github.com/wuespace/telestion-client/compare/v0.7.1...v0.8.0) (2021-02-08) ### Features -* **template:** Add `@wuespace/telestion-client-prop-types` as default dependency of newly initialized PSC projects ([3d7d4ec](https://github.com/TelestionTeam/telestion-client/commit/3d7d4ec6e504e3568d66feee5789c76c259f0367)) +* **template:** Add `@wuespace/telestion-client-prop-types` as default dependency of newly initialized PSC projects ([3d7d4ec](https://github.com/wuespace/telestion-client/commit/3d7d4ec6e504e3568d66feee5789c76c259f0367)) ### Documentation Changes -* WueSpace becomes WüSpace (a typo in previous commits) ([9c44d69](https://github.com/TelestionTeam/telestion-client/commit/9c44d696f0d5502ce5222a90011e892b8a7054c2)) -* **prop-types:** Update the package's README.md ([59a1a0c](https://github.com/TelestionTeam/telestion-client/commit/59a1a0cb1b7689f3e15ed457897f1c43171b1dee)) +* WueSpace becomes WüSpace (a typo in previous commits) ([9c44d69](https://github.com/wuespace/telestion-client/commit/9c44d696f0d5502ce5222a90011e892b8a7054c2)) +* **prop-types:** Update the package's README.md ([59a1a0c](https://github.com/wuespace/telestion-client/commit/59a1a0cb1b7689f3e15ed457897f1c43171b1dee)) -## [0.7.0](https://github.com/TelestionTeam/telestion-client/compare/v0.6.1...v0.7.0) (2021-02-06) +## [0.7.0](https://github.com/wuespace/telestion-client/compare/v0.6.1...v0.7.0) (2021-02-06) **Note:** Version bump only for package @wuespace/telestion-client-prop-types @@ -95,7 +95,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.6.0](https://github.com/TelestionTeam/telestion-client/compare/v0.5.0...v0.6.0) (2021-02-05) +## [0.6.0](https://github.com/wuespace/telestion-client/compare/v0.5.0...v0.6.0) (2021-02-05) **Note:** Version bump only for package @wuespace/telestion-client-prop-types @@ -103,7 +103,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.5.0](https://github.com/TelestionTeam/telestion-client/compare/v0.4.0...v0.5.0) (2021-02-05) +## [0.5.0](https://github.com/wuespace/telestion-client/compare/v0.4.0...v0.5.0) (2021-02-05) **Note:** Version bump only for package @wuespace/telestion-client-prop-types @@ -111,7 +111,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.4.0](https://github.com/TelestionTeam/telestion-client/compare/v0.3.3...v0.4.0) (2021-02-05) +## [0.4.0](https://github.com/wuespace/telestion-client/compare/v0.3.3...v0.4.0) (2021-02-05) **Note:** Version bump only for package @wuespace/telestion-client-prop-types @@ -127,7 +127,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.3.3](https://github.com/TelestionTeam/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26) +## [0.3.3](https://github.com/wuespace/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26) **Note:** Version bump only for package @wuespace/telestion-client-prop-types diff --git a/packages/telestion-client-prop-types/README.md b/packages/telestion-client-prop-types/README.md index 2771a7590..6fcbf07d0 100644 --- a/packages/telestion-client-prop-types/README.md +++ b/packages/telestion-client-prop-types/README.md @@ -2,12 +2,12 @@ npm: [`@wuespace/telestion-client-prop-types`](https://www.npmjs.com/package/@wuespace/telestion-client-prop-types) -[![Maintainability](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/maintainability)](https://codeclimate.com/github/TelestionTeam/telestion-client/maintainability) -[![Test Coverage](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/test_coverage)](https://codeclimate.com/github/TelestionTeam/telestion-client/test_coverage) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/CI)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3ACI) -[![GitHub](https://img.shields.io/github/license/TelestionTeam/telestion-client)](LICENSE) -[![node-current (scoped)](https://img.shields.io/node/v/@wuespace/telestion-client-prop-types)](package.json) +[![Maintainability](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/maintainability)](https://codeclimate.com/github/wuespace/telestion-client/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/test_coverage)](https://codeclimate.com/github/wuespace/telestion-client/test_coverage) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/wuespace/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/CI)](https://github.com/wuespace/telestion-client/actions?query=workflow%3ACI) +[![GitHub](https://img.shields.io/github/license/wuespace/telestion-client)](LICENSE) +[![Node current](https://img.shields.io/badge/node-%3E%3D14-brightgreen)](package.json) [![Twitter Follow](https://img.shields.io/twitter/follow/wuespace?style=social)](https://twitter.com/wuespace) Helpful PropTypes for types exported by the `@wuespace/telestion-client-types` package. @@ -46,10 +46,10 @@ MyComponent.propTypes = { Every exported type from `@wuespace/telestion-client-types` has an appropriate PropType member exported in this package. For all full list of types used in Telestion Client, check out the reference: -https://telestionteam.github.io/telestion-client/@wuespace/telestion-client-types/ +https://wuespace.github.io/telestion-client/@wuespace/telestion-client-types/ For the equivalent PropTypes, check out the reference here: -https://telestionteam.github.io/telestion-client/@wuespace/telestion-client-prop-types/ +https://wuespace.github.io/telestion-client/@wuespace/telestion-client-prop-types/ ## Package structure @@ -77,13 +77,13 @@ https://telestionteam.github.io/telestion-client/@wuespace/telestion-client-prop ## Contributing -If you want to contribute to this package, please take a look at the [Telestion Client monorepo](https://github.com/TelestionTeam/telestion-client/) that manages this package, among other Telestion Client packages. +If you want to contribute to this package, please take a look at the [Telestion Client monorepo](https://github.com/wuespace/telestion-client/) that manages this package, among other Telestion Client packages. ## Contributors Thank you to all contributors of this repository: -[![Contributors](https://contrib.rocks/image?repo=TelestionTeam/telestion-client)](https://github.com/TelestionTeam/telestion-client/graphs/contributors) +[![Contributors](https://contrib.rocks/image?repo=wuespace/telestion-client)](https://github.com/wuespace/telestion-client/graphs/contributors) Made with [contributors-img](https://contrib.rocks). diff --git a/packages/telestion-client-prop-types/package.json b/packages/telestion-client-prop-types/package.json index 48a4c8ab3..600e4fdd0 100644 --- a/packages/telestion-client-prop-types/package.json +++ b/packages/telestion-client-prop-types/package.json @@ -3,7 +3,7 @@ "description": "PropTypes for Telestion Client types", "license": "MIT", "version": "0.12.1", - "homepage": "https://github.com/TelestionTeam/telestion-client#readme", + "homepage": "https://telestion.wuespace.de/", "main": "build/index.js", "module": "build/index.es.js", "types": "build/index.d.ts", @@ -20,11 +20,11 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/TelestionTeam/telestion-client.git", + "url": "git+https://github.com/wuespace/telestion-client.git", "directory": "packages/telestion-client-prop-types" }, "bugs": { - "url": "https://github.com/TelestionTeam/telestion-client/issues" + "url": "https://github.com/wuespace/telestion-client/issues" }, "author": { "name": "wuespace", diff --git a/packages/telestion-client-template/CHANGELOG.md b/packages/telestion-client-template/CHANGELOG.md index 3511313da..0991b6b88 100644 --- a/packages/telestion-client-template/CHANGELOG.md +++ b/packages/telestion-client-template/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -### [0.12.1](https://github.com/TelestionTeam/telestion-client/compare/v0.12.0...v0.12.1) (2021-04-09) +### [0.12.1](https://github.com/wuespace/telestion-client/compare/v0.12.0...v0.12.1) (2021-04-09) **Note:** Version bump only for package @wuespace/telestion-client-template @@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.12.0](https://github.com/TelestionTeam/telestion-client/compare/v0.11.2...v0.12.0) (2021-04-08) +## [0.12.0](https://github.com/wuespace/telestion-client/compare/v0.11.2...v0.12.0) (2021-04-08) ### ⚠ BREAKING CHANGES @@ -20,11 +20,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -* Specify minimum node version in all packages and update workflows to use npm v7 as default ([b727223](https://github.com/TelestionTeam/telestion-client/commit/b72722326ce8b88f42ad2c16ddbd60991e2c8b72)) +* Specify minimum node version in all packages and update workflows to use npm v7 as default ([b727223](https://github.com/wuespace/telestion-client/commit/b72722326ce8b88f42ad2c16ddbd60991e2c8b72)) -### [0.11.2](https://github.com/TelestionTeam/telestion-client/compare/v0.11.1...v0.11.2) (2021-03-09) +### [0.11.2](https://github.com/wuespace/telestion-client/compare/v0.11.1...v0.11.2) (2021-03-09) **Note:** Version bump only for package @wuespace/telestion-client-template @@ -32,7 +32,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -### [0.11.1](https://github.com/TelestionTeam/telestion-client/compare/v0.11.0...v0.11.1) (2021-03-01) +### [0.11.1](https://github.com/wuespace/telestion-client/compare/v0.11.0...v0.11.1) (2021-03-01) **Note:** Version bump only for package @wuespace/telestion-client-template @@ -40,7 +40,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.11.0](https://github.com/TelestionTeam/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28) +## [0.11.0](https://github.com/wuespace/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28) **Note:** Version bump only for package @wuespace/telestion-client-template @@ -48,7 +48,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -### [0.10.1](https://github.com/TelestionTeam/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27) +### [0.10.1](https://github.com/wuespace/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27) **Note:** Version bump only for package @wuespace/telestion-client-template @@ -56,7 +56,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.10.0](https://github.com/TelestionTeam/telestion-client/compare/v0.9.0...v0.10.0) (2021-02-23) +## [0.10.0](https://github.com/wuespace/telestion-client/compare/v0.9.0...v0.10.0) (2021-02-23) **Note:** Version bump only for package @wuespace/telestion-client-template @@ -64,16 +64,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.9.0](https://github.com/TelestionTeam/telestion-client/compare/v0.8.0...v0.9.0) (2021-02-09) +## [0.9.0](https://github.com/wuespace/telestion-client/compare/v0.8.0...v0.9.0) (2021-02-09) ### Bug Fixes -* **template:** Add browserslist to package.json to allow immediate start of development build ([0cf4d47](https://github.com/TelestionTeam/telestion-client/commit/0cf4d4702a93fb41cc5fc9deeaafc272aa3c4c7c)) +* **template:** Add browserslist to package.json to allow immediate start of development build ([0cf4d47](https://github.com/wuespace/telestion-client/commit/0cf4d4702a93fb41cc5fc9deeaafc272aa3c4c7c)) -## [0.8.0](https://github.com/TelestionTeam/telestion-client/compare/v0.7.1...v0.8.0) (2021-02-08) +## [0.8.0](https://github.com/wuespace/telestion-client/compare/v0.7.1...v0.8.0) (2021-02-08) ### ⚠ BREAKING CHANGES @@ -105,28 +105,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -* **cli:** Add configuration file parsing to the CLI ([f2760e3](https://github.com/TelestionTeam/telestion-client/commit/f2760e3f0c377c2cc9c9b409d71460db68927581)) -* **template:** Add `@wuespace/telestion-client-prop-types` as default dependency of newly initialized PSC projects ([3d7d4ec](https://github.com/TelestionTeam/telestion-client/commit/3d7d4ec6e504e3568d66feee5789c76c259f0367)) -* **template:** Add prettier in template for new PSCs ([3165a18](https://github.com/TelestionTeam/telestion-client/commit/3165a1833e7d8aa77638522d66db23dd229ef6f0)) +* **cli:** Add configuration file parsing to the CLI ([f2760e3](https://github.com/wuespace/telestion-client/commit/f2760e3f0c377c2cc9c9b409d71460db68927581)) +* **template:** Add `@wuespace/telestion-client-prop-types` as default dependency of newly initialized PSC projects ([3d7d4ec](https://github.com/wuespace/telestion-client/commit/3d7d4ec6e504e3568d66feee5789c76c259f0367)) +* **template:** Add prettier in template for new PSCs ([3165a18](https://github.com/wuespace/telestion-client/commit/3165a1833e7d8aa77638522d66db23dd229ef6f0)) ### Bug Fixes -* **template:** Add `eslintConfig` to PSC package.json ([050664e](https://github.com/TelestionTeam/telestion-client/commit/050664ea4555c2ea01669e44e972de20e1783bc8)), closes [#305](https://github.com/TelestionTeam/telestion-client/issues/305) -* **template:** Add `homepage` specifier to PSC package.json ([b7ee792](https://github.com/TelestionTeam/telestion-client/commit/b7ee792083a6237b107808227c7bb8f70df317ab)) -* **template:** Fix `devDependencies` in template ([b01b2d5](https://github.com/TelestionTeam/telestion-client/commit/b01b2d5fecb2a30d7434af63a690cba8b8fa4dc0)) +* **template:** Add `eslintConfig` to PSC package.json ([050664e](https://github.com/wuespace/telestion-client/commit/050664ea4555c2ea01669e44e972de20e1783bc8)), closes [#305](https://github.com/wuespace/telestion-client/issues/305) +* **template:** Add `homepage` specifier to PSC package.json ([b7ee792](https://github.com/wuespace/telestion-client/commit/b7ee792083a6237b107808227c7bb8f70df317ab)) +* **template:** Fix `devDependencies` in template ([b01b2d5](https://github.com/wuespace/telestion-client/commit/b01b2d5fecb2a30d7434af63a690cba8b8fa4dc0)) ### Documentation Changes -* WueSpace becomes WüSpace (a typo in previous commits) ([9c44d69](https://github.com/TelestionTeam/telestion-client/commit/9c44d696f0d5502ce5222a90011e892b8a7054c2)) -* **template:** Include project structure description in PSC README.md ([e3893cb](https://github.com/TelestionTeam/telestion-client/commit/e3893cbe5f54d7a75f07efc4418c320234aa4d96)) -* **template:** Update the package's README.md ([747efe1](https://github.com/TelestionTeam/telestion-client/commit/747efe117054e3b655e7ad9f5fa3cbcae5842a79)) -* **template:** Update the template's PSC README.md ([2d95652](https://github.com/TelestionTeam/telestion-client/commit/2d956527d80f08fef4ed07820dde25c0e8aef8b1)) +* WueSpace becomes WüSpace (a typo in previous commits) ([9c44d69](https://github.com/wuespace/telestion-client/commit/9c44d696f0d5502ce5222a90011e892b8a7054c2)) +* **template:** Include project structure description in PSC README.md ([e3893cb](https://github.com/wuespace/telestion-client/commit/e3893cbe5f54d7a75f07efc4418c320234aa4d96)) +* **template:** Update the package's README.md ([747efe1](https://github.com/wuespace/telestion-client/commit/747efe117054e3b655e7ad9f5fa3cbcae5842a79)) +* **template:** Update the template's PSC README.md ([2d95652](https://github.com/wuespace/telestion-client/commit/2d956527d80f08fef4ed07820dde25c0e8aef8b1)) -### [0.7.1](https://github.com/TelestionTeam/telestion-client/compare/v0.7.0...v0.7.1) (2021-02-06) +### [0.7.1](https://github.com/wuespace/telestion-client/compare/v0.7.0...v0.7.1) (2021-02-06) **Note:** Version bump only for package @wuespace/telestion-client-template @@ -134,34 +134,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.7.0](https://github.com/TelestionTeam/telestion-client/compare/v0.6.1...v0.7.0) (2021-02-06) +## [0.7.0](https://github.com/wuespace/telestion-client/compare/v0.6.1...v0.7.0) (2021-02-06) ### Features -* **template:** Adjust PSC template's npm scripts to accommodate for new `tc-cli start` behavior ([95bc391](https://github.com/TelestionTeam/telestion-client/commit/95bc3915bc61253f94f250b563faa68a456a33c9)) +* **template:** Adjust PSC template's npm scripts to accommodate for new `tc-cli start` behavior ([95bc391](https://github.com/wuespace/telestion-client/commit/95bc3915bc61253f94f250b563faa68a456a33c9)) -### [0.6.1](https://github.com/TelestionTeam/telestion-client/compare/v0.6.0...v0.6.1) (2021-02-05) +### [0.6.1](https://github.com/wuespace/telestion-client/compare/v0.6.0...v0.6.1) (2021-02-05) ### Bug Fixes -* Fix custom login page implementation in both template and documentation ([715e27c](https://github.com/TelestionTeam/telestion-client/commit/715e27c04dd20aa8bffb589ac67d6e8d77d7fb26)), closes [#290](https://github.com/TelestionTeam/telestion-client/issues/290) [#292](https://github.com/TelestionTeam/telestion-client/issues/292) +* Fix custom login page implementation in both template and documentation ([715e27c](https://github.com/wuespace/telestion-client/commit/715e27c04dd20aa8bffb589ac67d6e8d77d7fb26)), closes [#290](https://github.com/wuespace/telestion-client/issues/290) [#292](https://github.com/wuespace/telestion-client/issues/292) -## [0.6.0](https://github.com/TelestionTeam/telestion-client/compare/v0.5.0...v0.6.0) (2021-02-05) +## [0.6.0](https://github.com/wuespace/telestion-client/compare/v0.5.0...v0.6.0) (2021-02-05) ### Features -* **template:** Add refactor recommendation for login page as default to the template ([c59697e](https://github.com/TelestionTeam/telestion-client/commit/c59697eb04741bee15de9e1158b6f7932cbe0448)) +* **template:** Add refactor recommendation for login page as default to the template ([c59697e](https://github.com/wuespace/telestion-client/commit/c59697eb04741bee15de9e1158b6f7932cbe0448)) -## [0.5.0](https://github.com/TelestionTeam/telestion-client/compare/v0.4.0...v0.5.0) (2021-02-05) +## [0.5.0](https://github.com/wuespace/telestion-client/compare/v0.4.0...v0.5.0) (2021-02-05) **Note:** Version bump only for package @wuespace/telestion-client-template @@ -169,7 +169,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.4.0](https://github.com/TelestionTeam/telestion-client/compare/v0.3.3...v0.4.0) (2021-02-05) +## [0.4.0](https://github.com/wuespace/telestion-client/compare/v0.3.3...v0.4.0) (2021-02-05) ### ⚠ BREAKING CHANGES @@ -178,14 +178,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -* **cli:** Add `tc-cli generate widget` command ([4305e09](https://github.com/TelestionTeam/telestion-client/commit/4305e09d45204607bba7fa7fd41360824ce2b112)), closes [#263](https://github.com/TelestionTeam/telestion-client/issues/263) -* **template:** Add npm scripts and local CLI instance to template ([4c7c503](https://github.com/TelestionTeam/telestion-client/commit/4c7c5035d833d886a6b73fdff268227279ffb669)) +* **cli:** Add `tc-cli generate widget` command ([4305e09](https://github.com/wuespace/telestion-client/commit/4305e09d45204607bba7fa7fd41360824ce2b112)), closes [#263](https://github.com/wuespace/telestion-client/issues/263) +* **template:** Add npm scripts and local CLI instance to template ([4c7c503](https://github.com/wuespace/telestion-client/commit/4c7c5035d833d886a6b73fdff268227279ffb669)) ### Bug Fixes -* **template:** Add .eslintcache to template gitignore ([ccd9c35](https://github.com/TelestionTeam/telestion-client/commit/ccd9c358bf76da0f02368728ac3ccd688033b571)) -* **template:** Add React Spectrum Tabs dependency ([ff8a30e](https://github.com/TelestionTeam/telestion-client/commit/ff8a30e41b8c64cac7469643dec17fc2323f80a9)) +* **template:** Add .eslintcache to template gitignore ([ccd9c35](https://github.com/wuespace/telestion-client/commit/ccd9c358bf76da0f02368728ac3ccd688033b571)) +* **template:** Add React Spectrum Tabs dependency ([ff8a30e](https://github.com/wuespace/telestion-client/commit/ff8a30e41b8c64cac7469643dec17fc2323f80a9)) @@ -197,7 +197,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.3.3](https://github.com/TelestionTeam/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26) +## [0.3.3](https://github.com/wuespace/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26) **Note:** Version bump only for package @wuespace/telestion-client-template diff --git a/packages/telestion-client-template/README.md b/packages/telestion-client-template/README.md index c1c0df024..398dbc4a2 100644 --- a/packages/telestion-client-template/README.md +++ b/packages/telestion-client-template/README.md @@ -2,12 +2,12 @@ npm: [`@wuespace/telestion-client-template`](https://www.npmjs.com/package/@wuespace/telestion-client-template) -[![Maintainability](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/maintainability)](https://codeclimate.com/github/TelestionTeam/telestion-client/maintainability) -[![Test Coverage](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/test_coverage)](https://codeclimate.com/github/TelestionTeam/telestion-client/test_coverage) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/CI)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3ACI) -[![GitHub](https://img.shields.io/github/license/TelestionTeam/telestion-client)](LICENSE) -[![node-current (scoped)](https://img.shields.io/node/v/@wuespace/telestion-client-template)](package.json) +[![Maintainability](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/maintainability)](https://codeclimate.com/github/wuespace/telestion-client/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/test_coverage)](https://codeclimate.com/github/wuespace/telestion-client/test_coverage) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/wuespace/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/CI)](https://github.com/wuespace/telestion-client/actions?query=workflow%3ACI) +[![GitHub](https://img.shields.io/github/license/wuespace/telestion-client)](LICENSE) +[![Node current](https://img.shields.io/badge/node-%3E%3D14-brightgreen)](package.json) [![Twitter Follow](https://img.shields.io/twitter/follow/wuespace?style=social)](https://twitter.com/wuespace) The template used by the Telestion Client CLI for generating _Project-Specific Client_ (PSC) projects. @@ -16,7 +16,7 @@ The template used by the Telestion Client CLI for generating _Project-Specific C You usually do not need this package as a direct dependency. If you want to start a new project with this template, -please use the [Telestion Client CLI](https://github.com/TelestionTeam/telestion-client/tree/main/packages/telestion-client-cli). +please use the [Telestion Client CLI](https://github.com/wuespace/telestion-client/tree/main/packages/telestion-client-cli). ## Package structure @@ -34,13 +34,13 @@ please use the [Telestion Client CLI](https://github.com/TelestionTeam/telestion ## Contributing -If you want to contribute to this package, please take a look at the [Telestion Client monorepo](https://github.com/TelestionTeam/telestion-client/) that manages this package, among other Telestion Client packages. +If you want to contribute to this package, please take a look at the [Telestion Client monorepo](https://github.com/wuespace/telestion-client/) that manages this package, among other Telestion Client packages. ## Contributors Thank you to all contributors of this repository: -[![Contributors](https://contrib.rocks/image?repo=TelestionTeam/telestion-client)](https://github.com/TelestionTeam/telestion-client/graphs/contributors) +[![Contributors](https://contrib.rocks/image?repo=wuespace/telestion-client)](https://github.com/wuespace/telestion-client/graphs/contributors) Made with [contributors-img](https://contrib.rocks). diff --git a/packages/telestion-client-template/package.json b/packages/telestion-client-template/package.json index a46499c35..44bd77133 100644 --- a/packages/telestion-client-template/package.json +++ b/packages/telestion-client-template/package.json @@ -3,17 +3,17 @@ "description": "The template for a Telestion Client project", "license": "MIT", "version": "0.12.1", - "homepage": "https://github.com/TelestionTeam/telestion-client#readme", + "homepage": "https://telestion.wuespace.de/", "engines": { "node": ">=14" }, "repository": { "type": "git", - "url": "git+https://github.com/TelestionTeam/telestion-client.git", + "url": "git+https://github.com/wuespace/telestion-client.git", "directory": "packages/telestion-client-template" }, "bugs": { - "url": "https://github.com/TelestionTeam/telestion-client/issues" + "url": "https://github.com/wuespace/telestion-client/issues" }, "templateDir": "template", "author": { diff --git a/packages/telestion-client-template/template/README.md.ejs b/packages/telestion-client-template/template/README.md.ejs index 9203199af..77d77115e 100644 --- a/packages/telestion-client-template/template/README.md.ejs +++ b/packages/telestion-client-template/template/README.md.ejs @@ -1,8 +1,8 @@ # <%= projectName %> -[![Created using the @wuespace/telestion-client-cli](https://img.shields.io/badge/created%20using-%40wuespace%2Ftelestion--client--cli-%23452897)](https://github.com/TelestionTeam/telestion-client/tree/main/packages/telestion-client-cli) +[![Created using the @wuespace/telestion-client-cli](https://img.shields.io/badge/created%20using-%40wuespace%2Ftelestion--client--cli-%23452897)](https://github.com/wuespace/telestion-client/tree/main/packages/telestion-client-cli) This Telestion PSC (_Project-Specific Client_) was bootstrapped with the -[Telestion Client](https://github.com/TelestionTeam/telestion-client) CLI. +[Telestion Client](https://github.com/wuespace/telestion-client) CLI. ## Getting started @@ -69,9 +69,9 @@ The project structure is like the structure created by `create-react-app` (_CRA_ To get started with PSC Development, you can take a look at the _PSC Developer Manual_. It contains many explanations of the most important concepts, practical guides, references, and more. -You can find the latest versions (in PDF format) in the [Documentation Repo Releases](https://github.com/TelestionTeam/telestion-docs/releases/latest). +You can find the latest versions (in PDF format) in the [Documentation Repo Releases](https://github.com/wuespace/telestion-docs/releases/latest). For a full API Reference of all the Telestion Client APIs, check out the documentation of the Telestion Client: -https://telestionteam.github.io/telestion-client/ +https://wuespace.github.io/telestion-client/ To learn React, check out the [React documentation](https://reactjs.org/). diff --git a/packages/telestion-client-types/CHANGELOG.md b/packages/telestion-client-types/CHANGELOG.md index ea29ebf9b..934bc503a 100644 --- a/packages/telestion-client-types/CHANGELOG.md +++ b/packages/telestion-client-types/CHANGELOG.md @@ -3,55 +3,55 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -### [0.12.1](https://github.com/TelestionTeam/telestion-client/compare/v0.12.0...v0.12.1) (2021-04-09) +### [0.12.1](https://github.com/wuespace/telestion-client/compare/v0.12.0...v0.12.1) (2021-04-09) ### Bug Fixes -* **event-bus:** Fix message and callback handling and add additional logging options ([84bb838](https://github.com/TelestionTeam/telestion-client/commit/84bb838f82bc6310f6a20f77d308fdc1acc2cb65)) +* **event-bus:** Fix message and callback handling and add additional logging options ([84bb838](https://github.com/wuespace/telestion-client/commit/84bb838f82bc6310f6a20f77d308fdc1acc2cb65)) -## [0.12.0](https://github.com/TelestionTeam/telestion-client/compare/v0.11.2...v0.12.0) (2021-04-08) +## [0.12.0](https://github.com/wuespace/telestion-client/compare/v0.11.2...v0.12.0) (2021-04-08) ### ⚠ BREAKING CHANGES -* **event-bus:** Numerous changes, please see https://github.com/TelestionTeam/telestion-client/wiki/v0.12-Migration-Guide +* **event-bus:** Numerous changes, please see https://github.com/wuespace/telestion-client/wiki/v0.12-Migration-Guide * **types:** The error message is no longer addressable. ### Features -* **event-bus:** Implement basic event bus as first part of the refactoring process ([d8ccc73](https://github.com/TelestionTeam/telestion-client/commit/d8ccc73801459a2994ed4195a99f39547598d708)) -* **event-bus:** Rewrite Vert.x Event Bus ([8d83dec](https://github.com/TelestionTeam/telestion-client/commit/8d83decff975cbeb0f1bc4c85c88211642ea015e)) -* **types:** The error message now extends from base message ([a8f17dd](https://github.com/TelestionTeam/telestion-client/commit/a8f17dd4d468f9ae250b4e105d7175a56aa63f1b)) +* **event-bus:** Implement basic event bus as first part of the refactoring process ([d8ccc73](https://github.com/wuespace/telestion-client/commit/d8ccc73801459a2994ed4195a99f39547598d708)) +* **event-bus:** Rewrite Vert.x Event Bus ([8d83dec](https://github.com/wuespace/telestion-client/commit/8d83decff975cbeb0f1bc4c85c88211642ea015e)) +* **types:** The error message now extends from base message ([a8f17dd](https://github.com/wuespace/telestion-client/commit/a8f17dd4d468f9ae250b4e105d7175a56aa63f1b)) ### Bug Fixes -* **core:** Fix breaking changes ([b6551c3](https://github.com/TelestionTeam/telestion-client/commit/b6551c3c388db5bf78da385a1a52d8f526f04970)) +* **core:** Fix breaking changes ([b6551c3](https://github.com/wuespace/telestion-client/commit/b6551c3c388db5bf78da385a1a52d8f526f04970)) -### [0.11.2](https://github.com/TelestionTeam/telestion-client/compare/v0.11.1...v0.11.2) (2021-03-09) +### [0.11.2](https://github.com/wuespace/telestion-client/compare/v0.11.1...v0.11.2) (2021-03-09) ### Bug Fixes -* **types:** Allow undefined in generic props for widgets ([450bd38](https://github.com/TelestionTeam/telestion-client/commit/450bd38abb3255ebfe339f08f70a8f358b91f076)) +* **types:** Allow undefined in generic props for widgets ([450bd38](https://github.com/wuespace/telestion-client/commit/450bd38abb3255ebfe339f08f70a8f358b91f076)) -### [0.11.1](https://github.com/TelestionTeam/telestion-client/compare/v0.11.0...v0.11.1) (2021-03-01) +### [0.11.1](https://github.com/wuespace/telestion-client/compare/v0.11.0...v0.11.1) (2021-03-01) ### Bug Fixes -* **types:** Add possible types to JSON serializable in object and array ([455a708](https://github.com/TelestionTeam/telestion-client/commit/455a708ae8118be9af9b8a79f4d5ec5500260bc9)) +* **types:** Add possible types to JSON serializable in object and array ([455a708](https://github.com/wuespace/telestion-client/commit/455a708ae8118be9af9b8a79f4d5ec5500260bc9)) -## [0.11.0](https://github.com/TelestionTeam/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28) +## [0.11.0](https://github.com/wuespace/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28) **Note:** Version bump only for package @wuespace/telestion-client-types @@ -59,7 +59,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.10.0](https://github.com/TelestionTeam/telestion-client/compare/v0.9.0...v0.10.0) (2021-02-23) +## [0.10.0](https://github.com/wuespace/telestion-client/compare/v0.9.0...v0.10.0) (2021-02-23) **Note:** Version bump only for package @wuespace/telestion-client-types @@ -67,7 +67,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.9.0](https://github.com/TelestionTeam/telestion-client/compare/v0.8.0...v0.9.0) (2021-02-09) +## [0.9.0](https://github.com/wuespace/telestion-client/compare/v0.8.0...v0.9.0) (2021-02-09) **Note:** Version bump only for package @wuespace/telestion-client-types @@ -75,17 +75,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.8.0](https://github.com/TelestionTeam/telestion-client/compare/v0.7.1...v0.8.0) (2021-02-08) +## [0.8.0](https://github.com/wuespace/telestion-client/compare/v0.7.1...v0.8.0) (2021-02-08) ### Documentation Changes -* WueSpace becomes WüSpace (a typo in previous commits) ([9c44d69](https://github.com/TelestionTeam/telestion-client/commit/9c44d696f0d5502ce5222a90011e892b8a7054c2)) -* **types:** Update the package's README.md ([81753df](https://github.com/TelestionTeam/telestion-client/commit/81753dfd4a8a86837aac62c9bb3701ed76159bea)) +* WueSpace becomes WüSpace (a typo in previous commits) ([9c44d69](https://github.com/wuespace/telestion-client/commit/9c44d696f0d5502ce5222a90011e892b8a7054c2)) +* **types:** Update the package's README.md ([81753df](https://github.com/wuespace/telestion-client/commit/81753dfd4a8a86837aac62c9bb3701ed76159bea)) -## [0.7.0](https://github.com/TelestionTeam/telestion-client/compare/v0.6.1...v0.7.0) (2021-02-06) +## [0.7.0](https://github.com/wuespace/telestion-client/compare/v0.6.1...v0.7.0) (2021-02-06) **Note:** Version bump only for package @wuespace/telestion-client-types @@ -93,7 +93,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.6.0](https://github.com/TelestionTeam/telestion-client/compare/v0.5.0...v0.6.0) (2021-02-05) +## [0.6.0](https://github.com/wuespace/telestion-client/compare/v0.5.0...v0.6.0) (2021-02-05) **Note:** Version bump only for package @wuespace/telestion-client-types @@ -101,7 +101,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.5.0](https://github.com/TelestionTeam/telestion-client/compare/v0.4.0...v0.5.0) (2021-02-05) +## [0.5.0](https://github.com/wuespace/telestion-client/compare/v0.4.0...v0.5.0) (2021-02-05) **Note:** Version bump only for package @wuespace/telestion-client-types @@ -109,18 +109,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.4.0](https://github.com/TelestionTeam/telestion-client/compare/v0.3.3...v0.4.0) (2021-02-05) +## [0.4.0](https://github.com/wuespace/telestion-client/compare/v0.3.3...v0.4.0) (2021-02-05) ### Features -* **types:** Add channel address as type and integrate it into message types ([b9569d7](https://github.com/TelestionTeam/telestion-client/commit/b9569d736ca52672516031ace56d1dd8c1aa3b98)) -* **types:** Import types from vertx-event-bus ([90fd513](https://github.com/TelestionTeam/telestion-client/commit/90fd513937a2cb628bc15b120ea88ffff11b8e01)) +* **types:** Add channel address as type and integrate it into message types ([b9569d7](https://github.com/wuespace/telestion-client/commit/b9569d736ca52672516031ace56d1dd8c1aa3b98)) +* **types:** Import types from vertx-event-bus ([90fd513](https://github.com/wuespace/telestion-client/commit/90fd513937a2cb628bc15b120ea88ffff11b8e01)) ### Bug Fixes -* **types:** Change type definition for Json serializable data from Map to mapped object ([3fff598](https://github.com/TelestionTeam/telestion-client/commit/3fff59873ca7f6f17af86cda3004eca7cf38d08e)) +* **types:** Change type definition for Json serializable data from Map to mapped object ([3fff598](https://github.com/wuespace/telestion-client/commit/3fff59873ca7f6f17af86cda3004eca7cf38d08e)) @@ -132,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.3.3](https://github.com/TelestionTeam/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26) +## [0.3.3](https://github.com/wuespace/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26) **Note:** Version bump only for package @wuespace/telestion-client-types diff --git a/packages/telestion-client-types/README.md b/packages/telestion-client-types/README.md index 708e9fbb9..bca39c545 100644 --- a/packages/telestion-client-types/README.md +++ b/packages/telestion-client-types/README.md @@ -2,11 +2,11 @@ npm: [`@wuespace/telestion-client-types`](https://www.npmjs.com/package/@wuespace/telestion-client-types) -[![Maintainability](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/maintainability)](https://codeclimate.com/github/TelestionTeam/telestion-client/maintainability) -[![Test Coverage](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/test_coverage)](https://codeclimate.com/github/TelestionTeam/telestion-client/test_coverage) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/CI)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3ACI) -[![GitHub](https://img.shields.io/github/license/TelestionTeam/telestion-client)](LICENSE) +[![Maintainability](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/maintainability)](https://codeclimate.com/github/wuespace/telestion-client/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/test_coverage)](https://codeclimate.com/github/wuespace/telestion-client/test_coverage) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/wuespace/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/CI)](https://github.com/wuespace/telestion-client/actions?query=workflow%3ACI) +[![GitHub](https://img.shields.io/github/license/wuespace/telestion-client)](LICENSE) [![Twitter Follow](https://img.shields.io/twitter/follow/wuespace?style=social)](https://twitter.com/wuespace) Common, useful TypeScript definitions for use in projects in Telestion Client projects. @@ -39,10 +39,10 @@ const myDashboard: Dashboard = { Every exported type from this package also has an appropriate PropType member exported in `@wuespace/telestion-client-prop-types`. For all full list of types used in Telestion Client, check out the reference: -https://telestionteam.github.io/telestion-client/@wuespace/telestion-client-types/ +https://wuespace.github.io/telestion-client/@wuespace/telestion-client-types/ For the equivalent PropTypes, check out the reference here: -https://telestionteam.github.io/telestion-client/@wuespace/telestion-client-prop-types/ +https://wuespace.github.io/telestion-client/@wuespace/telestion-client-prop-types/ ## Package structure @@ -67,13 +67,13 @@ https://telestionteam.github.io/telestion-client/@wuespace/telestion-client-prop ## Contributing -If you want to contribute to this package, please take a look at the [Telestion Client monorepo](https://github.com/TelestionTeam/telestion-client/) that manages this package, among other Telestion Client packages. +If you want to contribute to this package, please take a look at the [Telestion Client monorepo](https://github.com/wuespace/telestion-client/) that manages this package, among other Telestion Client packages. ## Contributors Thank you to all contributors of this repository: -[![Contributors](https://contrib.rocks/image?repo=TelestionTeam/telestion-client)](https://github.com/TelestionTeam/telestion-client/graphs/contributors) +[![Contributors](https://contrib.rocks/image?repo=wuespace/telestion-client)](https://github.com/wuespace/telestion-client/graphs/contributors) Made with [contributors-img](https://contrib.rocks). diff --git a/packages/telestion-client-types/package.json b/packages/telestion-client-types/package.json index 2c1f99e88..456d08851 100644 --- a/packages/telestion-client-types/package.json +++ b/packages/telestion-client-types/package.json @@ -3,7 +3,7 @@ "description": "Types for Telestion Client and their projects", "license": "MIT", "version": "0.12.1", - "homepage": "https://github.com/TelestionTeam/telestion-client#readme", + "homepage": "https://telestion.wuespace.de/", "types": "types/index.d.ts", "files": [ "types" @@ -15,11 +15,11 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/TelestionTeam/telestion-client.git", + "url": "git+https://github.com/wuespace/telestion-client.git", "directory": "packages/telestion-client-types" }, "bugs": { - "url": "https://github.com/TelestionTeam/telestion-client/issues" + "url": "https://github.com/wuespace/telestion-client/issues" }, "author": { "name": "wuespace", diff --git a/packages/vertx-event-bus/CHANGELOG.md b/packages/vertx-event-bus/CHANGELOG.md index 75fec1ed1..146f2923c 100644 --- a/packages/vertx-event-bus/CHANGELOG.md +++ b/packages/vertx-event-bus/CHANGELOG.md @@ -3,42 +3,42 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -### [0.12.1](https://github.com/TelestionTeam/telestion-client/compare/v0.12.0...v0.12.1) (2021-04-09) +### [0.12.1](https://github.com/wuespace/telestion-client/compare/v0.12.0...v0.12.1) (2021-04-09) ### Bug Fixes -* **event-bus:** Fix message and callback handling and add additional logging options ([84bb838](https://github.com/TelestionTeam/telestion-client/commit/84bb838f82bc6310f6a20f77d308fdc1acc2cb65)) +* **event-bus:** Fix message and callback handling and add additional logging options ([84bb838](https://github.com/wuespace/telestion-client/commit/84bb838f82bc6310f6a20f77d308fdc1acc2cb65)) -## [0.12.0](https://github.com/TelestionTeam/telestion-client/compare/v0.11.2...v0.12.0) (2021-04-08) +## [0.12.0](https://github.com/wuespace/telestion-client/compare/v0.11.2...v0.12.0) (2021-04-08) ### ⚠ BREAKING CHANGES -* **event-bus:** Numerous changes, please see https://github.com/TelestionTeam/telestion-client/wiki/v0.12-Migration-Guide +* **event-bus:** Numerous changes, please see https://github.com/wuespace/telestion-client/wiki/v0.12-Migration-Guide * The minimum required node version for all packages is now Node v14! ### Features -* **event-bus:** Implement basic event bus as first part of the refactoring process ([d8ccc73](https://github.com/TelestionTeam/telestion-client/commit/d8ccc73801459a2994ed4195a99f39547598d708)) -* **event-bus:** Rewrite Vert.x Event Bus ([8d83dec](https://github.com/TelestionTeam/telestion-client/commit/8d83decff975cbeb0f1bc4c85c88211642ea015e)) -* Specify minimum node version in all packages and update workflows to use npm v7 as default ([b727223](https://github.com/TelestionTeam/telestion-client/commit/b72722326ce8b88f42ad2c16ddbd60991e2c8b72)) +* **event-bus:** Implement basic event bus as first part of the refactoring process ([d8ccc73](https://github.com/wuespace/telestion-client/commit/d8ccc73801459a2994ed4195a99f39547598d708)) +* **event-bus:** Rewrite Vert.x Event Bus ([8d83dec](https://github.com/wuespace/telestion-client/commit/8d83decff975cbeb0f1bc4c85c88211642ea015e)) +* Specify minimum node version in all packages and update workflows to use npm v7 as default ([b727223](https://github.com/wuespace/telestion-client/commit/b72722326ce8b88f42ad2c16ddbd60991e2c8b72)) ### Bug Fixes -* **core:** Fix breaking changes ([b6551c3](https://github.com/TelestionTeam/telestion-client/commit/b6551c3c388db5bf78da385a1a52d8f526f04970)) +* **core:** Fix breaking changes ([b6551c3](https://github.com/wuespace/telestion-client/commit/b6551c3c388db5bf78da385a1a52d8f526f04970)) ### Documentation Changes -* **event-bus:** Document basic event bus ([395e677](https://github.com/TelestionTeam/telestion-client/commit/395e6778af0ed6ab9f4b5ba121135fd0099d3f39)) +* **event-bus:** Document basic event bus ([395e677](https://github.com/wuespace/telestion-client/commit/395e6778af0ed6ab9f4b5ba121135fd0099d3f39)) -### [0.11.2](https://github.com/TelestionTeam/telestion-client/compare/v0.11.1...v0.11.2) (2021-03-09) +### [0.11.2](https://github.com/wuespace/telestion-client/compare/v0.11.1...v0.11.2) (2021-03-09) **Note:** Version bump only for package @wuespace/vertx-event-bus @@ -46,7 +46,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -### [0.11.1](https://github.com/TelestionTeam/telestion-client/compare/v0.11.0...v0.11.1) (2021-03-01) +### [0.11.1](https://github.com/wuespace/telestion-client/compare/v0.11.0...v0.11.1) (2021-03-01) **Note:** Version bump only for package @wuespace/vertx-event-bus @@ -54,7 +54,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.11.0](https://github.com/TelestionTeam/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28) +## [0.11.0](https://github.com/wuespace/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28) **Note:** Version bump only for package @wuespace/vertx-event-bus @@ -62,7 +62,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -### [0.10.1](https://github.com/TelestionTeam/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27) +### [0.10.1](https://github.com/wuespace/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27) **Note:** Version bump only for package @wuespace/vertx-event-bus @@ -70,7 +70,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.10.0](https://github.com/TelestionTeam/telestion-client/compare/v0.9.0...v0.10.0) (2021-02-23) +## [0.10.0](https://github.com/wuespace/telestion-client/compare/v0.9.0...v0.10.0) (2021-02-23) **Note:** Version bump only for package @wuespace/vertx-event-bus @@ -78,7 +78,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.9.0](https://github.com/TelestionTeam/telestion-client/compare/v0.8.0...v0.9.0) (2021-02-09) +## [0.9.0](https://github.com/wuespace/telestion-client/compare/v0.8.0...v0.9.0) (2021-02-09) **Note:** Version bump only for package @wuespace/vertx-event-bus @@ -86,17 +86,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.8.0](https://github.com/TelestionTeam/telestion-client/compare/v0.7.1...v0.8.0) (2021-02-08) +## [0.8.0](https://github.com/wuespace/telestion-client/compare/v0.7.1...v0.8.0) (2021-02-08) ### Documentation Changes -* WueSpace becomes WüSpace (a typo in previous commits) ([9c44d69](https://github.com/TelestionTeam/telestion-client/commit/9c44d696f0d5502ce5222a90011e892b8a7054c2)) -* **vertx-event-bus:** Update the package's README.md ([cbb605a](https://github.com/TelestionTeam/telestion-client/commit/cbb605ad78a2015caa276ff9fdeac436b8dc6847)) +* WueSpace becomes WüSpace (a typo in previous commits) ([9c44d69](https://github.com/wuespace/telestion-client/commit/9c44d696f0d5502ce5222a90011e892b8a7054c2)) +* **vertx-event-bus:** Update the package's README.md ([cbb605a](https://github.com/wuespace/telestion-client/commit/cbb605ad78a2015caa276ff9fdeac436b8dc6847)) -## [0.7.0](https://github.com/TelestionTeam/telestion-client/compare/v0.6.1...v0.7.0) (2021-02-06) +## [0.7.0](https://github.com/wuespace/telestion-client/compare/v0.6.1...v0.7.0) (2021-02-06) **Note:** Version bump only for package @wuespace/vertx-event-bus @@ -104,7 +104,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.6.0](https://github.com/TelestionTeam/telestion-client/compare/v0.5.0...v0.6.0) (2021-02-05) +## [0.6.0](https://github.com/wuespace/telestion-client/compare/v0.5.0...v0.6.0) (2021-02-05) **Note:** Version bump only for package @wuespace/vertx-event-bus @@ -112,7 +112,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.5.0](https://github.com/TelestionTeam/telestion-client/compare/v0.4.0...v0.5.0) (2021-02-05) +## [0.5.0](https://github.com/wuespace/telestion-client/compare/v0.4.0...v0.5.0) (2021-02-05) **Note:** Version bump only for package @wuespace/vertx-event-bus @@ -120,7 +120,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.4.0](https://github.com/TelestionTeam/telestion-client/compare/v0.3.3...v0.4.0) (2021-02-05) +## [0.4.0](https://github.com/wuespace/telestion-client/compare/v0.3.3...v0.4.0) (2021-02-05) ### ⚠ BREAKING CHANGES @@ -129,7 +129,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -* **event-bus:** Remove types and import them from types package instead ([40788b2](https://github.com/TelestionTeam/telestion-client/commit/40788b251dc4dc3060a414092b75eb069cde7438)) +* **event-bus:** Remove types and import them from types package instead ([40788b2](https://github.com/wuespace/telestion-client/commit/40788b251dc4dc3060a414092b75eb069cde7438)) @@ -141,7 +141,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.3.3](https://github.com/TelestionTeam/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26) +## [0.3.3](https://github.com/wuespace/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26) **Note:** Version bump only for package @wuespace/vertx-event-bus diff --git a/packages/vertx-event-bus/README.md b/packages/vertx-event-bus/README.md index 75ae4ca3c..9decbdfbe 100644 --- a/packages/vertx-event-bus/README.md +++ b/packages/vertx-event-bus/README.md @@ -2,12 +2,12 @@ npm: [`@wuespace/vertx-event-bus`](https://www.npmjs.com/package/@wuespace/vertx-event-bus) -[![Maintainability](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/maintainability)](https://codeclimate.com/github/TelestionTeam/telestion-client/maintainability) -[![Test Coverage](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/test_coverage)](https://codeclimate.com/github/TelestionTeam/telestion-client/test_coverage) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/CI)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3ACI) -[![GitHub](https://img.shields.io/github/license/TelestionTeam/telestion-client)](LICENSE) -[![node-current (scoped)](https://img.shields.io/node/v/@wuespace/vertx-event-bus)](package.json) +[![Maintainability](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/maintainability)](https://codeclimate.com/github/wuespace/telestion-client/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/test_coverage)](https://codeclimate.com/github/wuespace/telestion-client/test_coverage) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/wuespace/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/CI)](https://github.com/wuespace/telestion-client/actions?query=workflow%3ACI) +[![GitHub](https://img.shields.io/github/license/wuespace/telestion-client)](LICENSE) +[![Node current](https://img.shields.io/badge/node-%3E%3D14-brightgreen)](package.json) [![Twitter Follow](https://img.shields.io/twitter/follow/wuespace?style=social)](https://twitter.com/wuespace) The Vert.x event bus client for Telestion Client. Used by `@wuespace/telestion-client-core`. @@ -34,7 +34,7 @@ eventBus.onOpen = () => { ``` For a full list of all exported members, check out the reference: -https://telestionteam.github.io/telestion-client/@wuespace/vertx-event-bus/ +https://wuespace.github.io/telestion-client/@wuespace/vertx-event-bus/ ## Package structure @@ -56,13 +56,13 @@ https://telestionteam.github.io/telestion-client/@wuespace/vertx-event-bus/ ## Contributing -If you want to contribute to this package, please take a look at the [Telestion Client monorepo](https://github.com/TelestionTeam/telestion-client/) that manages this package, among other Telestion Client packages. +If you want to contribute to this package, please take a look at the [Telestion Client monorepo](https://github.com/wuespace/telestion-client/) that manages this package, among other Telestion Client packages. ## Contributors Thank you to all contributors of this repository: -[![Contributors](https://contrib.rocks/image?repo=TelestionTeam/telestion-client)](https://github.com/TelestionTeam/telestion-client/graphs/contributors) +[![Contributors](https://contrib.rocks/image?repo=wuespace/telestion-client)](https://github.com/wuespace/telestion-client/graphs/contributors) Made with [contributors-img](https://contrib.rocks). diff --git a/packages/vertx-event-bus/package.json b/packages/vertx-event-bus/package.json index 0bc61ae24..7da7c7df2 100644 --- a/packages/vertx-event-bus/package.json +++ b/packages/vertx-event-bus/package.json @@ -3,7 +3,7 @@ "description": "The Vert.x event bus client for Telestion Client", "license": "MIT", "version": "0.12.1", - "homepage": "https://github.com/TelestionTeam/telestion-client#readme", + "homepage": "https://telestion.wuespace.de/", "main": "build/index.js", "module": "build/index.es.js", "types": "build/index.d.ts", @@ -20,11 +20,11 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/TelestionTeam/telestion-client.git", + "url": "git+https://github.com/wuespace/telestion-client.git", "directory": "packages/vertx-event-bus" }, "bugs": { - "url": "https://github.com/TelestionTeam/telestion-client/issues" + "url": "https://github.com/wuespace/telestion-client/issues" }, "author": { "name": "wuespace", diff --git a/packages/vertx-mock-server/CHANGELOG.md b/packages/vertx-mock-server/CHANGELOG.md index 132e118de..3a44ed52e 100644 --- a/packages/vertx-mock-server/CHANGELOG.md +++ b/packages/vertx-mock-server/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -### [0.12.1](https://github.com/TelestionTeam/telestion-client/compare/v0.12.0...v0.12.1) (2021-04-09) +### [0.12.1](https://github.com/wuespace/telestion-client/compare/v0.12.0...v0.12.1) (2021-04-09) **Note:** Version bump only for package @wuespace/vertx-mock-server @@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.12.0](https://github.com/TelestionTeam/telestion-client/compare/v0.11.2...v0.12.0) (2021-04-08) +## [0.12.0](https://github.com/wuespace/telestion-client/compare/v0.11.2...v0.12.0) (2021-04-08) ### ⚠ BREAKING CHANGES @@ -22,25 +22,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -* Specify minimum node version in all packages and update workflows to use npm v7 as default ([b727223](https://github.com/TelestionTeam/telestion-client/commit/b72722326ce8b88f42ad2c16ddbd60991e2c8b72)) -* **mock-server:** Add close function ([3e0b5a8](https://github.com/TelestionTeam/telestion-client/commit/3e0b5a8c704e45911e7c17cd762cc082dbb7900f)) -* **mock-server:** Add logger option to constructor and clean up some internals ([cefceae](https://github.com/TelestionTeam/telestion-client/commit/cefceaeb1c76cc0fc8a5c72b4d92c1911b47da63)) -* **mock-server:** Add protected method to get all connections ([cf9e267](https://github.com/TelestionTeam/telestion-client/commit/cf9e2677baa92fe7822a5f5cbc37ec29b7130da5)) -* **mock-server:** First full implementation ([7461df5](https://github.com/TelestionTeam/telestion-client/commit/7461df52eccaad3740b80a5c0fcc871704b72d42)) +* Specify minimum node version in all packages and update workflows to use npm v7 as default ([b727223](https://github.com/wuespace/telestion-client/commit/b72722326ce8b88f42ad2c16ddbd60991e2c8b72)) +* **mock-server:** Add close function ([3e0b5a8](https://github.com/wuespace/telestion-client/commit/3e0b5a8c704e45911e7c17cd762cc082dbb7900f)) +* **mock-server:** Add logger option to constructor and clean up some internals ([cefceae](https://github.com/wuespace/telestion-client/commit/cefceaeb1c76cc0fc8a5c72b4d92c1911b47da63)) +* **mock-server:** Add protected method to get all connections ([cf9e267](https://github.com/wuespace/telestion-client/commit/cf9e2677baa92fe7822a5f5cbc37ec29b7130da5)) +* **mock-server:** First full implementation ([7461df5](https://github.com/wuespace/telestion-client/commit/7461df52eccaad3740b80a5c0fcc871704b72d42)) ### Bug Fixes -* **mock-server:** Fix breaking changes ([eab07d3](https://github.com/TelestionTeam/telestion-client/commit/eab07d33567cb8c2bd759083dd2e5c2db6a4d9b6)) +* **mock-server:** Fix breaking changes ([eab07d3](https://github.com/wuespace/telestion-client/commit/eab07d33567cb8c2bd759083dd2e5c2db6a4d9b6)) ### Documentation Changes -* **mock-server:** Document all methods ([e0127e5](https://github.com/TelestionTeam/telestion-client/commit/e0127e5b2e393d8d321e474b1eb47362cd24e98d)) +* **mock-server:** Document all methods ([e0127e5](https://github.com/wuespace/telestion-client/commit/e0127e5b2e393d8d321e474b1eb47362cd24e98d)) -## [0.11.0](https://github.com/TelestionTeam/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28) +## [0.11.0](https://github.com/wuespace/telestion-client/compare/v0.10.1...v0.11.0) (2021-02-28) **Note:** Version bump only for package @wuespace/vertx-mock-server @@ -48,7 +48,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -### [0.10.1](https://github.com/TelestionTeam/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27) +### [0.10.1](https://github.com/wuespace/telestion-client/compare/v0.10.0...v0.10.1) (2021-02-27) **Note:** Version bump only for package @wuespace/vertx-mock-server @@ -56,7 +56,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.10.0](https://github.com/TelestionTeam/telestion-client/compare/v0.9.0...v0.10.0) (2021-02-23) +## [0.10.0](https://github.com/wuespace/telestion-client/compare/v0.9.0...v0.10.0) (2021-02-23) **Note:** Version bump only for package @wuespace/vertx-mock-server @@ -64,32 +64,32 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.9.0](https://github.com/TelestionTeam/telestion-client/compare/v0.8.0...v0.9.0) (2021-02-09) +## [0.9.0](https://github.com/wuespace/telestion-client/compare/v0.8.0...v0.9.0) (2021-02-09) ### Features -* **mock-server:** Make event bus and http server instances protected so extending classes can use them ([9c6f6ff](https://github.com/TelestionTeam/telestion-client/commit/9c6f6ff84d794559d54ae5f362ce4befe0ecec30)) -* **mock-server:** The prefix and the hostname are now customizable ([467187d](https://github.com/TelestionTeam/telestion-client/commit/467187d380adf62f5e43afa1c7006f56591970f2)) +* **mock-server:** Make event bus and http server instances protected so extending classes can use them ([9c6f6ff](https://github.com/wuespace/telestion-client/commit/9c6f6ff84d794559d54ae5f362ce4befe0ecec30)) +* **mock-server:** The prefix and the hostname are now customizable ([467187d](https://github.com/wuespace/telestion-client/commit/467187d380adf62f5e43afa1c7006f56591970f2)) ### Bug Fixes -* **mock-server:** The SockJS instance now uses the right prefix ([3192dd3](https://github.com/TelestionTeam/telestion-client/commit/3192dd3b3825fc88f9e21e66740fc2b866f45c5f)) +* **mock-server:** The SockJS instance now uses the right prefix ([3192dd3](https://github.com/wuespace/telestion-client/commit/3192dd3b3825fc88f9e21e66740fc2b866f45c5f)) -## [0.8.0](https://github.com/TelestionTeam/telestion-client/compare/v0.7.1...v0.8.0) (2021-02-08) +## [0.8.0](https://github.com/wuespace/telestion-client/compare/v0.7.1...v0.8.0) (2021-02-08) ### Documentation Changes -* WueSpace becomes WüSpace (a typo in previous commits) ([9c44d69](https://github.com/TelestionTeam/telestion-client/commit/9c44d696f0d5502ce5222a90011e892b8a7054c2)) -* **mock-server:** Update the package's README.md ([035bfe6](https://github.com/TelestionTeam/telestion-client/commit/035bfe62219a387e0abb02ac77aaaaaf148326dc)) +* WueSpace becomes WüSpace (a typo in previous commits) ([9c44d69](https://github.com/wuespace/telestion-client/commit/9c44d696f0d5502ce5222a90011e892b8a7054c2)) +* **mock-server:** Update the package's README.md ([035bfe6](https://github.com/wuespace/telestion-client/commit/035bfe62219a387e0abb02ac77aaaaaf148326dc)) -## [0.7.0](https://github.com/TelestionTeam/telestion-client/compare/v0.6.1...v0.7.0) (2021-02-06) +## [0.7.0](https://github.com/wuespace/telestion-client/compare/v0.6.1...v0.7.0) (2021-02-06) **Note:** Version bump only for package @wuespace/vertx-mock-server @@ -97,7 +97,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.6.0](https://github.com/TelestionTeam/telestion-client/compare/v0.5.0...v0.6.0) (2021-02-05) +## [0.6.0](https://github.com/wuespace/telestion-client/compare/v0.5.0...v0.6.0) (2021-02-05) **Note:** Version bump only for package @wuespace/vertx-mock-server @@ -105,7 +105,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.5.0](https://github.com/TelestionTeam/telestion-client/compare/v0.4.0...v0.5.0) (2021-02-05) +## [0.5.0](https://github.com/wuespace/telestion-client/compare/v0.4.0...v0.5.0) (2021-02-05) **Note:** Version bump only for package @wuespace/vertx-mock-server @@ -113,7 +113,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.4.0](https://github.com/TelestionTeam/telestion-client/compare/v0.3.3...v0.4.0) (2021-02-05) +## [0.4.0](https://github.com/wuespace/telestion-client/compare/v0.3.3...v0.4.0) (2021-02-05) **Note:** Version bump only for package @wuespace/vertx-mock-server @@ -129,7 +129,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline -## [0.3.3](https://github.com/TelestionTeam/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26) +## [0.3.3](https://github.com/wuespace/telestion-client/compare/v0.3.2...v0.3.3) (2021-01-26) **Note:** Version bump only for package @wuespace/vertx-mock-server diff --git a/packages/vertx-mock-server/README.md b/packages/vertx-mock-server/README.md index f91bfc327..93423301f 100644 --- a/packages/vertx-mock-server/README.md +++ b/packages/vertx-mock-server/README.md @@ -2,12 +2,12 @@ npm: [`@wuespace/vertx-mock-server`](https://www.npmjs.com/package/@wuespace/vertx-mock-server) -[![Maintainability](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/maintainability)](https://codeclimate.com/github/TelestionTeam/telestion-client/maintainability) -[![Test Coverage](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/test_coverage)](https://codeclimate.com/github/TelestionTeam/telestion-client/test_coverage) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/CI)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3ACI) -[![GitHub](https://img.shields.io/github/license/TelestionTeam/telestion-client)](LICENSE) -[![node-current (scoped)](https://img.shields.io/node/v/@wuespace/vertx-mock-server)](package.json) +[![Maintainability](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/maintainability)](https://codeclimate.com/github/wuespace/telestion-client/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/test_coverage)](https://codeclimate.com/github/wuespace/telestion-client/test_coverage) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/wuespace/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/CI)](https://github.com/wuespace/telestion-client/actions?query=workflow%3ACI) +[![GitHub](https://img.shields.io/github/license/wuespace/telestion-client)](LICENSE) +[![Node current](https://img.shields.io/badge/node-%3E%3D14-brightgreen)](package.json) [![Twitter Follow](https://img.shields.io/twitter/follow/wuespace?style=social)](https://twitter.com/wuespace) A mock server for the Vert.x Event Bus. Useful for developing and testing widgets without a full-blown Java-based Telestion backend running in the background. @@ -29,7 +29,7 @@ const mockServer = new MockServer(); ``` For a full list of all exported members, check out the reference: -https://telestionteam.github.io/telestion-client/@wuespace/vertx-mock-server/ +https://wuespace.github.io/telestion-client/@wuespace/vertx-mock-server/ ## Package structure @@ -51,13 +51,13 @@ https://telestionteam.github.io/telestion-client/@wuespace/vertx-mock-server/ ## Contributing -If you want to contribute to this package, please take a look at the [Telestion Client monorepo](https://github.com/TelestionTeam/telestion-client/) that manages this package, among other Telestion Client packages. +If you want to contribute to this package, please take a look at the [Telestion Client monorepo](https://github.com/wuespace/telestion-client/) that manages this package, among other Telestion Client packages. ## Contributors Thank you to all contributors of this repository: -[![Contributors](https://contrib.rocks/image?repo=TelestionTeam/telestion-client)](https://github.com/TelestionTeam/telestion-client/graphs/contributors) +[![Contributors](https://contrib.rocks/image?repo=wuespace/telestion-client)](https://github.com/wuespace/telestion-client/graphs/contributors) Made with [contributors-img](https://contrib.rocks). diff --git a/packages/vertx-mock-server/package.json b/packages/vertx-mock-server/package.json index a1a4323cf..54160af27 100644 --- a/packages/vertx-mock-server/package.json +++ b/packages/vertx-mock-server/package.json @@ -3,7 +3,7 @@ "description": "The Vert.x event bus mock server for Telestion Client", "license": "MIT", "version": "0.12.1", - "homepage": "https://github.com/TelestionTeam/telestion-client#readme", + "homepage": "https://telestion.wuespace.de/", "main": "build/index.js", "module": "build/index.es.js", "types": "build/index.d.ts", @@ -20,11 +20,11 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/TelestionTeam/telestion-client.git", + "url": "git+https://github.com/wuespace/telestion-client.git", "directory": "packages/mock-server" }, "bugs": { - "url": "https://github.com/TelestionTeam/telestion-client/issues" + "url": "https://github.com/wuespace/telestion-client/issues" }, "author": { "name": "wuespace",