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
- Enabling react and react-dom dependencies greater than v17
- Adding
Readonly
advanced type on context values and methods
1.0.3 - 2021-10-31
- Improving code linting by adding
eslint-plugin-unicorn
package - 🎉 Decreasing final bundle in 20% 🎉
- Updating code coverage for module
- Split
npm run lint
andnpm run lint:types
tasks to decrease pipeline time
- Distributing a single
.d.ts
type definition file. This will decrease the package install time.
- Removed
es2020
andes2015
bundles. This package is now distributing these bundle types- ESM: Using
esnext
modules - CJS: Using
CommonJS
modules - UMD: Using UMD
- ESM: Using
1.0.2 - 2021-10-29
- Fixing types for
onNext
to cover the callback scenario
1.0.1 - 2021-10-29
- Improving build time by using
npm-run-all
package
- Adding
ES2020
bundle to be published - Adding pre-commit hook
- Fixed link on
README.md
docs - Fixed Types export in
package.json
1.0.0 - 2021-10-28
- Created
react-sweet-wizard
component - Adding CircleCI pipeline for pull requests
- Adding stricter Eslint rules
- Adding stricter Typescript rules
- Updating
README.md
docs - Updating project dependencies
- Fixing unit tests