Skip to content

Commit

Permalink
release: 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aulonm committed Nov 9, 2021
1 parent bd5d5d8 commit a9b5388
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,23 @@ All notable changes to this project will be documented in this file. The format

## [UNRELEASED]

## [2.6.0] 2021-11-09

Last minor update before releasing our new design. New updates from now on will only be small bug fixes.

### Changes

- Rewritten sass rules from @import to @use/@forward - hopefully easier to implement the new Oslo Design System
- Rewritten all the Cloud Functions to es modules - we can now write more future-proof code.
- Updated all dependencies of Cloud Functions
- Updated dependencies
- Updated stylelint to v14 and fixed all the breaking changes

### Fixed

- Not allowed to update Period if you only changed the name.
- Showing loading spinner when fetching KPI/KeyResult progress
- Moved widgets around for a better UX experience for mobile users
- Updated dependencies
- Updated stylelint to v14 and fixed all the breaking changes

### Fixed

- When updating Org/Dep/Prod, the state store would get corrupt and only refresh fixed it. Double documents would show because vuexfire does not handle hundreds of documents that well.
- functions: config to active slackbot or not actually works

Expand Down
2 changes: 1 addition & 1 deletion 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": "2.5.3",
"version": "2.6.0",
"private": true,
"scripts": {
"dev": "firebase emulators:start --import=./mock_data & vite",
Expand Down

0 comments on commit a9b5388

Please sign in to comment.