Skip to content

Commit 30f2f1b

Browse files
committed
Merge remote-tracking branch 'upstream/dev' into dev
2 parents 8760114 + 8a0bbc8 commit 30f2f1b

44 files changed

Lines changed: 1630 additions & 1427 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.babelrc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
2-
"presets": [
3-
"@babel/preset-react",
4-
"@babel/preset-env"
2+
"presets": ["@babel/preset-react", "@babel/preset-env"],
3+
"plugins": [
4+
[
5+
"@babel/plugin-transform-runtime",
6+
{
7+
"regenerator": true
8+
}
59
]
6-
}
10+
]
11+
}

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## 2022-03-28
4+
5+
### Changes
6+
7+
- Streamgraph CSS changes: rounded buttons, heading color.
8+
- Default timespan date in GoTriple.
9+
10+
## 2022-03-17
11+
12+
### Deprecations
13+
14+
- Unsupported browser warning is now displayed also in Opera and Edge (the only supported browsers are Chrome, Firefox and Safari).
15+
16+
### Internal
17+
18+
- Refactored remaining old code.
19+
20+
## 2022-03-03
21+
22+
### Security
23+
24+
- Routine npm security update
25+
26+
## 2022-02-17
27+
28+
### Changes
29+
30+
- disabled the cite paper feature in main integration
31+
- enabled the cite paper feature in Triple
32+
333
## 2022-01-31
434

535
### New features

0 commit comments

Comments
 (0)