Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bobril

Package Overview
Dependencies
Maintainers
1
Versions
319
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bobril - npm Package Versions

1
32

14.14.0

Diff

Changelog

Source

14.14.0

b.styledDiv is better typed.

bobris
published 14.13.0 •

Changelog

Source

14.13.0

New function spriteWithColor(colorLessSprite: IBobrilStyleDef, color: string): IBobrilStyleDef for coloring already created sprites.

bobris
published 14.12.0 •

Changelog

Source

14.12.0

Optimized, simplified and shortened code for pointer events.

b.style on b.styleDef(string) could be called outside of render now.

bobris
published 14.11.0 •

Changelog

Source

14.11.0

use User Timing API to measure component performance (#109)

  • report component lifecycle method durations into User Timing API
  • results are available in the performance tab of devtools (e.g. 'timings' timelane in Chrome)
  • have to be manually switched on in the code b.setMeasureConfiguration(), since the performance impact is not known
bobris
published 14.10.0 •

Changelog

Source

14.10.0

New functions namedStyleDef and namedStyleDefEx which are not modified by bobril-build and allows to define css classes with exact names.

bobris
published 14.9.0 •

Changelog

Source

14.9.0

Allow override b.asset behavior by b.setAsset or from bobril build by setting defining global function bobrilBAsset.

bobris
published 14.8.0 •

Changelog

Source

14.8.0

Added useCallback and useReducer hooks.

bobris
published 14.7.0 •

Changelog

Source

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.

bobris
published 14.6.1 •

Changelog

Source

14.6.1

Fixed bug in router when routes had different nesting.

bobris
published 14.6.0 •

Changelog

Source

14.6.0

Fixed vdomPath search for Portals. Portal element now defaults to document.body same as b.init.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc