Skip to content

Commit ed80ae8

Browse files
Release 0.81.0 (#1453)
* Release 0.81.0 * [O2B-1140] Fix time range input when granularity is minutes * Include patch * Include runs per period export patch * Revert "Include runs per period export patch" This reverts commit de90444.
1 parent 507d0f5 commit ed80ae8

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.81.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.81.0)
6+
* Notable changes for users:
7+
* Fixed fill statistics not being displayed in fill overview
8+
* Environments are now linked to eos reports
9+
* Added simulation passes counts to MC buttons on LHC Periods overview page
10+
* Autofill environments when creating a log from either the environments or runs page
11+
* Added an easy to reach no-anonymous toggle in logs overview
12+
* Added Simulation Passes per Data Pass view
13+
* Magnets input in SL EoS report now require date
14+
* Spurious title has been removed from overview tables
15+
* Title option has been removed from table utility, because it was used mostly to display overflowing data, now handled by overflow baloon
16+
* Fixed statistics input displaying error with valid values
17+
* Notable change for developers:
18+
* Extracted a state-full controlled date input component, to simplify its use and make its model optional
19+
* Add endpoint serving DPL Detectors list
20+
* Extracted a magnet filling input
21+
* Title option has been removed from table utility, because it was used mostly to display overflowing data, now handled by overflow baloon
22+
* Fixed setting value of date time input with minutes granularity
23+
524
## [0.80.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.80.0)
625
* Notable changes for users:
726
* Fixed run quality being sent in patch even if it has not been updated

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aliceo2/bookkeeping",
3-
"version": "0.80.0",
3+
"version": "0.81.0",
44
"author": "ALICEO2",
55
"scripts": {
66
"coverage": "nyc npm test && npm run coverage:report",

0 commit comments

Comments
 (0)