Changelog
14.13.0
New function spriteWithColor(colorLessSprite: IBobrilStyleDef, color: string): IBobrilStyleDef
for coloring already created sprites.
Changelog
14.12.0
Optimized, simplified and shortened code for pointer events.
b.style on b.styleDef(string) could be called outside of render now.
Changelog
14.11.0
use User Timing API to measure component performance (#109)
b.setMeasureConfiguration()
, since the performance impact is not knownChangelog
14.10.0
New functions namedStyleDef
and namedStyleDefEx
which are not modified by bobril-build and allows to define css classes with exact names.
Changelog
14.9.0
Allow override b.asset
behavior by b.setAsset
or from bobril build by setting defining global function bobrilBAsset
.
Changelog
14.7.0
Fixed JSX compatibility with TypeScript 3.9.2. Unfortunately never
type cannot be used anymore for data
type, use {}
instead.
Fixed missing handler in chain by providing build in basic implementation instead. Also it should correctly handle cases when some route handler does not want to show child.