@tesler-ui/cra-template-typescript
Version:
The base TypeScript template for Create React App.
57 lines (31 loc) • 910 B
Markdown
# 0.7.1
## Fixes
* `@tesler-ui/core` dependendency should not be strict
# 0.7.0
## Features
* `<ErrorPopup />` now included in `<AppLayout />` to handle Tesler API business exceptions
# 0.6.0
## Misc
* Upgrade `@tesler-ui/core` 1.30.4
# 0.5.0
## Features
* proxy is added ([#4](https://github.com/tesler-platform/cra-template-typescript/pull/4))
# 0.4.0
## Features
* `<Operations/>` draft is added;
* Login, logout, switch role processes are added;
* DevToolPanel is added;
* rxjs imports are added;
* template.json: homepage is set to `.`
# 0.3.0
## Features
* Use Tesler API endpoints in production mode
* Build index.ftl in production mode
# 0.2.0
## Features
* Add actions, reducers, epics and application layout
# 0.1.1
## Features
* Add missing `"main": "template.json"` item to `package.json` (https://github.com/facebook/create-react-app/pull/8560)
# 0.1.0
* Initial release