v1.0.3
Version 2.1.0 Release Notes
We're thrilled to present version 2.1.0 of our app, featuring important updates that enhance your overall experience.
What's New:
-
Code Optimization for Development Environment:
- We've refined the application code to better align with development environments. The
isDev
flag has been updated for improved clarity. - Previously:
const isDev = process.env.NODE_ENV !== "production";
- Now:
const isDev = process.env.NODE_ENV === "development"; //change it to (!=="production")
- We've refined the application code to better align with development environments. The
-
Icon Path Fixes for a Polished Appearance:
- We've addressed issues with icon paths, ensuring that icons display correctly in the build version.
- This update guarantees a visually pleasing and cohesive look for your app's graphical elements.