st-sloth
st-sloth
Coloring status makes sense for whatever format user wants, not just the internal `dev` one. So using `:status-colored` gives that ability. Had to edit tests because, in master, status coloring...
Added option in XML-to-JS conversions allowing to always generate `attributes` property (as specified by `attributesKey`) even when there are no actual attributes on an element. This helps with code that...
With `preventDefault`, just having the directive on an element, even with empty handler, introduces a side effect of cancelling default behaviour, such as scrolling inside the element with touches. If...
fixes #203 re highsource/jsonix-schema-compiler#32
Added a new key in the Worksheet Object for freezing and splitting views. I'm not sure whether `!viewPane` is the best name for this object. Neither that it should be...