Releases: shchilkin/productivity-app
Releases · shchilkin/productivity-app
v0.3.4
v0.3.4 (2023-04-26)
🚀 New Feature
- feat(sidebar): add animation c007365
- feat(sidebar): add opening and closing animations b418c87
- feat(TaskCreator): create TaskCreator component and add story 5e7d946
- feat(AddNewTaskButton): update component and add story efccb83
💅 Enhancement
- style(TaskList): center TaskList on larger screens in the main app view f9a7499
- refactor(components): move styles to separate variable in Input component 8d61e74
📝 Documentation
- docs(README): add "Available Scripts" section to nextjs-app README.md 23167cb
🐛 Bug Fix
- test(cypress): add Cypress package and create e2e tests for authentication 62ab995
🏠 Internal
- chore(storybook): remove example stories folder d93ca1e
- chore(package.json): update react and react-dom version ranges 2e74b8b
- refactor(components): remove FloatingActionButton component c2d9b06
- refactor(components): remove AddNewTaskDialog component and story 42558a3
- feat(app): update app with new AddNewTaskButton component 3fd323a
v0.3.3
v0.3.3 (2023-04-06)
🐛 Bug Fix
- fix(vercel): update build and generate-schema scripts to fix PrismaClientInitializationError ba61245
🚀 New Feature
- feat(sidebar): implement responsive design 598346e
- feat(storybook): add auth decorator and update AuthForm story 28ab55c
💅 Enhancement
- update next version from 13.1.6 to ^13.2.4 18a3e27
- refactor: update appMachine and AddNewTaskDialog 8591095
- feat(sidebar): add responsive design and hide Action button on mobile b7919b4
📝 Documentation
- docs(README): update description and add roadmap 250bd80
🏠 Internal
v0.3.2
Release 0.3.2
Changes
- chore(package): update package.json and yarn.lock (5021435)
- chore(storybook): add decorator for Storybook (148f8dd)
- refactor(components): update components and their types (eb1b217)
- feat(mock): add mockTask function and corresponding test (5f6abf5)
- feat(storybook): add or update stories for components (7491363)
- refactor(components): remove unused components, update Checkbox story, and add new components (3359f24)
- chore: remove unwanted files from git (1e6f8f2)
- fix(decorator): fix import in storybook withGlobalServices decorator (853dbdb)
v0.3.1
Release 0.3.1
- chore(storybook): migrate to version 7 (3bd4f71)
- chore(gitignore): add lerna-debug.log to .gitignore (2ffc639)
- feat(tailwind): add @tailwind/forms addon (0843d97)
- refactor(checkbox): move checkbox to separate component and update styling (3fb9195)
- docs(storybook): add checkbox story for Storybook (3c99f78)
- refactor(tasks): replace input with Checkbox component in TaskListItem and TaskPreview (6c5bf61)
v.0.3
0.3.0 (2023-04-06)
Features
- nextjs-app: Add root page, update layout component
- components: Update and add new components
Chores
- package: Update package.json and yarn.lock
- .gitignore: remove /apps/nextjs-app .gitignore and update root .gitignore
- nextjs-app: Bump version from 0.2.0 to 0.3.0
v0.2.1
[0.2.1] - Release Notes
Changes
-
Refactor: Improved
auth-machine
implementation by adding type guards for action assignments and definingAuthEvent
type (9ba4b91).- Added type guards for actions in
authMachine
. - Defined
AuthEvent
type for better type safety.
- Added type guards for actions in
-
Style: Updated button design in
AuthForm
component and cleaned up the code (138ea16).- Changed button design in
AuthForm
. - Removed comments and console logs for cleaner code.
- Changed button design in
v0.2.0
Release Notes
Version 0.2.0
Features
- nextjs-app: Added framer-motion package for animations (d9df82c)
- auth: Created xstate authMachine component for managing authentication states (0681224)
- auth: Created AuthFormWrapper component with authMachine instance for handling authentication (79aa3b1)
- auth-form: Updated AuthForm component to use authMachine and added framer-motion animations (5beafc3)
Fixes
- lint-staged: Updated lintStagedrc.json to include .tsx files for proper linting (89eb882)
Chores
- nextjs-app: Bumped version from 0.1.0 to 0.2.0 (98a3188)
v0.1.0
Release Notes
Version 0.1.0
Features
- commitlint: Added commitlint and husky commit-msg hook for better commit management
- lint-staged: Added and configured lint-staged, and updated husky pre-commit hook to include lint-staged
Refactoring
- app: Changed the app name from @todo-list/nextjs-app to @productivity-app/nextjs-app
Chores
- package: Bumped the version from 0.0.1 to 0.1.0
- .idea: Removed the .idea folder from Git and added it to the .gitignore file
Other Improvements
- Fixed code style issues with Prettier
- Added husky precommit hook for better code quality
- Initialized Lerna and updated scripts in the root project
- Updated README.md in the nextjs-app