Releases: abstra-app/abstra-lib
Releases · abstra-app/abstra-lib
v3.17.2
- ✨ Improv: Create files automatically with the stages
- ✨ Improv: Add description to the actions suggested by Smart Chat
- 🐛 Fix: Correct hot reload for nested modules and symlinked project roots
- 🐛 Fix: CustomInput text encoding errors
v3.17.1
- ✨ Improv: Add
key
paremeter to buttons
🐛 Fix: Add.txt
file support toai.prompt()
🐛 Fix: Ensure newFileInput
works withai.prompt()
v3.17.0
- ✨ Improvement: Add AI actions of replacing code, adding rows, installing packages and editing tables
- 🐛 Fix: Add a refresh button to the trigger tasks list
- 🐛 Fix: Prevents the
Cmd+F
orCtrl+F
of creating a new form on workflows - 🐛 Fix: Web editor authentication error (Cloud)
- 🔧 Internal: optimized workflow execution
v3.16.5
- ✨ Improv: Set stage editor browser tab title to stage name
- 🐛 Fix: Widgets constraints not working
- 🐛 Fix: Better options for remove or uninstall requirements
v3.16.4
- ✨ Improv: fix delayed execution of editor
v3.16.3
- ✨ Feat: Send the webeditor user to a waiting room while the server is awakening
- ✨ Improv: allow closing the Smart Chat on the stage editor
- ✨ Improv: add .get method to Task object
- ⚡️ Improv: linters running up to 20x faster
- 🐛 Fix: add timetout to all request calls
- 🐛 Fix: update Abstra Docs links
- 🐛 Fix: reset df index when initializing pandas-related widgets
- 🐛 Fix: tasks were not showing in Editor
v3.16.2
- ✨ Improvement: enhance job and tasklet executions resilience
- 🐛 Fix: more consistent tasks workflow shortcuts
- 🐛 Fix: better spacings on codebase files navigator
- 🐛 Fix:
Shift+Enter
insert line-break into Smart Chat input - 🐛 Fix: send correct execution error message to Smart Chat
- 🐛 Fix: initial data was not working if the user didn't interact with the value of the input
- 🐛 Fix: sort tasks by date on the visualization of pending, completed and sent tasks
- 🐛 Fix: Change the forms default code to use the new SDK
- 🐛 Fix:
Cmd+Click
on "go to editor" opens editor in a new tab - 🐛 Fix: restart button in the Form's end page was not working
- 🐛 Fix: align the content of the form page to the top of the page
v3.16.1
- 🐛 Fix: revert timestamp enconding
v3.16.0
- ✨ Feature: History in Smart Chat
- 🐛 Fix: Linter warning for missing internal environment variables
- 🐛 Fix: Tables incorrect datetime serialization
- 🐛 Fix: block adding tasks if the Workflow Editor state is unsaved
- ✨ Feature: Omni Chat
v3.15.5
- 🐛 Fix: Recursive call was breaking the editor
- 🐛 Fix: Del key not deleting a node in Workflow Editor in Windows