[v1.3.0] - 2024-12-02
Highlights
- Webpack Migration: We successfully transitioned to Webpack to leverage its split chunks feature, enabling the creation of build bundles smaller than 20 KB. This was a critical step to ensure deployment compatibility with Tela's platform constraints.
- Styling Fixes: Fixed several CSS styling bugs. Special thanks to @deroceratops for their contributions, which were rewarded with Dero.
- Tela Deployment Progress: Additional progress towards Tela adaptation, with contributions acknowledged to @Azylem .
Key Changes
-
Build System Overhaul:
- Migrated from Vite to Webpack, introducing minifying, enhanced bundle splitting, and and dependency management.
-
SVG Refinements:
- Updated and cleaned SVG assets, ensuring compliance with Tela's resource constraints.
-
Styling Adjustments:
- Resolved various CSS issues to enhance UI/UX.
-
Deployment Configurations:
- Aligned with Tela's deployment requirements for file size and architecture.
Notes for Developers
- Ensure all future assets are aligned with Tela's size constraints (<20 KB per file).
Known issues
- Engram's latest version 0.6.0 doesn't support the RPC method getTrackedAssets , causing Dero and Asset balances to not be displayed on Ghost's UI. This issue however is gracefully handled because the UI expects the users to be able to deny the permission to read their balances, making this issue's impact low. Currently, the users will see
???
instead of their balance.
This version is now available on Tela, check it out at: d721b743f45a724f981a7da9a9a70bfdf21b1f0f69471c1f904d8718be4313ef
What's Changed
- Make elements styled with the class 'shadow-neu' adjust the shadow based on CSS pseudo classes. by @deroceratops in #14
- Implement Dynamic shadow-neu Style with Hover and Active States for Neu-Brutalist Design by @itsMarcoSolis in #15
- Implement Dynamic shadow-neu Style with Hover and Active States for Neu-Brutalist Design by @itsMarcoSolis in #16
- Migrate react app from vite to webpack to prepare for tela deployment by @itsMarcoSolis in #19
- Webpack migration and styling fixes by @itsMarcoSolis in #20
New Contributors
- @deroceratops made their first contribution in #14
Full Changelog: v1.2.0...v1.3.0