1.0.0-beta.58
lahmatiy
released this
05 Mar 17:35
·
577 commits
to master
since this release
- Fixed
source
view supported syntaxes to list modes with no mime - Fixed editor's hint popup positioning when widget is not fit into the page bounds
- Added
options
parameter 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