Skip to content

Latest commit

 

History

History
30 lines (30 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

30 lines (30 loc) · 1.5 KB

Changelog

[v1.3.5] - 5-31-2024

  • Migrated GlobalState reducer in own file. ActionCreators and ActionTypes have moved too;
  • Completely refactored the way components dispatch events to the State;

[v1.3.4] - 5-28-2024

  • @fix: tags stopped working on ;

[v1.3.3] - 5-28-2024

  • Added support for in ;
  • @fix: tags container now take width based on content;
  • Added rightMargin to tags;

[v1.3.2] - 5-28-2024

  • Created TagUtilities file of functions that handles a set of utilities to retrieve tags;
  • Displayed <TagElementView> in <ProjectSummaryView>;

[v1.3.1] - 5-27-2024

  • @fix: Issue related to Tags assigned to a Project. If a Project had 0 tags, the app would crash;

[v1.3.0] - 5-26-2024

  • Created toHoursAndMinutes function that converts time (in minutes) to hh:mm format;
  • Applied toHoursAndMinutes function to <ActivityCard>;
  • Applied toHoursAndMinutes to <ProjectActivitiesView> either;

[v1.2.0] - 5-26-2024

  • Deleted unused file;
  • Added <StatusView> component in <ProjectActivitiesView> to report activitie' status; Decided to use brief mode;

[v1.1.0] - 5-26-2024

  • Exported available contexts for in own Constants file;
  • Improved ui;
  • Added to report the completion state of a project;

[v1.0.1] - 5-25-2024

  • @fix: Newly created activities have undefined state;

[v1.0.0] - 5-25-2024

  • Bumped app to v1.0.0 - All basic functionalities have been introduced;