Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 884 Bytes

CHANGELOG.md

File metadata and controls

43 lines (27 loc) · 884 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.1.0] - Unreleased

Added

Changed

  • Cleanup the main package.json and generate library related metadata during the build

Fixed

[2.0.0] - 2020-01-06

Added

  • CHANGELOG file

Changed

  • Upgraded all dependencies to latest versions
  • Moved size-limit config from the package.json to its own file
  • Enable sourcemaps by default
  • Remove CommonJS build output

Fixed

[1.0.0] - 2020-01-06

Added

  • Typescript support
  • CSS Modules
  • ESLint (with React and Prettier)
  • Unit tests (Jest and Testing Library)
  • Minified output (Terser)
  • Bundle size validation
  • Flexible builds (Rollup)