Skip to content

Releases: taskany-inc/issues

Release 2.1.0

17 Oct 17:16
Compare
Choose a tag to compare

2.1.0 (2023-10-17)

Features

  • GoalPreview: background invalidate (37a82a4)

Bug Fixes

  • FilterPanel: correct appling groupBy param (01501e6)
  • GoalDeleteModal: archive goal, not delete (ee0fa03)
  • GoalListItem: updatedAt time aligned to left (2218afb)
  • GoalPreview: dropshadow for modal header (dfaf28b)
  • ProjectPage: removed useless description (1d32004)
  • ProjectPage: return parent projects in breadcrumbs (3138597)
  • sync dashborad and goals pages design (dd05847)

Release 2.0.1

16 Oct 19:02
Compare
Choose a tag to compare

2.0.1 (2023-10-16)

Bug Fixes

  • FiltersPanel: fix filter highlight (1911009)
  • GoalsPage: disable Group filter (dd30b66)
  • PageHeader: move out goals page from beta (9be84ad)

Release 2.0.0

16 Oct 14:53
Compare
Choose a tag to compare

2.0.0 (2023-10-16)

⚠ BREAKING CHANGES

  • remove field "priority" from goal model

Features

  • cross project goals (312cf87)
  • GoalPreview: added sidebar like on GoalPage (203bef5)
  • GoalsPage,ProjectsPage: union goals and projects page (856d1b2)
  • GoalsPage: add new components (e5b43f9)
  • state dot for pinned comment (310071b)

Bug Fixes

  • added priority model instead of string (bdeeb35)
  • FilterPanel: move Group control near Filter control (9ab802a)
  • FilterPresetForm: simplify api (50be538)
  • GoalList: drop unused component (76b86bf)
  • HistoryRecord: add partner projects record (283add8)
  • HistoryRecord: show pretext for changed owner (7ec931a)

Code Refactoring

  • remove field "priority" from goal model (188c4da)

Release 1.33.0

12 Oct 12:54
Compare
Choose a tag to compare

1.33.0 (2023-10-12)

Features

  • added ability to copy raw content from comment or goal description (d8fdd7c)
  • custom trpc transformer (0ccdd75)

Bug Fixes

  • CardHeader: align time with description (8611fdd)
  • FilterAutoCompleteInput: correct align icon (39c3de5)
  • GoalCriteria: correct align in criteria list item (eaffa2a)
  • GoalHeader: pass NextLink via Link prop (8dcd9ba)
  • History: call ctx in useEffect (ace62ba)
  • removed navigator check (4166cab)

Release 1.32.4

09 Oct 17:56
Compare
Choose a tag to compare

1.32.4 (2023-10-09)

Bug Fixes

  • GoalPage: pass NextLink via Link prop (7c95fb8)
  • HistoryRecord: remove CSS overrides (f353188)

Release 1.32.3

09 Oct 14:25
Compare
Choose a tag to compare

1.32.3 (2023-10-09)

Bug Fixes

  • on new comment input re-renders only comment form (b24bfae)

Release 1.32.2

06 Oct 16:28
Compare
Choose a tag to compare

1.32.2 (2023-10-06)

Bug Fixes

  • StateDropdown: simplify usage (9b5b773)

Release 1.32.1

06 Oct 15:39
Compare
Choose a tag to compare

1.32.1 (2023-10-06)

Bug Fixes

  • CriteriaForm: edit criteria form shouldnt have render trigger prop (717331d)
  • estimate unexpected update (83f5206)
  • FiltersPanel: user can change default preset to custom query (97b8a0a)
  • getting user name (27a78d1)
  • goal comment can be deleted (395b8a4)
  • spelling note mistake (359c0b7)

Release 1.32.0

05 Oct 15:38
Compare
Choose a tag to compare

1.32.0 (2023-10-05)

Features

  • *Page: apply new component api (fe2a228)
  • access middleware (0a8c6bd)
  • component GlobalSearch imported from bricks (a500b27)
  • component Keyboard imported from bricks (76068ec)
  • estimate aliases in new filter (ddcf04c)
  • EstimateFilter: @previous, @current, @next aliases (536f0bf)
  • EstimateFilter: new estimate picker (c6ac025)
  • EstimateFilter: new estimate picker (ec2da4a)
  • FilterPanel: add new components (a53c17f)
  • FilterPanel: apply new components for panel (2c59253)
  • FilterPanel: replace Dropdown components to Tab and AutoComplete components (0320995)
  • general way to get user name/email/nickname (1c64ec9)
  • SortFilter: rewrite filter with AutoComplete usage (0f9e37b)
  • users: add nickname in search params (5481285)
  • useUrlFilterParams: append batch method update for state (b7b87a0)

Bug Fixes

  • added scroll for markdown when it crowded (cddaf94)
  • apply user name getter in whole places (553c257)
  • auth: allow account linking via email, #1711 (895637b)
  • CardHeader: show user name corectly (0e69ef3)
  • corrected a spelling mistake in word Schema (57f83d0)
  • create and apply DOM attrs (8653083)
  • CreateGoal: can create goal for empty project (d762c91)
  • empty projects visible only without filters (c568d52)
  • FilterPanel: apply visual styles (3a93f31)
  • FilterPanel: visual changes (654dfe0)
  • FilterPopup: prevent outside clicks (65862d2)
  • FiltersPanel: highlighted filters label (73a59ed)
  • FilterTabLabel: drop unnecassery code (8abc4bc)
  • GoalListItem: align text (a7d718d)
  • GoalPage: align header elements (e8da876)
  • hotfix criteria handlers (ec70e3b)
  • InlineForm: use bricks component (13bf7e2)
  • keyPredictor: simplify impelementation and drop debounced call (b3b70a1)
  • tab settings must be visible only for project owners (83edb3e)
  • typedef errors (0160671)
  • use new component (86b787f)
  • user cant remove tags from any goal (5538add)
  • user dont see an empty participants block (ac52051)
  • UserComboBox: getting user name (10e7d3e)

Release 1.31.0

21 Sep 14:52
Compare
Choose a tag to compare

1.31.0 (2023-09-21)

Features

  • Estimates: estimate as a date (1c16115)
  • Estimates: timezone issue (bc718fa)