Skip to content

Releases: clippingkk/web

v5.14.9

31 Jan 02:17
5509ae0

Choose a tag to compare

5.14.9 (2026-01-31)

Bug Fixes

  • book-info: add optional chaining to book rating to prevent runtime error (c8c03ff)

v5.14.8

25 Dec 09:48
0e5eeaf

Choose a tag to compare

5.14.8 (2025-12-25)

Bug Fixes

  • docker: unlink yarn symlinks before corepack install for Node 25 (c93d55e)

v5.14.7

25 Dec 09:41
19aa128

Choose a tag to compare

5.14.7 (2025-12-25)

Bug Fixes

  • auth: disable SSR for MetaMask component to prevent hydration errors (6ac9a5c)
  • hooks: fix dependency array bugs in useMultipleBook hook (69e42f8)
  • settings: fix account deletion authentication bug (89995b7)
  • utils: add window undefined check in MyProfile constructor (343faf8)

v5.14.6

10 Dec 17:08
1fe6767

Choose a tag to compare

5.14.6 (2025-12-10)

Features

  • auth: add MetaMaskProvider wrapper for auth-v2 page (01c057c)
  • auth: create standalone login button components (3791ba2)
  • auth: implement standalone authentication button components (aab6d89)
  • config: enable Next.js 16 performance features (34c31d5)
  • implement proper markdown support with @tiptap/markdown extension (7cf0b4e)
  • migrate from ESLint to Biome and enable typedRoutes (d90e3bf)
  • replace Lexical with Tiptap editor for easier maintenance (29b3de1)
  • replace Lexical with Tiptap editor for easier maintenance (b30b86c)

Bug Fixes

  • auth: add text color styling to password label section (3419c7c)
  • build: resolve Next.js 16 prerendering compatibility issues (3325027)
  • change JSX quote style to single quotes in biome.json (4cf05e0)
  • components: resolve SSR hydration and streaming issues (7cf91d8)
  • config: migrate from ESLint to Biome and fix accessibility issues (fe263ae)
  • deps: update to React 19.2 and Next.js 16.0.8 with compatibility fixes (d1ee859)
  • dialog: wrap children in React fragment for proper rendering (4bb61ef)
  • lint: auto-fix formatting issues from Biome (c6ea1cc)
  • lint: resolve ESLint errors following React best practices (173640d)
  • markdown: temporarily disable Streamdown in markdown preview (f6a6b92)
  • resolve TypeScript and build errors for Next.js 15.5.0 upgrade (624cab0)

Miscellaneous Chores

v5.14.5

10 Aug 11:18
4eea96e

Choose a tag to compare

5.14.5 (2025-08-10)

Bug Fixes

  • docker: comment out instrumentation setup in Dockerfile (83ccb07)

v5.14.4

10 Aug 10:49
ac8442f

Choose a tag to compare

5.14.4 (2025-08-10)

Features

  • profile: add elegant analytics display for reading statistics (6ba85aa)

Bug Fixes

  • app: cleanup code and fix Apollo link order (0e5c72c)
  • update dependencies to latest versions (2a148b9)

Miscellaneous Chores

v5.14.3

20 Jul 16:06
78cd241

Choose a tag to compare

5.14.3 (2025-07-20)

Features

  • add Claude Code configuration and GitHub Actions workflow (8c1eb87)

Bug Fixes

  • add null safety for book.summary in AI recommendation modal (7befbb2)
  • add null safety for book.summary in AI recommendation modal (668d352)
  • ai: fix formatting issue when ai data received (b46b156)

Miscellaneous Chores

v5.14.2

10 Jul 17:22
a0bfbd1

Choose a tag to compare

5.14.2 (2025-07-10)

Bug Fixes

  • add scroll-to-top functionality on clipping page load (a14d5c0)
  • deps: upgrade deps (b867bae)
  • replace intrusive loading overlays with subtle pulse indicator (60edfc9)

v5.14.1

10 Jul 15:55
4238316

Choose a tag to compare

5.14.1 (2025-07-07)

Bug Fixes

  • refactor AI book recommendation modal for better maintainability (62f1764)
  • update Hero component colors and add LinkIndicator (aee1f60)
  • update imports to use consistent patterns (523d3e1)

v5.14.0

28 Jun 14:27
6509c12

Choose a tag to compare

5.14.0 (2025-06-28)

Features

  • add animated background and upload modal components (b2b1932)
  • add elegant divider component with enhanced styling (3ef9447)
  • add loading states for parallel route slots (0f6f405)
  • add markdown syntax tip to comment editor (33dd7bc)
  • components: refactor comments page and add beautiful confirm dialog (206b61b)
  • enhance comment UI with elegant design and improved editor (b22788a)
  • enhance UI with modern gradients and elegant textures (a2aa87f)
  • redesign clipping layout with unified card design and modern navigation (351c493)

Bug Fixes

  • comment-item: remove overflow-hidden for better glow effects (cdd8cd4)
  • resolve TypeScript error in crop state reset (f25fb52)
  • resolve unused variable linting error (8553265)