Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Nov 7, 2021
1 parent 7120318 commit 6b6b388
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 2 deletions.
61 changes: 60 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,71 @@
## 5.0.0 (2021-11-07)

* style: fix margin and update resizer color ([949ce38](https://github.com/ph1p/figma-chat/commit/949ce38))
* style: update online list ([6f31eff](https://github.com/ph1p/figma-chat/commit/6f31eff))
* style(message): add remove button ([a38b359](https://github.com/ph1p/figma-chat/commit/a38b359))
* style(settings): add some paddings and margins ([fb61daf](https://github.com/ph1p/figma-chat/commit/fb61daf))
* style(settings): fix some sizes and bugs ([7120318](https://github.com/ph1p/figma-chat/commit/7120318))
* style(web): add simple responsive design ([7ed66e1](https://github.com/ph1p/figma-chat/commit/7ed66e1))
* chore: update alle dependencies and remove pnp ([36d7d19](https://github.com/ph1p/figma-chat/commit/36d7d19))
* chore: update image in readme ([74df5c3](https://github.com/ph1p/figma-chat/commit/74df5c3))
* chore: update readme ([5d67f21](https://github.com/ph1p/figma-chat/commit/5d67f21))
* chore: update readme ([85117d5](https://github.com/ph1p/figma-chat/commit/85117d5))
* chore: update readme image ([b59f4e8](https://github.com/ph1p/figma-chat/commit/b59f4e8))
* chore(router): update dependencies and react-router ([0d30310](https://github.com/ph1p/figma-chat/commit/0d30310))
* refactor: add 🚀 ([28c63f3](https://github.com/ph1p/figma-chat/commit/28c63f3))
* refactor: add check for history replace ([5d7006d](https://github.com/ph1p/figma-chat/commit/5d7006d))
* refactor: add default username ([33aeb4a](https://github.com/ph1p/figma-chat/commit/33aeb4a))
* refactor: remove a lot of unused code, fix bugs and add correct font ([81751f4](https://github.com/ph1p/figma-chat/commit/81751f4))
* refactor: update connection information ([74658a9](https://github.com/ph1p/figma-chat/commit/74658a9))
* refactor(animation): remove unnecessary state ([3a5f071](https://github.com/ph1p/figma-chat/commit/3a5f071))
* refactor(css): fix heights and add better dark mode colors ([2969be8](https://github.com/ph1p/figma-chat/commit/2969be8))
* refactor(events): add new event management and store persistence ([3dae88f](https://github.com/ph1p/figma-chat/commit/3dae88f))
* refactor(events): update events, fix bugs and update store ([68d33be](https://github.com/ph1p/figma-chat/commit/68d33be))
* refactor(header): update header styles in web ([c0dcb59](https://github.com/ph1p/figma-chat/commit/c0dcb59))
* refactor(message): move message component to shared ([debcd67](https://github.com/ph1p/figma-chat/commit/debcd67))
* refactor(messages): update complete message handling and make it more understandable ([6f6c090](https://github.com/ph1p/figma-chat/commit/6f6c090))
* refactor(messages): update wrapper and make it shareable ([3706dc9](https://github.com/ph1p/figma-chat/commit/3706dc9))
* refactor(shared): update shareable code ([28a0fbf](https://github.com/ph1p/figma-chat/commit/28a0fbf))
* refactor(style): fix buttons and remove log ([e35d72e](https://github.com/ph1p/figma-chat/commit/e35d72e))
* refactor(web): add react-spring and fix bugs ([5d749b7](https://github.com/ph1p/figma-chat/commit/5d749b7))
* build: update dependencies ([46b03ce](https://github.com/ph1p/figma-chat/commit/46b03ce))
* build(deps): fix lint errors and update dependencies ([ac1b615](https://github.com/ph1p/figma-chat/commit/ac1b615))
* build(deps): update all dependencies ([7208059](https://github.com/ph1p/figma-chat/commit/7208059))
* build(folder): update build folder for all projects ([3b24cda](https://github.com/ph1p/figma-chat/commit/3b24cda))
* feat(auth): add auth string to handle easy login ([07b28a4](https://github.com/ph1p/figma-chat/commit/07b28a4))
* feat(giphy): add first giphy integration ([0f9334e](https://github.com/ph1p/figma-chat/commit/0f9334e))
* feat(giphy): add giphy to web gui ([b629bfe](https://github.com/ph1p/figma-chat/commit/b629bfe))
* feat(gui): update GUI styling and fix some bugs ([3439134](https://github.com/ph1p/figma-chat/commit/3439134))
* feat(monorepo): move all projects to one repository ([4f340a2](https://github.com/ph1p/figma-chat/commit/4f340a2))
* feat(notification): share notification component ([18805ff](https://github.com/ph1p/figma-chat/commit/18805ff))
* feat(online): move user list to shared and add view to web ([88ff960](https://github.com/ph1p/figma-chat/commit/88ff960))
* feat(pnp): finish to implement yarn 2 and pnp ([cdeaa57](https://github.com/ph1p/figma-chat/commit/cdeaa57))
* feat(reconnect): emit login on reconnect ([4e592f4](https://github.com/ph1p/figma-chat/commit/4e592f4))
* feat(reset): add menu to reset chat data, if the plugin does not start ([e0027a2](https://github.com/ph1p/figma-chat/commit/e0027a2))
* feat(resize): resize window in the right bottom corner ([35b8b50](https://github.com/ph1p/figma-chat/commit/35b8b50))
* feat(user): user current figma user as chat user ([31dc5c3](https://github.com/ph1p/figma-chat/commit/31dc5c3))
* feat(web): add first settings screen and login screen ([264966b](https://github.com/ph1p/figma-chat/commit/264966b))
* feat(web): update design ([8c11f3c](https://github.com/ph1p/figma-chat/commit/8c11f3c))
* feat(yarn) user yarn 2 with pnp ([7d63a3b](https://github.com/ph1p/figma-chat/commit/7d63a3b))
* Update README.md ([84f7919](https://github.com/ph1p/figma-chat/commit/84f7919))
* fix(history): add variable check ([cfa982f](https://github.com/ph1p/figma-chat/commit/cfa982f))
* fix(logout): set online users ([fde56ad](https://github.com/ph1p/figma-chat/commit/fde56ad))
* fix(server): fix server build script ([4b22210](https://github.com/ph1p/figma-chat/commit/4b22210))
* docs(readme): split information in seperate readmes ([590853e](https://github.com/ph1p/figma-chat/commit/590853e))
* docs(readme): update content ([4f84ca4](https://github.com/ph1p/figma-chat/commit/4f84ca4))



## <small>4.3.1 (2021-05-12)</small>

* 4.3.0 ([1234070](https://github.com/ph1p/figma-chat/commit/1234070))
* 4.3.1 ([f934131](https://github.com/ph1p/figma-chat/commit/f934131))
* build(deps): update dependencies ([de28784](https://github.com/ph1p/figma-chat/commit/de28784))
* refactor: reduce bundle size ([f180513](https://github.com/ph1p/figma-chat/commit/f180513))
* refactor: remove large gif ([c71908f](https://github.com/ph1p/figma-chat/commit/c71908f))
* refactor: update store, move to eslint add socket hook ([ca69c30](https://github.com/ph1p/figma-chat/commit/ca69c30))
* refactor(build): optimize build size ([9be3ed3](https://github.com/ph1p/figma-chat/commit/9be3ed3))
* docs(readme): upload gif to github ([50bf366](https://github.com/ph1p/figma-chat/commit/50bf366))
* 4.3.0 ([1234070](https://github.com/ph1p/figma-chat/commit/1234070))
* fix(socket): initialize socket with null ([6d5d16c](https://github.com/ph1p/figma-chat/commit/6d5d16c))
* fix(store): fix "strict" warning ([9f9a294](https://github.com/ph1p/figma-chat/commit/9f9a294))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "figma-chat",
"version": "4.3.1",
"version": "5.0.0",
"description": "",
"private": true,
"scripts": {
Expand Down

0 comments on commit 6b6b388

Please sign in to comment.