Socket
Socket
Sign inDemoInstall

bobril

Package Overview
Dependencies
Maintainers
1
Versions
313
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.16.1

Diff

Changelog

Source

14.16.1

Fixed crash on uncontrolled multi-select.

bobris
published 14.16.0 •

Changelog

Source

14.16.0

Changed useEffect body to be executed inside update frame. Before this change it was run asynchronously after frame using b.asap. This converts useEffect into another lifecycle method after postUpdateDom. Difference is that postUpdateDom (useLayoutEffect) can trigger another synchronous Render, but useEffect is executed always only once as last. Calling deferSyncUpdate from useEffect body does not have any effect.

bobris
published 14.15.0 •

Changelog

Source

14.15.0

b.setIsArrayVdom is better typed to support TS 4.1.x

better typed dropEffect and effectAllowed in DnD

bobris
published 14.14.0 •

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.

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