Skip to content

Releases: Shelf-nu/shelf.nu

Introducing Bookings(beta) - [email protected]

08 Feb 12:21
9cbf1c7
Compare
Choose a tag to compare

This release introduces the bookings functionality of shelf. Read more about the bookings functionality: https://www.shelf.nu/knowledge-base/introduction-to-bookings

Moreover this release includes lots of small improvements and adjustments to shelf.

What's Changed

New Contributors

Full Changelog: https://github.com/Shelf-nu/shelf.nu/compare/[email protected]@1.4.0

[email protected]

22 Jan 12:52
3074e58
Compare
Choose a tag to compare

This release involves a lot of small changes and improvements as well as a change in how database connection is managed.
Supabase is deprecating pgBouncer and changing to supavisor for connection pooling. Learn more here: https://github.com/orgs/supabase/discussions/17817

The documentation and .env.example have been updated to reflect the changes that need to be done. You can also refer to the following docs for more info: https://supabase.com/partners/integrations/prisma

What's Changed

  • adding export button and import form to organization view for admin by @DonKoko in #551
  • bug fix: resolving scrolling issue with give custody custodian eslect by @DonKoko in #554
  • fix: trim search term and make multiple spaces into 1 by @mahendraHegde in #557
  • Onboarding checklist on dashboard by @hunar1312 in #559
  • feat(assets): display custom field as link when value is a link by @tarunrajput in #565
  • configured fallbacks for charts in dashboard by @hunar1312 in #569
  • migration: migrate duplicate entity names and make entity name unique inside org by @mahendraHegde in #568
  • migrate(teamMember): migrate organization foriegn key; deduplicate name by @mahendraHegde in #571
  • fix: solving wrong checks for category when importing assets by @DonKoko in #572
  • 567 bug non unique names on models are causing issues by @DonKoko in #570
  • Remove metronome by @DonKoko in #576
  • fix: use case insensitive name search for category,tag,location,custom field upsert by @mahendraHegde in #581
  • Bump @adobe/css-tools from 4.3.1 to 4.3.2 by @dependabot in #579
  • fix:custom fields limit by @DonKoko in #595
  • fix: importing when no teammembers are present as well as handling … by @DonKoko in #600
  • fix: import/export permission assertions now check organization owner. by @DonKoko in #603
  • fix: fixes how tier limits are managed for custom fields. They are now bas… by @DonKoko in #606
  • fixed select-input's option selection issue by @hunar1312 in #608
  • Feat/settings restructure by @rajdip-b in #610
  • Bump axios and start-server-and-test by @dependabot in #596
  • 617 fix by @rajdip-b in #632
  • Implements front-end styling changes by @DonKoko in #626
  • fix: updating how geocoding is handled to fit to the new API requirements by @DonKoko in #634
  • removing hardcoded email by @DonKoko in #645
  • updating how date/time is being displayed on notes & fixing some TS i… by @DonKoko in #646
  • fix: trimming whitespaces on asset title and team member name before saving by @DonKoko in #657
  • fix: how color state is handled in color input for categories by @DonKoko in #659
  • fixed broken UI on custom fields pages by @hunar1312 in #660
  • trimming data to make sure markdown works properly by @DonKoko in #661
  • 642 enhanced email templates using react by @DonKoko in #668
  • Revert "642 enhanced email templates using react" by @DonKoko in #669
  • fix: removed assertUserCanExportAssets from the admin export endpoint by @DonKoko in #670
  • Bump vite from 3.2.7 to 3.2.8 by @dependabot in #676
  • Switch to supavisor by @DonKoko in #675

New Contributors

Full Changelog: https://github.com/Shelf-nu/shelf.nu/compare/[email protected]@1.3.1

[email protected] - Teams & Dashboard

14 Nov 13:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Shelf-nu/shelf.nu/compare/[email protected]@1.3.0

[email protected]

24 Oct 06:33
a5c9c5f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Shelf-nu/shelf.nu/compare/[email protected]@1.2.10

[email protected]

03 Oct 13:47
68b45fb
Compare
Choose a tag to compare

Small UI improvements & more custom fields types.

What's Changed

New Contributors

Full Changelog: https://github.com/Shelf-nu/shelf.nu/compare/[email protected]@1.2.9

[email protected]

29 Sep 08:04
3379c74
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Shelf-nu/shelf.nu/compare/[email protected]@1.2.8

[email protected]

12 Sep 12:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Shelf-nu/shelf.nu/compare/[email protected]@1.2.7

[email protected]

28 Aug 13:37
01f39f4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Shelf-nu/shelf.nu/compare/[email protected]@1.2.6

[email protected]

16 Aug 08:05
Compare
Choose a tag to compare

What's Changed

  • Sweep/update chat with an expert content by @DonKoko in #280
  • adding Access-Control-Allow-Origin header to public api endpoint by @DonKoko in #283
  • fixing wrong filename from servers to server by @DonKoko in #284
  • made contextual modal component flexible for each viewport by @hunar1312 in #288
  • Re-introducing minimizing and maximizing width of sidebar by @hunar1312 in #285
  • add usePosition to contact-owner and not-logged-in qr routes, so we record the location of the last scan, no matter which part of the flow the user uses. by @DonKoko in #297
  • updating readme which had the wrong name for assets by @DonKoko in #298
  • clarification by @DonKoko in #299
  • including roles in seeds as well as changing how user is created in seed by @DonKoko in #300
  • fixed frontend issues mentioned by @hunar1312 in #301
  • Enhanced pagination with per_page functionality by @hunar1312 in #290

Full Changelog: https://github.com/Shelf-nu/shelf.nu/compare/[email protected]@1.2.5

[email protected]

03 Aug 16:08
0ab739f
Compare
Choose a tag to compare

What's Changed

  • 260 chore update remix and fix warning about preparing for v2 by @DonKoko in #262
  • Adding functionality for admin to delete users by @DonKoko in #272
  • 264 feature request improvements to pagination by @DonKoko in #273
  • Adding public-stats api endpoint by @DonKoko in #279
  • Update content and functionality in chat-with-an-expert.tsx by @sweep-ai in #277
  • 264 feature request improvements to pagination by @DonKoko in #274
  • Sweep/update chat with an expert content by @DonKoko in #282

New Contributors

  • @sweep-ai made their first contribution in #277

Full Changelog: https://github.com/Shelf-nu/shelf.nu/compare/[email protected]@1.2.4