Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Latest commit

History

History
35 lines (19 loc) * 811 Bytes

CHANGELOG.md

File metadata and controls

35 lines (19 loc) * 811 Bytes

Changelog

0.5.4

  • Update svg-react-transformer to fix SVGs missing viewBox

0.5.3

  • Enable setting the host to other than 127.0.0.1

0.5.2

  • Update dependencies to resolve security vulnerability warnings
  • Update repository url

0.5.1

  • Upgrading to webpack v4.28.2 to support dynamic imports.

0.5.0

  • Allow for base path injection in htmlSource.

0.4.0

  • Bug:: Fixes the way Underreact handles root relative urls.

0.3.1

  • Bug:: Fixes SVG imports inside CSS files.

0.3.0

  • Breaking change: The default value of DEPLOY_ENV now stays development regardless of the mode #74.
  • Breaking change: The default outputDirectory is now _site. #71