-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated changelogs for release 1.0.0
- Loading branch information
1 parent
dc96db5
commit 9a77ce0
Showing
1 changed file
with
26 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,27 @@ | ||
# Pre-order Application | ||
# Pre-Order App | ||
|
||
## 1.0.0 (2021-04-13) | ||
- Implemented authentication logic using vuex state management library | ||
- Fixed infinite scroll issue in orders section | ||
- Implement logic to search orders using Vuex | ||
- Implemented logic for the internationalisation using Vue-i18n next | ||
- Implemented logic for a Task queue | ||
- Implemented generic method to make api call | ||
- Implemented promised date before and after filters on orders & product details page | ||
- Fixed Variant list is not available randomly when directly opening the product details page | ||
- Made common condition for order filters configurable | ||
- Handle date time as per the user profile timezone | ||
- Implemented feature to allow user to set timezone for the app | ||
- Fixed Back button from product details page should always return to product list page | ||
- Fixed menu appears on login page for few microseconds on login | ||
- Updated slot of hourglass icon from secondary to end on orders page | ||
# 1.0.0 | ||
## Initial app comes with following functionality: | ||
* User should be able to login into the app | ||
* On Orders page, all the orders & items are available to be release, release to warehouse, update estimate delivery date and cancel. | ||
* On products page, user can release, release to warehouse and cancel items of variants. | ||
|
||
|
||
## What's Changed | ||
* Implemented instance url flow by @bashu22tiwari in https://github.com/hotwax/preorder/pull/27 | ||
* Improved: code to prepare loader on app mounted (#1x68xu9) by @Yashi002 in https://github.com/hotwax/preorder/pull/29 | ||
* Implemented logic to show product variants on the basis of the selected attribute(#1xc2eqg) by @disha1202 in https://github.com/hotwax/preorder/pull/34 | ||
* Improved code to get orderName if it is present and removed the code for order Identification (1xx2h84) by @bashu22tiwari in https://github.com/hotwax/preorder/pull/37 | ||
* Handle empty check for color and size for orders page (#1xx6u1f) by @bashu22tiwari in https://github.com/hotwax/preorder/pull/38 | ||
* Stop tracking .env with source by @rahulbhooteshwar in https://github.com/hotwax/preorder/pull/7 | ||
* Improve payload preparation for search products(#1x69mn1) by @Yashi002 in https://github.com/hotwax/preorder/pull/30 | ||
|
||
## New Contributors | ||
* @meet-aniket made their first contribution in https://github.com/hotwax/preorder/pull/1 | ||
* @Utkarshkaraiya made their first contribution in https://github.com/hotwax/preorder/pull/26 | ||
* @bashu22tiwari made their first contribution in https://github.com/hotwax/preorder/pull/27 | ||
* @Yashi002 made their first contribution in https://github.com/hotwax/preorder/pull/29 | ||
* @disha1202 made their first contribution in https://github.com/hotwax/preorder/pull/34 | ||
* @rahulbhooteshwar made their first contribution in https://github.com/hotwax/preorder/pull/7 | ||
|
||
**Full Changelog**: https://github.com/hotwax/preorder/commits/1.0.0 |