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

4.8.1

Diff

bobris
published 4.8.0 •

Changelog

Source

14.8.0

Added useCallback and useReducer hooks.

bobris
published 4.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 4.6.1 •

Changelog

Source

14.6.1

Fixed bug in router when routes had different nesting.

bobris
published 4.6.0 •

Changelog

Source

14.6.0

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

bobris
published 4.5.0 •

Changelog

Source

14.5.0

Added support for Portals. IBobrilNode for portal is { tag: "@", data: domElement, children }. In TSX it is <b.Portal element={domElement}>{children}</b.Portal>.

useStore hook now calls dispose on store automatically when destroying the context

bobris
published 4.4.0 •

Changelog

Source

14.4.0

Fragment now require its parameter. Should not be problem because TSX/createElement passes that parameter always nonnull. It can now return IBobrilNode type making it more compatible to functional components.

bobris
published 4.3.0 •

Changelog

Source

14.3.0

Changed zIndex of dragged container div to be 1e9, so hopefully above everything.

bobris
published 4.2.3 •

bobris
published 4.2.2 •

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