1.0.0-beta.32
·
1159 commits
to master
since this release
- Fixed
tableview to use<table>tag for root element instead of<div> - Added
debounceproperty toinputview config - Exposed lib API as
Widget#lib - Extended
safeFilterRx()to add pattern value to produced regexp asrawSource - Changed
valueoption behaviour forinputview to be a query instead of a plain value - Fixed missed custom page's
decodeParamsmethod call on initial render - Removed
defined()helper - Removed
Widget#getPageOption()method - Changed protocol for
page.options.decodeParams(), handler must take an array of URI component pairs - Extended protocol for
page.options.encodeParams(), handler may return an array of URI component pairs or an object beside a string; keys and values will be encoded by host - Changed references to default page as
defaultPageIdinstead of hardcoded'default'value - Added
Widget.options.reportPageIdoption - Improved
Widget.setPageHash()method to detect changes based on decoded page id, ref and params and re-apply new values if needed - Fixed
tableto not overridedatawhen column config incolsobject have nocontentproperty - Changed
tableto applywhenon column config to entire column - Changed
tableto not render a cell content depending onwhenDatain column config - Changed
whenandwhenDatato not apply whenundefinedor not an own property (like not set at all) - Added sorting for
tableview