Skip to content

Latest commit

 

History

History
88 lines (55 loc) · 2.39 KB

CHANGELOG.md

File metadata and controls

88 lines (55 loc) · 2.39 KB

Change Log

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.

1.1.0 - 2023-02-13

Updated

  • Enabling react and react-dom dependencies greater than v17
  • Adding Readonly advanced type on context values and methods

1.0.3 - 2021-10-31

Updated

  • Improving code linting by adding eslint-plugin-unicorn package
  • 🎉 Decreasing final bundle in 20% 🎉
  • Updating code coverage for module
  • Split npm run lint and npm run lint:types tasks to decrease pipeline time

Fixed

  • Distributing a single .d.ts type definition file. This will decrease the package install time.

Removed

  • Removed es2020 and es2015 bundles. This package is now distributing these bundle types
    • ESM: Using esnext modules
    • CJS: Using CommonJS modules
    • UMD: Using UMD

1.0.2 - 2021-10-29

Fixed

  • Fixing types for onNext to cover the callback scenario

1.0.1 - 2021-10-29

Updated

  • Improving build time by using npm-run-all package

Added

  • Adding ES2020 bundle to be published
  • Adding pre-commit hook

Fixed

  • Fixed link on README.md docs
  • Fixed Types export in package.json

1.0.0 - 2021-10-28

Added

  • Created react-sweet-wizard component
  • Adding CircleCI pipeline for pull requests
  • Adding stricter Eslint rules
  • Adding stricter Typescript rules

Updated

  • Updating README.md docs
  • Updating project dependencies

Fixed

  • Fixing unit tests