What's Changed
- fix angular select bug by @ykeremy in #831
- Fix email node not saved correctly by @ykeremy in #832
- fix task status and add more explanation for failure reasoning by @wintonzheng in #833
- Fix a bug where adder node wasnt added to loop children by @ykeremy in #834
- fix the default smtp username and passworkd secret names by @wintonzheng in #835
- Add documentation for persist_browser_session by @ykeremy in #836
- Disable panning when focused on node title by @ykeremy in #837
- Fix workflow title initial style by @ykeremy in #838
- Add copy as curl button to run workflow form by @ykeremy in #839
- Make label changes unique by adding text by @ykeremy in #840
- documentation for totp by @wintonzheng in #841
- Fix totp doc syntax by @wintonzheng in #842
- fix totp image path by @wintonzheng in #843
- Doc typo fix by @ykeremy in #844
- Add complete action verification by @ykeremy in #845
- fix documentation: expired_at field for the totp endpoint by @wintonzheng in #846
- Auto minimize the sidebar in workflow editor by @ykeremy in #848
- Use new sidebar state by @msalihaltun in #849
- Implement 'you have unsaved changes' by @ykeremy in #850
- Change how parameters look in task node by @ykeremy in #851
- remove unused property from multiselect by @msalihaltun in #852
- update dependency by @LawyZheng in #853
- Email params should use str when injecting into the body by @ykeremy in #854
- Change the style of workflow header by @ykeremy in #855
- Ensure save button and parameters have same style by @ykeremy in #856
- Fix default value DB mapping by @ykeremy in #857
- Fix workflow reset issue upon update failure by @ykeremy in #858
- Only use json.dumps when workflow parameter type is json by @ykeremy in #859
- make totp_identifier parametrized in workflow by @wintonzheng in #847
- add disabled attr to element by @wintonzheng in #860
- Avoid js function naming conflict - rename sleep to globalSleep by @wintonzheng in #861
- skip unnecessary select-dropdown check for input by @LawyZheng in #862
- remove useless select support legacy by @LawyZheng in #863
- User goal check bugfixes by @ykeremy in #864
- Add ability to add default values to workflow parameters by @ykeremy in #865
- Validate json and don't allow null parameter values when running workflow by @ykeremy in #866
Full Changelog: v0.1.24...v0.1.25