Skip to content

Releases: suren-atoyan/react-pwa

v2.3.0

07 Jan 18:05
d3620b2
Compare
Choose a tag to compare
  • packages: update all packages
  • env: add environmental variables
  • tests: add unit tests (vitest) and e2e tests (playwright)
  • github actions: add github actions

v2.2.0

23 Dec 09:25
c56d73f
Compare
Choose a tag to compare
  • packages: update all packages
    • Vite 5 ✅
  • replace Alt + / with Alt + k (there was an issue with detecting /)

v2.1.0

29 Oct 16:24
Compare
Choose a tag to compare
  • packages: update all packages
    • Vite 3 ✅

v2.0.2

28 May 16:16
Compare
Choose a tag to compare
  • packages: update all packages
  • hotkeys: fix hotkeys' names

v2.0.1

22 Apr 17:00
Compare
Choose a tag to compare
  • packages: update vite-plugin-pwa to v0.11.3
  • hotkeys: fix hotkeys' handlers
  • dev-tool: add welcome message in the console

v2.0.0

17 Apr 20:49
1523c37
Compare
Choose a tag to compare
  • ✅ Vite
  • ✅ React v18
  • ✅ TypeScript
  • ✅ React Router v6
  • ✅ MUI v5
  • ✅ eslint
  • ✅ prettier
  • ✅ husky
  • ✅ lint-staged
  • ✅ https localhost

v1.1.0

05 Dec 20:39
Compare
Choose a tag to compare
  • package.json: update recoil version to 0.1.2
  • components:
    • Divider: add property withoutMargins, change margins based on orientation
    • Loading: add first class property position
    • NotFound: add 404 gif from giphy, move from Box to Fb
    • Link: fix export default style
    • Fb: create flexbox component, replace all Box components with Fb
  • utils: remove single entry point, use only direct paths for utils
  • store: use atom effects in theme, style corrections

v1.0.2

07 Sep 12:34
Compare
Choose a tag to compare
  • lint: update eslint rules (make correction according to new rules)
  • checks: add husky (pre-commit -> lint)

v1.0.1

30 Jun 16:35
Compare
Choose a tag to compare

One with delayed fallback and "minimum" loading

  • utils: redesign asyncComponentLoader, add delayed fallback and "minimum" loading

v1.0.0

27 Jun 12:08
fef9447
Compare
Choose a tag to compare

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