Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simenheg committed Jan 15, 2024
1 parent ef826b9 commit cb379f2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,20 @@ All notable changes to this project will be documented in this file. The format

## [UNRELEASED]

## [4.1.0] 2024-01-15

### Added

- "Lifting" objectives are now also allowed during the creation flow, not only
when edited.

### Breaking changes

- The API endpoint for listing KPIs (measurements) now uses cursor-based
pagination to alleviate scalability issues in the previous implementation.
- The status API endpoint providing certain global KPI metrics was broken and
have been removed.

### Changed

- Enhanced the responsiveness of OKR pane views for a better user experience.
Expand All @@ -24,14 +33,7 @@ All notable changes to this project will be documented in this file. The format
### Fixed

- Fixed disappearing navigation header for mobile users.
- Added missing aria roles and attributes for navbar components.

### Breaking changes

- The API endpoint for listing KPIs (measurements) now uses cursor-based
pagination to alleviate scalability issues in the previous implementation.
- The status API endpoint providing certain global KPI metrics was broken and
have been removed.
- Added missing ARIA roles and attributes for navbar components.

### Security

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": "4.0.0",
"version": "4.1.0",
"private": true,
"scripts": {
"test:unit": "NODE_ENV=test jest --testPathIgnorePatterns tests/firebase",
Expand Down

0 comments on commit cb379f2

Please sign in to comment.