Socket
Socket
Sign inDemoInstall

bobril

Package Overview
Dependencies
0
Maintainers
1
Versions
307
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1245
31Next

20.1.0

Diff

Changelog

Source

20.1.0

Create dynamically colored sprites lazily only when used by b.style. Should make first start of big applications much faster. Maybe sprite speed up by remembering ImageData instead of Image.

bobris
published 20.0.0 •

Changelog

Source

20.0.0

Click and DblClick events are not listened in Capture phase which increase compatibility with web components. New method addEventListeners needs to be called when using Bobril nodes in 3rd party library which prevents bubbling of various browser events. You will want to usually call together with addRoot.

bobris
published 19.0.0 •

Changelog

Source

19.0.0

Removed now unused feature of isArray customization, Bobx now uses Proxies which makes them Array.isArray compatible.

Made useState compatible with ES2015 spread.

bobris
published 18.2.0 •

Changelog

Source

18.2.0

Fixed refs when switched instances during one render.

Custom events in WebComponent wrapper making it complete.

bobris
published 18.1.0 •

Changelog

Source

18.1.0

Added basic support for wrapping Web Components (custom events will be added in next version).

bobris
published 18.0.0 •

Changelog

Source

18.0.0

Removed compatibility with IE11 and old Edge. Removed definition of Thenable<T> replace by PromiseLike<T> if you used it.

bobris
published 17.13.1 •

Changelog

Source

17.13.1

svg method was not marked as pure.

bobris
published 17.13.0 •

Changelog

Source

17.13.0

Css update was moved from before frame to after frame to prevent unstyled icons.

bobris
published 17.12.0 •

Changelog

Source

17.12.0

useCanDeactivate new hook with limitation only one per component.

bobris
published 17.11.0 •

Changelog

Source

17.11.0

key and ref are deleted from props in TSX.

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc