Skip to content

Commit

Permalink
Release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simenheg committed May 5, 2023
1 parent ad2b388 commit 4017d50
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format

## [UNRELEASED]

## [3.6.0] 2023-05-05

### Added

- A new timeline view for objectives has been added (visualized in a Gantt
Expand All @@ -12,8 +14,8 @@ All notable changes to this project will be documented in this file. The format

### Changed

- The OKR period selection tabs have been moved into a drop down menu in the top
bar matching the period selector on the KPI page.
- The OKR period selection tabs have been moved into a dropdown menu in the top
bar matching the period selector on the measurements page.
- Improved OKR overview page styling.
- Improved tooltip styling.
- All forms now use Punkt-styled input fields.
Expand All @@ -25,7 +27,7 @@ All notable changes to this project will be documented in this file. The format

### Fixed

- Fixed rendering of charts containing goals with missing value.
- Fixed rendering of charts containing goals with missing values.
- Fixed a bug in the measurement goal value input field.
- The period selector dropdown menu has been made more responsive.
- The key result progression update form is now cleared on submit to prevent
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "okr-tracker",
"version": "3.5.0",
"version": "3.6.0",
"private": true,
"scripts": {
"test:unit": "NODE_ENV=test jest",
Expand Down

0 comments on commit 4017d50

Please sign in to comment.