From 1f73364842594c99d9a0f2fc898501760223b09a Mon Sep 17 00:00:00 2001 From: ph1p Date: Tue, 26 May 2020 18:56:16 +0200 Subject: [PATCH] 4.0.0 --- CHANGELOG.md | 36 +++++++++++++++++++++++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 37 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b6e833..df1c595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,40 @@ +## 4.0.0 (2020-05-26) + +* docs: replace gif ([528150b](https://github.com/ph1p/figma-chat/commit/528150b)) +* docs(assets): update header and gif ([e6377c1](https://github.com/ph1p/figma-chat/commit/e6377c1)) +* style: add correct colors to tooltip and scrollbar ([d6e9683](https://github.com/ph1p/figma-chat/commit/d6e9683)) +* style: fix margin ([781cf2e](https://github.com/ph1p/figma-chat/commit/781cf2e)) +* style: fix svg color ([231e94e](https://github.com/ph1p/figma-chat/commit/231e94e)) +* style(message): fix width ([501f4d8](https://github.com/ph1p/figma-chat/commit/501f4d8)) +* style(seperator): add theme color ([bcfea63](https://github.com/ph1p/figma-chat/commit/bcfea63)) +* style(tooltip): update style ([9910ee8](https://github.com/ph1p/figma-chat/commit/9910ee8)) +* refactor: update styling and fix some small bugs ([d8dff6e](https://github.com/ph1p/figma-chat/commit/d8dff6e)) +* refactor(colors): add news colors ([2cee787](https://github.com/ph1p/figma-chat/commit/2cee787)) +* refactor(style): fix icon and update settings colors ([1a327c1](https://github.com/ph1p/figma-chat/commit/1a327c1)) +* fix: add missing method ([e7f9eac](https://github.com/ph1p/figma-chat/commit/e7f9eac)) +* fix(lint): reorder imports ([0e127b4](https://github.com/ph1p/figma-chat/commit/0e127b4)) +* fix(settings): move observer hoc ([649326b](https://github.com/ph1p/figma-chat/commit/649326b)) +* fix(style): fix selection button style ([03342fd](https://github.com/ph1p/figma-chat/commit/03342fd)) +* fix(theme): set chatbar font color ([4f38e35](https://github.com/ph1p/figma-chat/commit/4f38e35)) +* feat(chat): add automatic pagination on scroll ([bb14fdf](https://github.com/ph1p/figma-chat/commit/bb14fdf)) +* feat(chat): detect links in chat text ([2c274f1](https://github.com/ph1p/figma-chat/commit/2c274f1)) +* feat(chatlist): add new chat list style ([82d92ad](https://github.com/ph1p/figma-chat/commit/82d92ad)) +* feat(dark-theme): add theme support ([95a1093](https://github.com/ph1p/figma-chat/commit/95a1093)) +* feat(emoji): add emoji picker functionality ([084f513](https://github.com/ph1p/figma-chat/commit/084f513)) +* feat(minimized): add header functionality ([eb26300](https://github.com/ph1p/figma-chat/commit/eb26300)) +* feat(settings): add new settings page and fix tooltips ([62de336](https://github.com/ph1p/figma-chat/commit/62de336)) +* feat(theme): update message date color ([7bde21e](https://github.com/ph1p/figma-chat/commit/7bde21e)) +* feat(todo): add todolist on first start ([d40e64c](https://github.com/ph1p/figma-chat/commit/d40e64c)) +* feat(tooltip): add tooltip component ([f7af113](https://github.com/ph1p/figma-chat/commit/f7af113)) +* feat(v4): start version 4 ([d4010d9](https://github.com/ph1p/figma-chat/commit/d4010d9)) +* build: new logo and header ([00f4cd2](https://github.com/ph1p/figma-chat/commit/00f4cd2)) + + + ## 3.0.1 (2020-05-02) +* 3.0.0 ([e670f47](https://github.com/ph1p/figma-chat/commit/e670f47)) +* 3.0.1 ([41ea6d3](https://github.com/ph1p/figma-chat/commit/41ea6d3)) * fix(connection): replace some initialization code ([8fcfeec](https://github.com/ph1p/figma-chat/commit/8fcfeec)) * fix(reactive): the UI sometimes does not respond to the current status ([a124592](https://github.com/ph1p/figma-chat/commit/a124592)) * fix(settings): do not close settings ([7769dda](https://github.com/ph1p/figma-chat/commit/7769dda)) @@ -7,7 +42,6 @@ * fix(spacing): remove some space ([d0f4597](https://github.com/ph1p/figma-chat/commit/d0f4597)) * docs: add a gif instead of screenshots ([6196d75](https://github.com/ph1p/figma-chat/commit/6196d75)) * docs: update header image ([dfdde0f](https://github.com/ph1p/figma-chat/commit/dfdde0f)) -* 3.0.0 ([e670f47](https://github.com/ph1p/figma-chat/commit/e670f47)) * refactor: change scroll to bottom behavior and add changelog link ([d00a86a](https://github.com/ph1p/figma-chat/commit/d00a86a)) * refactor: remove props interface ([27e883f](https://github.com/ph1p/figma-chat/commit/27e883f)) * refactor: update animations ([977b877](https://github.com/ph1p/figma-chat/commit/977b877)) diff --git a/package-lock.json b/package-lock.json index 40efc2f..0c10014 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "figma-chat", - "version": "3.0.1", + "version": "4.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 00f5840..3dad7a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "figma-chat", - "version": "3.0.1", + "version": "4.0.0", "description": "", "main": "code.js", "scripts": {