Releases: taskany-inc/issues
Releases · taskany-inc/issues
Release 1.20.0
1.20.0 (2023-08-03)
Features
- GoalCriteria: add modal (7a365ad)
- GoalCriteria: implements edit feature for criteria (5d5fcb7)
- GoalCriteria: implements update criterias method (c59cfa4)
- GoalHistory: show criteria changes history (433f2d9)
Bug Fixes
- CommentForm: remove render props, pass values from parent (655fdee)
- FiltersPanel: project filter on goals page can find goals inside child projects (e6792a7)
- GoalCriteria: drop unused css (6b25418)
- GoalDependencies: apply new table rules (f67e7d0)
- GoalHistory: fix ids string join and split (d42a075)
- GoalHistory: non-strict compare index with
null
(9e8fe0b) - GoalPreview: removed bottom padding (11076e7)
- NotificationsHub: toast show messages based on locale (40af044)
Performance Improvements
- FiltersPanel: drop extra refetch (5fb37eb)
Release 1.19.0
Release 1.18.0
1.18.0 (2023-07-25)
Features
- completely replaced to sql and add filters (3130f88)
- Goal: email notifications (ff8da02)
- Project: email notifications (a28a804)
- replaced projects request to sql (f691324)
- schema: added translations i18 (d8a17ae)
Bug Fixes
- db: fix search estimate with optional parameters q and date (0e262f0)
- db: fix search estimate with optional parameters q and date (7a2862a)
- FeedbackCreateForm: change feedback api to trpc (5c6a23d)
- GoalCreateForm: disable the local state busy after request response (63b4d60)
- GoalDependencies,GoalCriteria: apply common styles for features (51e8a9c)
- GoalHistory: fix user avatars (5633bcb)
- Goal: support estimate diff in email notification, #1358 (c28f287)
- HistoryRecord: spelling issue (0bde05c)
- hooks: unconditional hook call in StateDropdown and StateSwitch (fdef66a)
- ProjectSettingsPage: change modal event on transfer ownership button (8cffb63)
- remove test db name (3732dda)
- search: don't search for archived goals (3638d0b)
Release 1.17.0
1.17.0 (2023-07-20)
Features
- GoalCriteria: converting simple criteria to a goal (a6017c0)
- GoalCriteria: show criteria progess onto goals lists (01396db)
- GoalHistory: recording changes about criterias (1103386)
- HistoryRecord: added the ability to hide/show description (bf3ea92)
- Page: added link in a footer to a pop-up with feedback (08eee4b)
- ProjectListItem: average project score (54cd60b)
Bug Fixes
- CommentForm: comment form doesnt close correctly on click outside (0827d8b)
- commentForm: goalId out of sync (3685dbf)
- fix priority sorting (6286e3b)
- GoalCriteria: calc achieve progress through all criteria (a347a57)
- GoalCriteria: hide action dropdown (b5e00cc)
- GoalDependencies: drop
cuid
validatation check (f5d53a7) - prisma: resolve migrations (b636afa)
- return changes over task (c1190ab)
- set priority to optional field (dcbd0ce)