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

@mapbox/batfish

Package Overview
Dependencies
Maintainers
28
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mapbox/batfish - npm Package Versions

1
9

0.11.4

Diff

Changelog

Source

0.11.4

  • Fix: Fragments in the URL take precedence over scrolling to the top of pages on dynamic route changes.
davidtheclark
published 0.11.3 •

Changelog

Source

0.11.3

  • Fix: Fragments in the URL take precedence over saved scroll positions in the history.
davidtheclark
published 0.11.2 •

Changelog

Source

0.11.2

  • Fix: Development server does not quit the process when there are Webpack compilation errors. Instead, you can just fix them and rebuild.
davidtheclark
published 0.11.1 •

Changelog

Source

0.11.1

  • Fix: Remove imports of batfish-internal/context from public modules. These break unit tests, or any other reference to the file outside of Batfish's builds.
davidtheclark
published 0.11.0 •

Changelog

Source

0.11.0

  • Add: Add babelPresetEnvOptions option.
  • Add: Enable page-specific CSS. See "Page-specific CSS" documentation.
  • Fix: Prevent two simultaneous Webpack compilations from messing with each other when a page file changes.
davidtheclark
published 0.10.4 •

Changelog

Source

0.10.4

  • Fix: Restructure directories to be more friendly for Flow-using consumers.
davidtheclark
published 0.10.3 •

Changelog

Source

0.10.3

  • Fix: Don't hijack links that aren't to Batfish routes. Refactoring in 0.10.0 introduced this bug.
davidtheclark
published 0.10.2 •

Changelog

Source

0.10.2

  • Fix: Include more files in npm package ...
davidtheclark
published 0.10.1 •

Changelog

Source

0.10.1

  • Fix: Include dist/ in npm package. Oops.
davidtheclark
published 0.10.0 •

Changelog

Source

0.10.0

  • 🚨 Breaking change: Require Node 6. (Drop support for Node 4.)
  • 🚨 Breaking change: Remove staticDirectory option. The same effect can be accomplished by putting static files in the pages directory.
  • 🚨 Breaking change: with-location now provides the original component at WrappedComponent instead of WrapperComponent.
  • 🚨 Breaking change: change data-no-hijack attribute name to data-batfish-no-hijack. Also, this attribute now blocks link hijacking on the element itself and all its children.
  • 🚨 Breaking change: (maybe, maybe not) Links with fragment URLs (e.g. href="#foo") are not hijacked, just left to their default behavior.
  • Add: Much improved logging!
  • Add: Much improved configuration validation!
  • Add: Much improved error handling!
  • Add: hijackLinks configuration option, defaulting to true.
  • Add: Improve prefixUrl to work with already-prefixed URLs and absolute URLs.
  • Add: Add unprocessedPageFiles option.
  • Add: Include babel-plugin-transform-class-properties by default.
  • Add: start now rebuilds when you change a page's front matter, create a new page, or delete a page.
  • Fix: Update postcss-html-filter to fix bugs inlining CSS with certain pseudo selectors.
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