Releases: phovea/phovea_core
Releases · phovea/phovea_core
v8.0.0 - DEPRECATION
DEPRECATION Information
Please note that this project has been archived and is no longer being maintained. There is an active development under https://github.com/datavisyn/tdp_core and we will also contribute our future changes to it.
v7.0.1
Release notes
- Change provenance graph default permission to ALL_NONE_NONE (#208)
v7.0.0
Release notes
- Export AjaxError (#206)
- Update Codeowner (#205)
Release dependencies first
In case of dependent Phovea/TDP repositories follow dependency tree from the top:
🏁 Finish line
v6.0.0
- Update requirements and dependencies (#201)
- Add prefix to a cloned Session to distinguish it from the original (#199)
- Update .gitattributes (#198)
v5.0.1
- Added interfaces for the options of
StorageProvenanceGraphManagers
#196
v5.0.0
- Migrate to jest for testing #177
- Update README.md circleci links #193
v4.0.0
- Migrate to Typescript 3.8 (only) #186
- add CODEOWNERS file #176
- Update dependencies #184 and #183
- Change
buildId
to `JSON.stringify(buildId) #186
v3.1.0
- Avoid i18next namespace collision when importing multiple times #171
- Remove .travis.yml and .gitlab-ci.yml #167
- Update webpack.config.js #172
- Remove and ignore package-lock.json #168
- Specify Node.js minor version + Debian Buster in CI configs #165
v3.0.0
- I18N support via phovea extension point
epPhoveaCoreLocale
#159
- Update template files and dependencies #161
- Change css filename from
style
to [name]
in webpack.config.js #162
- Add typings for login/logout extension point #158
v2.2.0
- Add extension points on login and logout (#146)
- Add
MAX_URL_LENGTH
constant (#150)
- Create interface to extract heatmap url parameters (#149)