react-polymorphic-box
Version:
Building blocks for strongly typed polymorphic components in React.
99 lines (50 loc) • 4.4 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [3.0.3](https://github.com/kripod/react-polymorphic-box/compare/v3.0.2...v3.0.3) (2020-12-16)
### [3.0.2](https://github.com/kripod/react-polymorphic-box/compare/v3.0.0...v3.0.2) (2020-11-01)
### Bug Fixes
- compatibility with Next.js ([35158fe](https://github.com/kripod/react-polymorphic-box/commit/35158feab7c48adcc432526d3dd735e4f4ff611c))
### [3.0.1](https://github.com/kripod/react-polymorphic-box/compare/v3.0.0...v3.0.1) (2020-10-09)
### Performance
- improve prop inference ([137fca6](https://github.com/kripod/react-polymorphic-box/commit/137fca651080fc4ce1e4788639ec684db32bb617))
### Documentation
- add missing 'export' statements ([3c10d78](https://github.com/kripod/react-polymorphic-box/commit/3c10d78be640cf1c51b09a239a4c54ac840e760c))
## [3.0.0](https://github.com/kripod/react-polymorphic-box/compare/v2.0.7...v3.0.0) (2020-10-08)
### Features
- tree shaking possibility for React ([533b7aa](https://github.com/kripod/react-polymorphic-box/commit/533b7aad7d886dd3c827439795cece0d4a9f4719))
### Bug Fixes
- component display name for debugging ([33d6461](https://github.com/kripod/react-polymorphic-box/commit/33d6461f31a3c06e5e8bf78cd210d84dbe0b662f))
- element return types ([841ca5e](https://github.com/kripod/react-polymorphic-box/commit/841ca5ec78ea4b9a180ea4e9efaf3ca386efb4ad))
### [2.0.7](https://github.com/kripod/react-polymorphic-box/compare/v2.0.6...v2.0.7) (2020-08-16)
### Bug Fixes
- importing React as a library ([87dc14f](https://github.com/kripod/react-polymorphic-box/commit/87dc14ff168260a49926df164319d64fb219e67a))
### [2.0.6](https://github.com/kripod/react-polymorphic-box/compare/v2.0.5...v2.0.6) (2020-08-12)
### Bug Fixes
- **meta:** package bundling ([1f8aa3c](https://github.com/kripod/react-polymorphic-box/commit/1f8aa3cf05cbea808236bba11d03bb9268f4d4f4))
### [2.0.5](https://github.com/kripod/react-polymorphic-box/compare/v2.0.4...v2.0.5) (2020-07-17)
### [2.0.4](https://github.com/kripod/react-polymorphic-box/compare/v2.0.3...v2.0.4) (2020-07-12)
### Bug Fixes
- package distribution for today's bundlers ([08fdeef](https://github.com/kripod/react-polymorphic-box/commit/08fdeefccb041df8d7cfef2bf3180876c3247df1)), closes [#11](https://github.com/kripod/react-polymorphic-box/issues/11)
### [2.0.3](https://github.com/kripod/react-polymorphic-box/compare/v2.0.2...v2.0.3) (2020-07-09)
### Bug Fixes
- module typings path ([4dce4de](https://github.com/kripod/react-polymorphic-box/commit/4dce4de84d6a74bf4520e1fd4a2d83b7c5b6002f))
### [2.0.2](https://github.com/kripod/react-polymorphic-box/compare/v2.0.1...v2.0.2) (2020-07-09)
### Bug Fixes
- support legacy ecosystem better ([5df7d68](https://github.com/kripod/react-polymorphic-box/commit/5df7d68cd95bdecffe732c6bf53053862b01046c))
### [2.0.1](https://github.com/kripod/react-polymorphic-box/compare/v2.0.0...v2.0.1) (2020-07-09)
### Bug Fixes
- bundling output files ([efa1a86](https://github.com/kripod/react-polymorphic-box/commit/efa1a8693bcf35c65dcc4a16829b08aaf3c9e3b1))
## [2.0.0](https://github.com/kripod/react-polymorphic-box/compare/v1.1.1...v2.0.0) (2020-07-09)
### Bug Fixes
- **typing:** use ComponentType as returned type ([c5a7f73](https://github.com/kripod/react-polymorphic-box/commit/c5a7f7338016d96b0d3a6b9f5da6b29de1dc60c1))
### [1.1.1](https://github.com/kripod/react-polymorphic-box/compare/v1.1.0...v1.1.1) (2020-04-15)
## [1.1.0](https://github.com/kripod/react-polymorphic-box/compare/v1.0.4...v1.1.0) (2020-04-09)
### Features
- `PolymorphicComponent` type ([81cbb91](https://github.com/kripod/react-polymorphic-box/commit/81cbb91bcac54a8321582074069f365ac1ff3312))
### [1.0.4](https://github.com/kripod/react-polymorphic-box/compare/v1.0.3...v1.0.4) (2020-02-15)
### Bug Fixes
- missing `PropsOf` type ([4a685a1](https://github.com/kripod/react-polymorphic-box/commit/4a685a1f46fabf55700de32fe9f1838d2c4595ce))
### [1.0.3](https://github.com/kripod/react-polymorphic-box/compare/v1.0.2...v1.0.3) (2020-02-15)
### [1.0.2](https://github.com/kripod/react-polymorphic-box/compare/v1.0.1...v1.0.2) (2020-02-15)
### [1.0.1](https://github.com/kripod/react-polymorphic-box/compare/v1.0.0...v1.0.1) (2020-02-15)
## 1.0.0 (2020-02-15)