Releases: esp-admin/app
Releases · esp-admin/app
v0.2.6
🚀 Enhancements
- Add project btn link on device page (8fbd32e)
🩹 Fixes
- input: Disable background autofill (acc1f80)
💅 Refactors
- Update auth layout (c37a470)
- Create createUnauthorizedError utility (3655f83)
- theme: Comment fontSize properties (f4a6959)
- Update auth layout (4ff0a28)
- Update o results image (d4f8021)
- Update default layout (0700524)
- Disable forced light mode on auth pages (f715e41)
- Update auth layout (06e2dcb)
- Set default Logo width to 105px (22c2d96)
- Update auth layout (4dee7a9)
🏡 Chore
❤️ Contributors
- Becem Gharbi becem.gharbi@live.com
v0.2.5
🩹 Fixes
- settings: Fix mqtt form validator return type (064c878)
- Device variables: Fix undefined model (4bb7f03)
- project variables: Always display buttons (08582fc)
- form item: Hide tooltip if description empty (119da13)
- project commands: Always show buttons (1290d73)
- Accept empty string as optional in zod validation (d529fd7)
💅 Refactors
- mqtt plugin: Remove on connect listener (a24b4c2)
- settings: Add mqtt inputs placeholders (961b5a4)
- client-side validation: Add url validation and change error messages (8b09a14)
- Create createPrismaError utility to format errors (9414630)
- Add missing client-side error messages (dc12805)
- Comment theme height properties (c91f230)
- Comment unused theme properties (6b58eba)
- Set DeviceCard & ProjectCard heights to full (5ebb620)
- Replace NTreeSelect with NSelect (91c0c54)
📖 Documentation
- Update README (5a6025e)
🏡 Chore
- Upgrade dependencies (2acdeee)
- Disable devtools (a83b8ef)
- eslint: Disable vue/multi-word-component-names (9b70651)
- Fix lint issues (4702cf8)
❤️ Contributors
- Becem Gharbi becem.gharbi@live.com
v0.2.4
🩹 Fixes
- Set uriTCP to optional on server-side validation (d11f657)
- Report: Fix undefined model properties (6dd2ac6)
- Settings: Disable autocomplete on mqtt form (c5cd7c2)
- useDevice: On update check if exists before calling fetch request (6379376)
- ui: Disable autocomplete on device metadata form (65293cf)
💅 Refactors
- Fix eslint issues (199bd28)
- Remove prisma error client side check (7ca1468)
- Effect changes related to mqtt pkg v5 migration (ad1db3d)
📦 Build
- Add docker-compose setup (dd376f6)
- docker-compose: Remove db replicas (81c7dd8)
- docker-compose: Move it to docker repo (3fb0f63)
🏡 Chore
❤️ Contributors
- Becem Gharbi becem.gharbi@live.com
v0.2.3
About
- Environment variables naming is changed, please refer to example.env
- Application is now distributed as docker image https://hub.docker.com/r/becemgharbi/esp-admin
🩹 Fixes
- Manually set cors origin config option (e5be18f)
💅 Refactors
📦 Build
- Add Dockerfile (0b0eba8)
🏡 Chore
- Upgrade nuxt-auth (ab5cdd1)
- Update package.json (79a0133)
- Bump
global-parent
to 5.1.2 (78dfa5b) - Update example.env (4708505)
- Add missing robots.txt (1ac3333)
- pwa: Set background_color to white (64a5f54)
- pwa: Set background color of images to white (17f9e78)
- pwa: Add netlify config file (3e9e878)
- Delete netlify.toml (c9eb344)
- Update example.env (b8b5456)
❤️ Contributors
- Becem Gharbi becem.gharbi@live.com
v0.2.2
About
With this release, ESP Admin is now a Github organization.
🔥 Performance
🩹 Fixes
- Fix encoding on netlify (e688b39)
💅 Refactors
❤️ Contributors
- Becem Gharbi becem.gharbi@live.com
v0.2.1
About
This release is intended to migrate to nuxt-auth
V2. Also, to note that admin management is removed.
🩹 Fixes
🏡 Chore
- Set isr rule on get object route (aa51234)
- Upgrade nuxt to v3.7 (e4465db)
- Upgrade dependencies (d96a8ee)
- Effect server-side migration to nuxt-auth v2 (3c9840a)
- Effect client-side migration to nuxt-auth v2 (a6befbc)
- Remove admin management (9fb0419)
- Bump version to 0.2 (b766796)
❤️ Contributors
- Becem Gharbi becem.gharbi@live.com
v0.1.5
About
This patch is intended to fix issues related to nuxt-s3 migration on v0.1.4
🩹 Fixes
- Update release remove handling (e80b63e)
💅 Refactors
- Set object-fit to cover on avatar upload (ab7164d)
🏡 Chore
❤️ Contributors
- Becem Gharbi becem.gharbi@live.com
v0.1.4
About
This release is about replacing @bg-dev/nuxt-s3 which is based on AWS SDK with a much more lighter and edge compatible package nuxt-s3.
This is an important step to enable edge deployment 🚀
⚠️ BREAKING CHANGE
The GET object route is changed from /api/s3/object/:bucket/:key
to /api/s3/object/:key
🏡 Chore
- Enable Admin API (f89af30)
- Upgrade dependencies (51bb52f)
- Remove nuxt devtools (3eee70c)
- Migrate from @bg-dev/nuxt-s3 to nuxt-s3 (96e452c)
❤️ Contributors
- Becem Gharbi becem.gharbi@live.com
v0.1.3
🔥 Performance
- Add S3 object caching (c2622d3)
🩹 Fixes
- Set user avatar object-fit to cover (674d5c1)
- Show password on click instead on on mousedown (56e5381)
💅 Refactors
- Replace S3Image with native img (d6e33ab)
📖 Documentation
- Update README.md (5955213)
🏡 Chore
- Update s3 object cache-control (a2bf31b)
- Update baseURL (224c2b8)
- Upgrade dependencies (9c950cb)
- Upgrade dependencies (03dd44b)
- Upgrade dependencies (496b1a2)
❤️ Contributors
- Becem Gharbi becem.gharbi@live.com
v0.1.2
🩹 Fixes
- Update mqtt connected state on disconnect events (56b53bd)
📖 Documentation
- Update README.md (cbeed29)
🏡 Chore
- Set stage to Beta (bead60c)
- Use relative url for static assets (e2977e5)
- Add vite-pwa (d30f3b4)
- Upgrade dependencies (e97e683)
- Upgrade dependencies (ed46b95)
❤️ Contributors
- Becem Gharbi becem.gharbi@live.com