Skip to content

Releases: emiliosheinz/sos-pet

v1.8.1

28 Jul 00:38
828e130
Compare
Choose a tag to compare

1.8.1 (2024-07-28)

Documentation

v1.8.0

23 Jun 12:50
9d8cc8a
Compare
Choose a tag to compare

1.8.0 (2024-06-23)

New Features

  • improve signin loading state (f7f0ce5)
  • improve user shelters loading and performance (277d45f)
  • make verify page static (69893dd)

v1.7.0

08 Jun 20:17
8d0bc46
Compare
Choose a tag to compare

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

Code Refactors

v1.6.0

04 Jun 00:18
126abc9
Compare
Choose a tag to compare

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

03 Jun 21:36
4fa7ac7
Compare
Choose a tag to compare

1.5.0 (2024-06-03)

New Features

  • ✨ add uuid field to schema and create migration (cfc2171)
  • ✨ create script to update shelters without uuids (b0b2000)

Bug Fixes

  • ✏️ fix const name in populateUUIDs script (57a7858)

Build System

  • ⬇️ update lock files (77290b5)

v1.4.1

28 May 01:08
2b9d7de
Compare
Choose a tag to compare

1.4.1 (2024-05-28)

Bug Fixes

  • make social media visible (d55c579)

v1.4.0

22 May 20:26
c2b3d49
Compare
Choose a tag to compare

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

  • Remove unused Leaflet CSS imports and rename page component to Map (339de4d)
  • Rename page component to Map (c4b50af)
  • Update Card component to display available vacancies (711ca09)

v1.3.0

20 May 23:53
dc1e4cf
Compare
Choose a tag to compare

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

Performance Improvements

  • cache getProviders request (8d00c7c)

Documentation

  • add comment about usage of .env.example (8f7516f)

Styles

Code Refactors

CI/CD

  • trigger lint type-check and build workflow on pull request target (38177e4)
  • usa .env.example to define environment variables (1c3513b)

v1.2.0

16 May 12:02
9df7de9
Compare
Choose a tag to compare

1.2.0 (2024-05-16)

New Features

Miscellaneous Chores

CI/CD

v1.1.0

16 May 00:13
d167433
Compare
Choose a tag to compare

1.1.0 (2024-05-16)

New Features

  • ✨ improve address input sort (4de312e)

Bug Fixes

  • 🐛 adjust mobile address form (b05796a)
  • ci: lock convitional commits versions (69db29c)
  • remove description from workflow (a594eac)

CI/CD