Skip to content

Latest commit

 

History

History
167 lines (143 loc) · 18.2 KB

CHANGELOG.md

File metadata and controls

167 lines (143 loc) · 18.2 KB

0.1.0 (2024-04-25)

Bug Fixes

  • add index for react component in renderBlock (8f8d505)
  • cache: fix bugs for env value of NEXT_DATACACHE_SWR_EXPIRE (4fc9cdd)
  • lib/unfurl.ts: remove logger (e9211f5)
  • logger.ts: remove pino-pretty (38d3af5)
  • pino: set timstamp to localtime in pino logger (d746b6b)
  • remove logger for column component (16ed93a)
  • tag page render: bugfix for tag page rendering. adapter color for tailwindcss theme (1562a20)

Features

  • add Block-types in Readme (fdd8afd)
  • add color support and children rendering for todo, list, toggle component (5999897)
  • add copyright (b588fb3)
  • add cover iamge for homepage blog list (58287bd)
  • add dashboard for table of contents (884bd3a)
  • add data cache for Notion API (534f643)
  • add debug for memory leak (aa0de9a)
  • add docker support (7fd9bd9)
  • add embed support (ffca678)
  • add iframely support (7180e59)
  • Add not-found page, tailwind-incator (77cbad0)
  • add pagination component (9938912)
  • add pagination for blog list (ec154de)
  • add pagination for notion api calling (1e249ee)
  • add prettier and eslint rules (d9f3aeb)
  • add prisma support for Notion API (79ee44e)
  • add project page (0921909)
  • add reame.zh-cn (9933656)
  • add SEO, metainfo (a17d731)
  • add sharebar, remove prisma cache (591a6ac)
  • add site footer (d3addaf)
  • add SSG for homepage blogs (a851a9e)
  • add suspence for blog content loading (58bdbca)
  • add tag page (15c0fe5)
  • add type, pubdate, status field for blog database; add filter & sort function for query database (bcdf657)
  • add umami analysis support (d7e52b2)
  • add unfurl for bookmark (3ef8e18)
  • add video support (235467d)
  • adjust home page layout (d4896c2)
  • block layout for code (b373b5f)
  • block layout for image (322c4a6)
  • block layout for list (e8b3665)
  • cache: support redis cache to replace memory cache (4873e13)
  • change default db to prisma (d82ca7e)
  • change default font. replace logger package with pino.js (53c223e)
  • children block rendering for heading block types (c2edeb6)
  • code component: add copy-to-clip to code component (596d51c)
  • converge iframely and unfurl (af3166d)
  • fix build errors (da84c58)
  • fix build for prisma generate (71eb0db)
  • font: add font for simplie chinese. adjust width for blog pages (8982ed8)
  • i18n: multi-language with next-intl (2eea6d4)
  • layout optimization (548fa1b)
  • layout optimization (bfe31f8)
  • optmize layout of bookmark & link-preview (37da522)
  • replace html table with shdcn:table (73c5cf9)
  • replace html table with shdcn:table (9dcecd3)
  • replace prismjs with Shiki (4de2568)
  • support child_database (90a4176)
  • support database basic (6d4c65d)
  • support pdf、table (2407d0c)
  • support sub-page blocks (d15164d)
  • tags: add tag component for blog posts (85263ed)
  • update layout (20e74cf)
  • update layout for some blocks to support darkmode (80b713b)
  • update link-preview (6162be0)
  • update readme (180a09a)
  • update readme (e19436f)
  • update README (3b8b868)
  • upgrade nextjs & bug fix (1eda3b1)

BREAKING CHANGES

  • i18n: Multi-lang support

0.1.0 (2024-04-25)

Bug Fixes

  • add index for react component in renderBlock (8f8d505)
  • lib/unfurl.ts: remove logger (e9211f5)
  • logger.ts: remove pino-pretty (38d3af5)
  • pino: set timstamp to localtime in pino logger (d746b6b)
  • remove logger for column component (16ed93a)
  • tag page render: bugfix for tag page rendering. adapter color for tailwindcss theme (1562a20)

Features

  • add Block-types in Readme (fdd8afd)
  • add color support and children rendering for todo, list, toggle component (5999897)
  • add copyright (b588fb3)
  • add cover iamge for homepage blog list (58287bd)
  • add dashboard for table of contents (884bd3a)
  • add data cache for Notion API (534f643)
  • add debug for memory leak (aa0de9a)
  • add docker support (7fd9bd9)
  • add embed support (ffca678)
  • add iframely support (7180e59)
  • Add not-found page, tailwind-incator (77cbad0)
  • add pagination component (9938912)
  • add pagination for blog list (ec154de)
  • add pagination for notion api calling (1e249ee)
  • add prettier and eslint rules (d9f3aeb)
  • add prisma support for Notion API (79ee44e)
  • add project page (0921909)
  • add reame.zh-cn (9933656)
  • add SEO, metainfo (a17d731)
  • add sharebar, remove prisma cache (591a6ac)
  • add site footer (d3addaf)
  • add SSG for homepage blogs (a851a9e)
  • add suspence for blog content loading (58bdbca)
  • add tag page (15c0fe5)
  • add type, pubdate, status field for blog database; add filter & sort function for query database (bcdf657)
  • add umami analysis support (d7e52b2)
  • add unfurl for bookmark (3ef8e18)
  • add video support (235467d)
  • adjust home page layout (d4896c2)
  • block layout for code (b373b5f)
  • block layout for image (322c4a6)
  • block layout for list (e8b3665)
  • cache: support redis cache to replace memory cache (4873e13)
  • change default db to prisma (d82ca7e)
  • change default font. replace logger package with pino.js (53c223e)
  • children block rendering for heading block types (c2edeb6)
  • code component: add copy-to-clip to code component (596d51c)
  • converge iframely and unfurl (af3166d)
  • fix build errors (da84c58)
  • fix build for prisma generate (71eb0db)
  • font: add font for simplie chinese. adjust width for blog pages (8982ed8)
  • i18n: multi-language with next-intl (2eea6d4)
  • layout optimization (548fa1b)
  • layout optimization (bfe31f8)
  • optmize layout of bookmark & link-preview (37da522)
  • replace html table with shdcn:table (73c5cf9)
  • replace html table with shdcn:table (9dcecd3)
  • replace prismjs with Shiki (4de2568)
  • support child_database (90a4176)
  • support database basic (6d4c65d)
  • support pdf、table (2407d0c)
  • support sub-page blocks (d15164d)
  • tags: add tag component for blog posts (85263ed)
  • update layout (20e74cf)
  • update layout for some blocks to support darkmode (80b713b)
  • update link-preview (6162be0)
  • update readme (180a09a)
  • update readme (e19436f)
  • update README (3b8b868)
  • upgrade nextjs & bug fix (1eda3b1)

BREAKING CHANGES

  • i18n: Multi-lang support