Releases: pratikkabade/ivy-wallet-web
Releases · pratikkabade/ivy-wallet-web
Release v1.1
Whats Changed
- Migrated to Vite for improved performance and development experience
- Minors
Deployment: Vercel
Full Changelog: v1.0...v1.1
Release v1.0
Whats Changed
- Refactored year options in DateFilter component
- Migration to NEW UI
- Added animated loader
- Created filters
- Account Filter
- Category Filter
- Created button to
remove
selected category and account - Created Setting button and popup
- Created
TimeWidget
- Added Pin based Security
Deployment: Vercel
Full Changelog: v0.6...v1.0
Release v0.6
Whats Changed
- Created new Filters
Links
,props
fix- New UserName Constant
- Updated Dashboard accordingly
Deployment: Vercel
Full Changelog: v0.5.1...v0.6
Release v0.5.1
Whats changed
- Codebase Restructuring commit
Resolves: #8
Deployment: Vercel
Full Changelog: v0.5...v0.5.1
Release v0.5
Release v0.4
Whats Changed
- Created a function to convert dateTime to month and year.
- Added a new item to an array for storing month and year.
- Developed a new component for filtering dates.
- Integrated filtering functionality into all major components, including Dashboard, Accounts, and Category.
- Solved some bugs during the process
Resolves: #7
Deployment: Vercel
Full Changelog: v0.3.2...v0.4
Release v0.3.2
Whats Changed
- Major issues related to code refactor
- Implemented a new component to
locally cache data
, enhancing performance by reducing the need for continuous data retrieval fromexternal sources
. - Updated variable names for improved clarity.
- Consolidated frequently used code for data display into a single reusable component.
- Removed redundant code from dashboard, accounts, and category pages.
- Enhanced codebase cleanliness by eliminating unused code.
- Optimized CSS files by removing unnecessary styles.
- Streamlined the interface by hiding the
Add Data
button, ensuring swift implementation when needed in the future.
- Implemented a new component to
Resolves: #6
Deployment: Vercel
Full Changelog: v3.1...v0.3.2
Release v0.3.1
Whats Changed
- Major issues
- Created a new
Account
andCategory
page and added their routing within theRouter
- Created a filter for both account and category pages
- Saved filtered item names locally to prevent data from resetting upon refresh.
- Connected the individual item button to both the account and category pages
- Created a new
- Small adjustments
- Altered the message displayed during a loading error based on URL existence
Resolves: #3
Deployment: Vercel
Release v0.3
Whats Changed
- Uploading the JSON file to a web server for hosting
- Fetching the file
- Preventing the occurrence of
CORS errors
- Remove existing
local JSON
data - In the tutorials section, replace the
addition of JSON data
with aURL
- Modify the
add data modal
as required - Display the
necessary content
Resolves #1
Deployment: Vercel