Releases: kubosho/blog.kubosho.com
Releases · kubosho/blog.kubosho.com
v9.2.0
9.2.0 (2024-08-04)
Features
- date: pass Date object as argument to each function (fa6e610)
- entry/date: implement to formatYYMDString() (cbdd6d9)
- EntryList: use formatYYMDString() (884fce2)
- pages/entries/[id]: use formatYYMDString() (39adeb6)
v9.1.0
9.1.0 (2024-07-27)
Features
- date: use dayjs.extend(timezone) (9f49ae1)
v9.0.2
9.0.2 (2024-07-22)
Bug Fixes
- feed_generator: remove trailing whitespace and break line (e8bc7f1)
v9.0.1
9.0.1 (2024-07-17)
Bug Fixes
- policy/optout: remove unnecessary async (b4fa360)
v9.0.0
9.0.0 (2024-07-17)
BREAKING CHANGES
Bug Fixes
- playwright: run
npm run dev
when executing E2E tests locally (c35e21d)
Features
- app: prevent Google Analytics script loading when opt-out (d8e1361)
- components: implement to new OptoutStateSwitch component (f265080)
- entry: implement excerpt extraction from body (a655a8e)
- pages/policy: add styles (31538c2)
- pages/policy: change policy page of directory structure (5e6861c)
- pages/policy: implement to analytics optout API (62b525d)
- pages: add excerpt extraction (8784f57)
- src: remove excerpt extraction from getSortedEntries() (0fc75bd)
v8.9.0
8.9.0 (2024-07-17)
Features
- public: add custom headers config for Cloudflare (09adb35)
v8.8.1
8.8.1 (2024-07-15)
Bug Fixes
- playwright.config: change command to start web server (215d2c5)
v8.8.0
8.8.0 (2024-07-15)
Features
- site_data: export each variables (0c721b0)
v8.7.0
8.7.0 (2024-07-13)
Features
- src: use scoped style in Astro files (14ecddf)
v8.6.1
8.6.1 (2024-07-13)
Bug Fixes
- src: ignore false positive lint errors (19649e1)