Releases: datavisyn/visyn_core
Releases · datavisyn/visyn_core
v6.0.0
What's Changed
- fix: fix storybook by wrapping all Vis in VisProvider by @dvmartinweigl in #101
- feature: prevent csv injection in xlsx export by @dvmartinweigl in #108
- Node 20 and no_dist by @puehringer in #107
- Extended ISingleScoreResult to except column desc directly by @dvtschachinger in #113
- fix: bar chart crash issue in Various bugs vis components #99 by @dv-usama-ansari in #119
- refactor: log entire token payload if no email field matched by @puehringer in #111
- deps: add @emotion/react by @puehringer in #124
- fix: language strings by @dv-usama-ansari in #122
- fix: hide filter if no callback is provided by @dv-usama-ansari in #117
- fix: violin plot x-axis labels misalignment by @dv-usama-ansari in #123
New Contributors
- @dvmartinweigl made their first contribution in #101
Full Changelog: v5.0.0...v6.0.0
v5.0.0
What's Changed
Dependencies
- deps: pin @types/react to 18.2.31 (#103)
- Revert "deps: pin @types/react to 18.2.31" (#105)
Requires datavisyn/visyn_scripts#42
Full Changelog: v4.1.1...v5.0.0
v4.1.1
What's Changed
- deps: pin werkzeug to 2.3.7 by @dvmoritzschoefl in #96
- Release 4.1.1 by @thinkh in #98
Full Changelog: v4.1.0...v4.1.1
v4.1.0
Requires datavisyn/visyn_scripts#42
What's Changed
Features
- feat: Set formatter language to English in fromNow util function by @oltionchampari in #83
- feat: add context to visyn view components by @puehringer in #79
- feat: add new plots (heatmap, correlation matrix, raincloud) and refactor general vis by @dvmoritzschoefl in #76
- feat: adding shape to scatterplot tooltip by @dvzacharycutler in #64
Documentation
- docs: Add oauth2/keycloak test environment by @dvchristianbors in #86
Dependencies
New Contributors
- @dvchristianbors made their first contribution in #86
Full Changelog: v4.0.0...v4.1.0
v4.0.0
Release notes
- deps: Pin mantine/* to 6.0.17 (#72)
- feat: add functionality to verify token from ALB and add on_user_loaded hook (#73)
- deps: Upgrade mantine to ~6.0.19 (#74)
- Upgrade RDKit to 2023.3.2 and improve tests (#75)
- deps: change pyjwt to pyjwt[crypto] (#77)
- feat: added ability to define multiple email fields in alb and oauth2 stores (#81)
v3.1.0
What's Changed
Features
- Add utility function to get the time from now to a given date by @dvmoritzschoefl in #56
- Propagate
bottom
prop toAboutAppModal
by @oltionchampari in #58 - Add basic telemetry infrastructure by @puehringer in #2
- Add OAuth2 Security Store by @dvvanessastoiber in #66
- Add
log_level
config value to settings by @thinkh in #69 - Add notifications and modals providers by @puehringer in #63
CI
- Nightly build of main and develop by @dvviktordelev in #59
New Contributors
- @dvviktordelev made their first contribution in #59
Full Changelog: v3.0.1...v3.1.0
v3.0.1
v3.0.0
What's Changed
- breaking: Mantine 6 by @dvmoritzschoefl in #30
- feat: Removing drawer from sidebar, upgrade storybook by @dvzacharycutler in #40
- feat: vis custom colors and bug fixes by @dvzacharycutler in #39
- fix: Pin pyright to version 1.1.308 by @dvdanielamoitzi in #37
- fix: Vis bugs and improvements by @dvzacharycutler in #31
- Release v3.0.0 by @dv-usama-ansari in #41
Full Changelog: v2.0.0...v3.0.0
v2.0.0
What's Changed
- feat: Migrate clientConfig to Pydantic models by @puehringer in #26
- feat: Added mantine provider to visyn app provider with datavisyn entity colors by @puehringer in #13
- fix: avoid unmount if client config is reloaded by @puehringer in #28
- refactor: migrate clientConfig to /api/v1/visyn/clientConfig by @puehringer in #29
- deps: React 18 Migration by @dvmoritzschoefl in #27
- fix: add context middleware last to ensure it is loaded after init_app by @puehringer in #33
- Release v2.0.0 by @thinkh in #34
New Contributors
- @dvmoritzschoefl made their first contribution in #27
Full Changelog: v1.2.0...v2.0.0
v1.2.0
v1.2.0 (2023-04-26)
What's Changed
Features
- New visyn header by @dvdanielamoitzi in #11
- Add
useEvent
hook by @puehringer in #22 - Add build date to about dialog by @thinkh in #24
- Disable border in visyn header by @thinkh in #23
- Add experimental score logic to VisynRanking by @puehringer in #14
- Hide dragmode UI option by @dvzacharycutler in #15
- Passing data to createScoreColumnFunc in EagerVisynRanking by @dvzacharycutler in #20
- Add cypress setting to visyn_core for backend adaptions by @puehringer in #21
Bugfixes
- fix: bar chart issues by @dvzacharycutler in #19
Tasks
- Release v1.2.0 by @dv-usama-ansari in #25