Releases: emiliosheinz/sos-pet
Releases · emiliosheinz/sos-pet
v1.8.1
v1.8.0
v1.7.0
1.7.0 (2024-06-08)
New Features
- ✨ create not-found page (e68401d)
- ✨ make not-found page fully static (2ef1926)
- add loading component for dynamic card (8d93c1e)
- add tanstak dev tools (29cebbf)
- force pages to be static and revalidate once a day (68ef298)
- improve map loader (480833a)
Performance Improvements
- dynamically load Shelter Card (f78ff36)
Styles
- changes map border radius (80f8185)
Miscellaneous Chores
- install analyzer (fb04f9a)
Code Refactors
v1.6.0
1.6.0 (2024-06-04)
New Features
- ✨ add alert to shelter edit page, when some error occurs (37cc727)
- ✨ add coords to form component (8d19945)
- ✨ add dialog component (074da0a)
- ✨ add migration to turn uuid required (c25e955)
- ✨ add shelter findById method in routes (e178312)
- ✨ add shelters not found message in user shelters page (cfd96df)
- ✨ add skeleton to edit and shelters pages (a08712c)
- ✨ add table component (0ba1788)
- ✨ change redirect to shelters list (88002d0)
- ✨ clean shelter page to enable creating more than one shelter per user (aa0a5a7)
- ✨ create delete shelter dialog (b0bb466)
- ✨ create edit shelter page (e621534)
- ✨ create user shelters page (e4823c0)
- ✨ create userShelters query and route (03a0169)
- ✨ send user to shelters list when finishing create (6660547)
- ✨ throw not found error when has no user shelter (cbbf2a1)
- ✨ update edit route to use uuid instead id (1c688fc)
Bug Fixes
- 🐛 adjust shelter type in ShelterTable (8a0ed4c)
- 🐛 adjust shelters types to edit and create shelter (2ebecdf)
- 🐛 improve user redirect when try to edit without session (3c06266)
- 💄 adjust mobile shelters table (90d6fda)
- add ts-ignore to populateUUIDs file (2878cad)
Miscellaneous Chores
Code Refactors
- ♻️ create formEditRegister component to be used in both pages (bc808aa)
- ♻️ destructu input props (70221a7)
- ♻️ improve items validations with optional chaining (11938f1)
- ♻️ improve shelters list table folders structure (e3148a0)
- ♻️ improve userShelters findAll type (29b3acb)
- ♻️ move /edit route to user routes (1c62006)
- ♻️ move data-table component to folder (6766ea2)
- ♻️ move form-edit-register component to app folder (8c6766e)
- ♻️ move user shelters procedures (5985fea)
- ♻️ remove unecessary layouts from edit and create shelter (23997f8)
- ♻️ rename edit and create shelters page (036391f)
- ♻️ rename table column to capacity to fit pattern (7a633b5)
- ♻️ update /edit shelter links (291ef33)
- ♻️ update api methods names (065973f)
v1.5.0
v1.4.1
v1.4.0
1.4.0 (2024-05-22)
New Features
- Add latitude and longitude fields to Shelter model and form and render a map (589d8b9)
- Add map functionality to sidebar and header (5a601a7)
- add map ping (518e7b6)
- Refactor Shelter page component to use google-maps module (00c6b58)
- Remove console.log statement in Shelter page component (47794c3)
- Remove unused import of FaMapMarkerAlt in Header component (91ec3e0)
- Update Google Maps API integration in Shelter page component (b8138f6)
- Update page component to remove unused Leaflet CSS imports (0611415)
Miscellaneous Chores
- Update yarn.lock with new @types/geojson and string-width versions (5b38091)
Code Refactors
v1.3.0
1.3.0 (2024-05-20)
New Features
- add verification page (1f53a76)
- basic email signin (3668d83)
- customize signin email (d66283b)
- improve header (41b10bf)
- moves social session to the bottom and vacancies availability to the top (c8e4f52)
Bug Fixes
- call getProviders on client side (07ac700)
- comment with extra character (9ad4d59)
- email to e-mail (a95896b)
- signIn button file name (9462234)
- signIn word (36c087e)
Performance Improvements
- cache getProviders request (8d00c7c)
Documentation
- add comment about usage of .env.example (8f7516f)
Styles
- remove unused imports (06812a8)