1.0.0-beta.48
·
885 commits
to master
since this release
- Fixed dark mode styles of action buttons in
structview for touch devices - Fixed context for nav to include route attributes (#70)
- Added
nav.remove(name)method to remove nav items (#72) - Removed try/catch in
Widget#queryBool(), so nowwhenandwhenDatathrows instead of silently fail (#69) - Fixed missing horizontal scrolling for
treeview - Fixed postfix style in
badgeview when used inpage-header's prelude - Fixed
sourceview crashing on highlighting - Fixed path generation in
signatureview for objects in dictionary mode - Allowed to pass a space separated strings to
className - Changed behaviour for a function as
classNamevalue, it's return value can be a string or an array (any other is ignored) - Improved output view as a function in View inspector
- Fixed view's tree in View inspector for components with no a container
- Added display of non-rendered views with the reason in the view's tree in View inspector
- Fixed jump out
context's content on re-render in view tree of View inspector - Bumped jora to
1.0.0-beta.4and usesetup()method (a bit more effective in creating functions from strings)