1.0.0-beta.58
·
750 commits
to master
since this release
- Fixed
sourceview supported syntaxes to list modes with no mime - Fixed editor's hint popup positioning when widget is not fit into the page bounds
- Added
optionsparameter forloadDataFromUrl()with following options:fetch– is passing as is intofetch()as second argumentisResponseOk(response)– a function to check response is okgetContentSize(url, response)- a function to determine a size of decoded contentvalidateData(data)- a function to check payload is valid response data, must throw an error if data is invalid
- Changed
Widget#setContainer()to append only if container is an instance ofNode