-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5d53a7
commit 573825f
Showing
5 changed files
with
54 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## [1.17.0](https://github.com/taskany-inc/issues/compare/v1.16.6...v1.17.0) (2023-07-20) | ||
|
||
|
||
### Features | ||
|
||
* **GoalCriteria:** converting simple criteria to a goal ([a6017c0](https://github.com/taskany-inc/issues/commit/a6017c0ba8e052147542775b054f4d59dea00f20)) | ||
* **GoalCriteria:** show criteria progess onto goals lists ([01396db](https://github.com/taskany-inc/issues/commit/01396db79afba9115a46cd525db2b76496d779f8)) | ||
* **GoalHistory:** recording changes about criterias ([1103386](https://github.com/taskany-inc/issues/commit/11033867a43cd3d768a333587768456da3f5141b)) | ||
* **HistoryRecord:** added the ability to hide/show description ([bf3ea92](https://github.com/taskany-inc/issues/commit/bf3ea9254a1c44a3ac57b18e9013206e5742da48)) | ||
* **Page:** added link in a footer to a pop-up with feedback ([08eee4b](https://github.com/taskany-inc/issues/commit/08eee4b0112828e273a4c9ac6286dd57d2fac35b)) | ||
* **ProjectListItem:** average project score ([54cd60b](https://github.com/taskany-inc/issues/commit/54cd60b555fada458e75235cd08c392c64ae73a9)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **CommentForm:** comment form doesnt close correctly on click outside ([0827d8b](https://github.com/taskany-inc/issues/commit/0827d8b191aeddd3edbb75a331a5f6276d846eab)) | ||
* **commentForm:** goalId out of sync ([3685dbf](https://github.com/taskany-inc/issues/commit/3685dbf7fdbb01f011bcf6d83692f7c70e5c3572)) | ||
* fix priority sorting ([6286e3b](https://github.com/taskany-inc/issues/commit/6286e3bed33e24ad303c7e468bf116f6373c4e00)) | ||
* **GoalCriteria:** calc achieve progress through all criteria ([a347a57](https://github.com/taskany-inc/issues/commit/a347a57fa9ed52c63a4c0e6dc4345f0c5ac1c5ae)) | ||
* **GoalCriteria:** hide action dropdown ([b5e00cc](https://github.com/taskany-inc/issues/commit/b5e00cc97ca5cfa1116d8eac8487b19139447995)) | ||
* **GoalDependencies:** drop `cuid` validatation check ([f5d53a7](https://github.com/taskany-inc/issues/commit/f5d53a76c91f767196d0efcc5b801487a77a7ab9)) | ||
* **prisma:** resolve migrations ([b636afa](https://github.com/taskany-inc/issues/commit/b636afa8bfff88b803c4f85f79006db1bff11bb7)) | ||
* return changes over task ([c1190ab](https://github.com/taskany-inc/issues/commit/c1190abf67fdd2df4a8751dadaa6fc61cb1ce98c)) | ||
* set priority to optional field ([dcbd0ce](https://github.com/taskany-inc/issues/commit/dcbd0ce3daded06df39cd1d3134d41b5d62ba43c)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.16.6 | ||
1.17.0 |