🚀 [BETA] v1.0.0-0 Typescript Support
Pre-release
Pre-release
This is a beta release gearing up for the first major release of Flume. This release includes FULL typescript support. Extra typescript documentation is still underway, but we wanted to get this beta release out to get early feedback on TS support. Please feel free to file issues as such.
To install this beta release:
npm install [email protected]
or for yarn
yarn add [email protected]
- port type builder config is now optional 032eb1e
- Added basic documentation on types 7785667
- Converted root engine 68a0928
- Stage cleanup 340a36c
- Converted NodeEditor fa44fb7
- Converted Node 1fa8c6e
- Tightened up typebuilder types 6b10301
- Converted IoPorts 2e44b57
- Converted Color Picker 6896849
- Converted Stage 06364f2
- Converted Comment e68d38e
- Converted NodesReducer & Control 455a5ba
- Converted Select 09570e7
- Converted ContextMenu b50c561
- Converted Connection a81ab62
- Converted connections container 0ca6f72
- Converted Checkbox 6ff57d3
- Converted Draggable component 2158956
- Updated connectionCalculator 8537fc8
- Converted cache, commentsReducer, constants, stageReducer a08d10d
- Converted context and textInput 1b0d2de
- Adds Toaster.tsx & css module support 690f94b
- Converted toasts reducer to TS a2ffce0
- Conversion in-progress 9c3a515
- Upgraded rollup and added TS support ce0ae57
- Allow negative numbers (#156) 4429236