Releases: suren-atoyan/react-pwa
Releases · suren-atoyan/react-pwa
v2.3.0
v2.2.0
- packages: update all packages
- Vite 5 ✅
- replace
Alt + /
withAlt + k
(there was an issue with detecting/
)
v2.1.0
- packages: update all packages
- Vite 3 ✅
v2.0.2
- packages: update all packages
- hotkeys: fix hotkeys' names
v2.0.1
- packages: update
vite-plugin-pwa
to v0.11.3 - hotkeys: fix hotkeys' handlers
- dev-tool: add welcome message in the console
v2.0.0
- ✅ Vite
- ✅ React v18
- ✅ TypeScript
- ✅ React Router v6
- ✅ MUI v5
- ✅ eslint
- ✅ prettier
- ✅ husky
- ✅ lint-staged
- ✅ https localhost
v1.1.0
- package.json: update
recoil
version to 0.1.2 - components:
- Divider: add property
withoutMargins
, change margins based onorientation
- Loading: add first class property
position
- NotFound: add 404 gif from
giphy
, move fromBox
toFb
- Link: fix
export default
style - Fb: create flexbox component, replace all
Box
components withFb
- Divider: add property
- utils: remove single entry point, use only direct paths for utils
- store: use atom effects in theme, style corrections
v1.0.2
- lint: update
eslint
rules (make correction according to new rules) - checks: add
husky
(pre-commit -> lint)
v1.0.1
One with delayed fallback and "minimum" loading
- utils: redesign asyncComponentLoader, add delayed fallback and "minimum" loading
v1.0.0
It's the first stable version of the template. It's going to become a solid foundation for your next React project.
- features: add notifications 🎉
- readme: update bundle size, fix image titles, add a section for notifications, add examples