Releases: causalens/dara
Releases · causalens/dara
v1.14.0-alpha.2
🚧 WIP
- remove periodic token refresh
- fix live WS connections having stale auth context
v1.14.0-alpha.1
🚧 WIP
- added periodic automatic token refresh for auth configs which implement it
- modified refresh_token method to be given old session token for session_id continuity
v1.14.0-alpha.0
🚧 WIP
- initial automatic token refresh implementation in dara.core
🐛 Fixes
- Fix: DO-3894 native plotly plots cannot change size
- Fix: DO-3993: path for chat image fix
- Fix: DO-3994: update publish docs to use correct version of poetry
v1.13.1
📈 Improvements
- Improvement: DO-3914 replace deprecated
shortid
with nanoid
- Improvement: DO-3967 ugrade pnpm to 9
🐛 Fixes
- Fix: DO-3745 table display does not format datetime columns correctly
- Fix: DO-3828 table showing wrong dates
- Fix: DO-3869 input component bug
- Fix: DO-3936 bar plot not picking up default dara styling with plotly
- Fix: DO-3941 custsup plotly with too many data points breaks with enumerate error
- Fix: DO-3956 causal graph viewer not updating nodes when graph is updated
📦 Other
- Docs: DO-3248 docs fixes readme and components docstrings
v1.13.0
📈 Improvements
- Improvement: DO-3720 graph layout calculation performance
🐛 Fixes
- Fix: DO-3682: Use the other registry type for DDVs
/schema
endpoint
- Fix: DO-3770 add min width to causal graph viewer
v1.12.7
📈 Improvements
- Improvement: DO-3542 default
Markdown
styling tweaks
- Improvement: DO-3640: Input and NumericInput now accept standard HTML element props
🐛 Fixes
- Fix: DO-3632 textarea placeholder unaligned in some cases
- Fix: DO-3658: Fix Table non-unique index values, fix sorting by unnamed index
- Fix: DO-3637: Fix rendering of tables from DerivedDataVariables
v1.12.6
🐛 Fixes
- Fix: DO-3618 KeyError in LRU cache
v1.12.5
📈 Improvements
- Improvement: DO-3466 make WS handlers execute synchronously if sync, add support for responding to custom messages directly
🐛 Fixes
- Fix: DO-3605 code viewer code area overflows container
v1.12.4
🐛 Fixes
- Fix: DO-3494: Fix race conditon in registry entry registration
v1.12.3
🐛 Fixes
- Fix: DO-3494: Strip Table column prefix when filtering and sorting