Skip to content

Latest commit

 

History

History
99 lines (64 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

99 lines (64 loc) · 2.04 KB

Releases

v2.3.0

Dec 23, 2023
  • 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

Dec 23, 2023
  • packages: update all packages
    • Vite 5 ✅
  • replace Alt + / with Alt + k (there was an issue with detecting /)

v2.1.0

Oct 29, 2022
  • packages: update all packages
    • Vite 3 ✅

v2.0.2

May 28, 2022
  • packages: update all packages
  • hotkeys: fix hotkeys' names

v2.0.1

Apr 18, 2022
  • packages: update vite-plugin-pwa to v0.11.3
  • hotkeys: fix hotkeys' handlers
  • dev-tool: add welcome message in the console

v2.0.0

Apr 18, 2022
  • ✅ Vite
  • ✅ React v18
  • ✅ TypeScript
  • ✅ React Router v6
  • ✅ MUI v5
  • ✅ eslint
  • ✅ prettier
  • ✅ husky
  • ✅ lint-staged
  • ✅ https localhost

v1.1.0

Dec 6, 2020
  • 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

Sep 7, 2020
  • lint: update eslint rules (make correction according to new rules)
  • checks: add husky (pre-commit -> lint)

v1.0.1

June 30, 2020

One with delayed fallback and "minimum" loading

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

v1.0.0

June 19, 2020

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 section for notifications, add examples

v0.1.0

June 19, 2020

🎉 First release 🎉