1.0.0-beta.48
lahmatiy
released this
04 Nov 20:27
·
712 commits
to master
since this release
- Fixed dark mode styles of action buttons in
struct
view 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 nowwhen
andwhenData
throws instead of silently fail (#69) - Fixed missing horizontal scrolling for
tree
view - Fixed postfix style in
badge
view when used inpage-header
's prelude - Fixed
source
view crashing on highlighting - Fixed path generation in
signature
view for objects in dictionary mode - Allowed to pass a space separated strings to
className
- Changed behaviour for a function as
className
value, 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.4
and usesetup()
method (a bit more effective in creating functions from strings)