Skip to content

Commit

Permalink
Create release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasharma7 authored Oct 13, 2022
1 parent 892d379 commit cb19ecc
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Release 1.1.0

## What's Changed
* updated title of picking app (#1w9gm4n) by @Utkarshkaraiya in https://github.com/hotwax/picking/pull/28
* Implemented code to take instanceUrl from user and use it (#1wf8d38) by @bashu22tiwari in https://github.com/hotwax/picking/pull/29
* Added: condition to hide the list-header when picklist is empty(#25) by @ymaheshwari1 in https://github.com/hotwax/picking/pull/27
* Improved: code to prepare loader on app mounted and assign it to null on dismiss(#1x68xu9) by @Yashi002 in https://github.com/hotwax/picking/pull/35
* Implemented code to display current OMS information on settings page(… by @disha1202 in https://github.com/hotwax/picking/pull/38
* Fixed the position of input label on login page (#1ym3jwv) by @azkyakhan in https://github.com/hotwax/picking/pull/40
* Added md mode (#1zax3p6) by @bashu22tiwari in https://github.com/hotwax/picking/pull/44
* Updated the markup #1y2ract by @disha1202 in https://github.com/hotwax/picking/pull/42
* Improved code by using logo component for light and dark theme on login page (#1zw59ab) by @azkyakhan in https://github.com/hotwax/picking/pull/46
* Updated the version of vue barcode reader(#1zax2tg) by @disha1202 in https://github.com/hotwax/picking/pull/43
* Added firebase deployment configuration(#20d6xcu) by @disha1202 in https://github.com/hotwax/picking/pull/47
* Revert "Added firebase deployment configuration(#20d6xcu)" by @adityasharma7 in https://github.com/hotwax/picking/pull/51
* Removed fullscreen=true from ion-content of all pages(#21aqct8) by @azkyakhan in https://github.com/hotwax/picking/pull/49
* Updated color of ion-icon in ion-chip, ion-chip outline and ion-item lines in dark mode(#238p38r) by @azkyakhan in https://github.com/hotwax/picking/pull/53
* Improved: code to remove login error when having spaces in the fields (#20jwqu1). by @meet-aniket in https://github.com/hotwax/picking/pull/56
* Improved: code to pass viewSize in all list queries (#24pfzq8). by @meet-aniket in https://github.com/hotwax/picking/pull/55
* Added firebase deployment configuration(#20d6xcu) by @adityasharma7 in https://github.com/hotwax/picking/pull/52
* Fixed: Instance URL should be case insensitive(#2ft61zw) by @rathoreprashant in https://github.com/hotwax/picking/pull/62
* Improved: code to hide option to set baseURL if value available in '.env' file (#29wgkkh) by @Mayank909 in https://github.com/hotwax/picking/pull/58
* Improved label to "eCom Store" on Settings page (#23tw4yf) by @rathoreprashant in https://github.com/hotwax/picking/pull/65
* Added PWA Configuration (#226cynn) by @Mayank909 in https://github.com/hotwax/picking/pull/54
* Implemented: Added PWA Configuration(#226cynn) by @shashwatbangar in https://github.com/hotwax/picking/pull/66
* Update contribution guideline in Readme file(#2r0kmb3) by @azkyakhan in https://github.com/hotwax/picking/pull/68
* Implemented: Code to check if user has permission to access the app(#2hr41aq) by @shashwatbangar in https://github.com/hotwax/picking/pull/67

## New Contributors
* @bashu22tiwari made their first contribution in https://github.com/hotwax/picking/pull/29
* @Yashi002 made their first contribution in https://github.com/hotwax/picking/pull/35
* @meet-aniket made their first contribution in https://github.com/hotwax/picking/pull/56
* @rathoreprashant made their first contribution in https://github.com/hotwax/picking/pull/62
* @Mayank909 made their first contribution in https://github.com/hotwax/picking/pull/58
* @shashwatbangar made their first contribution in https://github.com/hotwax/picking/pull/66

**Full Changelog**: https://github.com/hotwax/picking/compare/v1.0.0...v1.1.0

# Release 1.0.0

Initial app comes with following functionality:
1. User(Picker) can login into the system.
2. All picklists assigned to user are available on list or home page.
3. User can navigate to picklist detail page, scan product with Barcode\QR code and mark picklist as picked.
4. User can change stores if associated with multiple stores.

Features:
1. Implemented code to add functionality to the list page (https://github.com/hotwax/pickingapp/pull/10)
2. Implemented functionality to picklist detail page (https://github.com/hotwax/pickingapp/pull/19)
3. Implement barcode and QR code scanner (https://github.com/hotwax/pickingapp/pull/20)

0 comments on commit cb19ecc

Please sign in to comment.