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

17.6.0

Diff

Changelog

Source

17.6.0

New FragmentWithEvents component. Courtesy of martind-gmc.

bobris
published 17.5.0 •

Changelog

Source

17.5.0

Export extractParams router url parsing function.

bobris
published 17.4.0 •

Changelog

Source

17.4.0

Added new function isSvgSprite.

Fixed update of element attributes when updated from undefined to object.

bobris
published 17.3.0 •

Changelog

Source

17.3.0

Allow to use attribute selectors in pseudo css definitions. Example: b.styleDef({},{ "[aria-disabled=\"true\"]": { opacity: 0.5 } })

bobris
published 17.2.0 •

Changelog

Source

17.2.0

Router now allows to store additional state in browser history not visible in URL. Use this new method to get state getActiveState(). createRedirectPush and createRedirectReplace have new 3rd parameter to set state with transition, if new state is not provided current state is preserved.

bobris
published 17.1.0 •

Changelog

Source

17.1.0

Fixed a lot of behaviors and inApp calculation in router. Now uses history.state to remember deepness of history.

bobris
published 17.0.3 •

Changelog

Source

17.0.3

Fix router back transition inApp calculation.

bobris
published 17.0.2 •

bobris
published 17.0.1 •

bobris
published 17.0.0 •

Changelog

Source

17.0.0

Nominal types Nominal<string,"Bobril">.

IBobrilStyleDef is now not plain string but nominal type.

sprite without color creates another nominal type ColorlessSprite. spriteWithColor now takes only ColorlessSprite type making it compile time type safe, function for evaluation could be also passed.

New method svg allows to embed svg in JS source and then use it as ColorlessSprite. It is not expected to directly use svg method but instead sprite and bobril-build will load svg from disk and change that call to this method.

New method svgWithColor allows to resize previously defined svg or recolor multiple colors not just gray for which you can still use spriteWithColor.

When you need to use jQuery selectors with Bobril and you already have nice key in VDom to use with bbseeker, you can now enable automatic publishing of keys to classNames by b.setKeysInClassNames(true); b.ignoreShouldChange(); without need to change your application.

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