Skip to content

Releases: fiqryx/pry-nextjs-pro

v1.1.3

25 May 22:54
8f317e4

Choose a tag to compare

What's Changed

  • Dev by @fiqryx in #1
  • refactor(docs): add sponsor and update more docs by @fiqryx in #2
  • feat(lib): add new generate metadata by @fiqryx in #3
  • feat(auth): add supabase authentication by @fiqryx in #4
  • bump(deps): update all depedencies by @fiqryx in #5
  • refactor(components): fix sidebar collapsible padding by @fiqryx in #6
  • fix(page): add proper data revalidation by @fiqryx in #7
  • feat(timeline): add new timeline page by @fiqryx in #8

Full Changelog: https://github.com/fiqryx/pry-nextjs-pro/commits/v1.1.3

What's changed

27 Mar 09:14
8f317e4

Choose a tag to compare

Update depedencies

  • support tailwindcss v4

What's new

08 Feb 13:32
8f317e4

Choose a tag to compare

Supabase authentication
  • add new lib supabase server src/lib/supabase/server.ts
  • add new api authentication callback src/app/(api)/auth
  • add new authentication actions src/app/(auth)/actions.ts
  • add new assets supabase logo
  • update middleware to integrate with supabase
  • update auth provider change session to supabase auth
  • update sign-in page actions
  • remove next-auth provider from main layout.ts
Metadata
  • add new generate metadata lib/metadata.ts
  • update pages metadata
Components
  • update max-width data-table component
  • update avatar border radius on toggle-notification
  • add new assets pry logo

Initial

11 Jan 15:16
8f317e4

Choose a tag to compare

Initial release