-
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
3679f04
commit fbc61f4
Showing
5 changed files
with
44 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,20 @@ | ||
## [1.5.0](https://github.com/taskany-inc/issues/compare/v1.4.0...v1.5.0) (2023-05-30) | ||
|
||
|
||
### Features | ||
|
||
* **GoalListItem:** new GoalListItem design ([2ada2bb](https://github.com/taskany-inc/issues/commit/2ada2bba31aee1f8d79836f28cc0374653a8a692)) | ||
* **GoalListItem:** paddings smaller ([6afab2c](https://github.com/taskany-inc/issues/commit/6afab2ca607edae8deaed72a8f07e455a66222ea)) | ||
* **GoalListItem:** state component instead of DotState ([3679f04](https://github.com/taskany-inc/issues/commit/3679f04a5890fe35ad85e8caf22d719e803d64da)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* autofocus now works ([2cd1539](https://github.com/taskany-inc/issues/commit/2cd1539a1292f644006c44c2684d71e3326190f8)) | ||
* **GoalEditForm:** estimate is optional ([0ca3291](https://github.com/taskany-inc/issues/commit/0ca329177a31d066e0b5a38525f0c7e5309b73cb)) | ||
* **GoalHistory:** use strict type for records ([86a7455](https://github.com/taskany-inc/issues/commit/86a745527dd7c4aa8e3d8f78e718c0ff8e9d673f)) | ||
* **goal:** move goal to new project in update ([241562b](https://github.com/taskany-inc/issues/commit/241562b1ec4c919ee983b1dc8b6ca733ac0e48b0)) | ||
* **GoalsGroup:** common table for Goals groups ([7d6a30c](https://github.com/taskany-inc/issues/commit/7d6a30c6693e6232e873fa9c2e7beefc3017e64f)) | ||
* **project:** pass only id to connect property ([774582b](https://github.com/taskany-inc/issues/commit/774582b1754d11fa04a411ec6072dd40633a3823)) | ||
* shrink text ([3e5654b](https://github.com/taskany-inc/issues/commit/3e5654b27e266025435a54433e99fb83ac979864)) | ||
|
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.4.0 | ||
1.5.0 |