v1.0.0-beta.7
版本发布时间: 2022-11-03 19:12:01
liteflow-labs/liteflow-js最新发布版本:v3.0.0(2024-05-17 17:40:59)
Hooks
Changed
- Use of ts-invariant to assert conditions in the codebase + remove useless checks #64
- Remove unnecessary
graphql
dependency #66 - Improve bundle size by removing enums in the generated types #63
Fixed
- Ensure that the
parsePrice
doesn't crash even with invalid input #68
Components
Added
- Add generic type for
Select
andTokenGrid
components #63 - Added the
showPoweredBy
property to the footer in cases where we display "Powered By Liteflow". #79
Changed
- Improve bundle size by removing enums in the generated types #63
- Update minimum version of
@apollo/client
to^3.5.9
, which includes a fix for this Apollo Client issue
Templates
Changed
- Improve bundle size by removing enums in the generated types #63
- Update minimum version of
@apollo/client
to^3.5.9
, which includes a fix for this Apollo Client issue
Fixed
- Fix error 500 when accessing the notification template without being logged in #67