react-router-lite
Version:
Similar to `react-router` but leaner.
53 lines (29 loc) • 2.37 kB
Markdown
# [1.4.0](https://github.com/streamich/react-router-lite/compare/v1.3.0...v1.4.0) (2022-04-02)
### Bug Fixes
- 🐛 stop using deprecated .substr() method ([a7030a4](https://github.com/streamich/react-router-lite/commit/a7030a4930a378cddd25d97751dbf5c5062b8592))
- 🐛 update type definition ([0ea1c83](https://github.com/streamich/react-router-lite/commit/0ea1c8361341830a4f7217ea5db4139bf7e8023e))
### Features
- 🎸 add <Redirect> component ([9842b36](https://github.com/streamich/react-router-lite/commit/9842b36580384d48b4251625abc981b13515f7ab))
- 🎸 expose <Redirect> component in memory router ([ddd65d4](https://github.com/streamich/react-router-lite/commit/ddd65d4ef35c14b2e764d227e5ef1a9184b54685))
- 🎸 render <Redirect> children contents ([d8ad449](https://github.com/streamich/react-router-lite/commit/d8ad4490288226988b4fce9583c002d3e2443407))
# [1.3.0](https://github.com/streamich/react-router-lite/compare/v1.2.0...v1.3.0) (2020-05-29)
### Features
- 🎸 bump dependencies ([1c23cfa](https://github.com/streamich/react-router-lite/commit/1c23cfa))
# [1.2.0](https://github.com/streamich/react-router-lite/compare/v1.1.1...v1.2.0) (2020-05-07)
### Bug Fixes
- 🐛 build down to ES5 ([2953774](https://github.com/streamich/react-router-lite/commit/2953774))
- 🐛 fix TypeScript error ([6b6e369](https://github.com/streamich/react-router-lite/commit/6b6e369))
### Features
- 🎸 forward ref in <Link> component ([46b4f8e](https://github.com/streamich/react-router-lite/commit/46b4f8e))
## [1.1.1](https://github.com/streamich/react-router-lite/compare/v1.1.0...v1.1.1) (2019-04-09)
### Bug Fixes
- 🐛 don't call onClick event on modifier keys ([a1f4814](https://github.com/streamich/react-router-lite/commit/a1f4814))
# [1.1.0](https://github.com/streamich/react-router-lite/compare/v1.0.0...v1.1.0) (2019-04-09)
### Bug Fixes
- 🐛 fix TypeScript type error ([0d096f3](https://github.com/streamich/react-router-lite/commit/0d096f3))
### Features
- 🎸 add default <Provider> component ([6764479](https://github.com/streamich/react-router-lite/commit/6764479))
- 🎸 add in-memory router ([764c920](https://github.com/streamich/react-router-lite/commit/764c920))
# 1.0.0 (2019-04-08)
### Features
- 🎸 add initial implementation ([3815a5b](https://github.com/streamich/react-router-lite/commit/3815a5b))