Releases: kubosho/blog.kubosho.com
Releases · kubosho/blog.kubosho.com
v2.9.0
v2.8.0
v2.7.0
v2.6.0
2.6.0 (2020-12-27)
Features
- css: implement global stylesheet (9f09110)
- EntryList: implement component-level stylesheet (0841625)
- pages/app: move SiteFooter component to App component (b174d58)
- pages/app: move SiteHeader component to App component (08a328e)
- pages/document: remove styled-components (9207a7e)
- pages/entry: implememnt component-level stylesheet (798a3d1)
- pages/index: implement component-level stylesheet (76e97cd)
- pages/privacy: implement component-level stylesheet (1a290f3)
- PublishedDate: implement component-level stylesheet (597eeaa)
- SiteContents: implement component-level stylesheet (3bdd483)
- SnsShare: implement component-level stylesheet (b0b83ff)
- SnsShare: unify of SnsLink with SnsShare (bcbed65)
v2.5.0
v2.4.0
v2.3.0
2.3.0 (2020-12-11)
Bug Fixes
- code_highlighter: fix some code not being syntax highlight (02f2d37)
- entryConverter: Fix not embedding html in articles. (16ceba7)
- pages/*: fix CJK tag name issue (7f0c521)
- package.json & yarn.lock to reduce vulnerabilities (f1be989)
- EntryList: fix broken layout in aricle list (650251c)
- pages: move dns-prefetch and preconnect settings to head element (aaef8df)
- pages/entry: fix import duplicate (33748d8)
- pages/entry: fix problem with code sticking out of code block (82f737d)
Features
- change spacer size (583926a)
- change variable name in front matter (eb71f3f)
- use Meiryo for body element (5ca619a)
- activate_bugsnag: remove bugsnag activation function (6c36353)
- common_styles/color: change background color in code block (2fa3c1d)
- common_styles/foundation: change background color in inline code (b7af62d)
- constants: change site description (ff0518f)
- constants: update site description (0a9f118)
- entries: add 'WindowsでもmacOSのようなキー操作を実現する' (af3625a)
- entries: add '気分が落ち込んで何もできない休日が続いたので心療内科に通うことにした' (eaca22a)
- entries: change language on code block (23812e2)
- entriesJsonBuilder: add ignoreDir argument to readEntryList() (077879d)
- entry: implement convertISOStringToMilliseconds() function (4f62ead)
- entry: use SNS icon SVG in SnsLink component (ee0d5a8)
- entry/date: tweak date style (1f9c99a)
- entry/date: use dayjs instead of luxon (87bbc21)
- entry/use-autohotkey-to-macos-like-keymapping: add AutoHotkey code block (351dd8d)
- entryConverter: apply syntax highlight to entry contents (221346e)
- entryConverter: change entryValueParameter mapping to entryValue mapping (8e3e8d2)
- entryConverter: implement convert breaks to br element (8382b4d)
- entryConverter: implement function to escape html (c6d4eb4)
- entryConverter: set breaks option of marked (77c8c5d)
- entryConverter: use remark-gfm on markdown processor (fed5e92)
- entryConverter: use unified instead of marked and sanitize-html (a065fe0)
- entryConverter: use unifiedjs (9f3e360)
- entryDelivery: add getEntryIdList() (ccf9b5a)
- entryGateway: Use destructuring assignment (d390639)
- entryGateway: use entryConverter as is without using the API (546f694)
- EntryList: add line for link text (2cc7b4d)
- EntryList: add line-height style for date text (044cf5e)
- EntryList: add square on the title left side (b5f1d02)
- EntryList: remove border in EntryList bottom (3111d5c)
- EntryList: remove square on the title left side (67d16f6)
- EntryList: tweak entry list title style (fad782c)
- EntryList: tweak margin in excerpt text (6058831)
- EntryList: tweak margin size (e41ae1c)
- EntryListHeader: add EntryListHeader component (c3e2c35)
- ErrorBoundary: include Bugsnag activate process (3460f21)
- icon: add SNS SVG icons (6fa56ea)
- page/document: change props initialize function to getStaticProps() (0c709e8)
- page/entry: separate entry page style (4f98840)
- page/entry: separate entry title component (1bbfe5b)
- PageDescription: add component to display the page description (cf2a9e6)
- pages: add dns-prefetch and preconnect settings (b7d3f5d)
- pages: loading SNS widget script is only entry page (919e798)
- pages: use EntryListHeader in each pages (2f18588)
- pages/app: apply prism okaidia theme (fc3cd8d)
- pages/categories: introduce SSG for categories page (eeb7a0f)
- pages/document: use getInitialProps static method (f18b74b)
- pages/document: use Html component on custom document (f2827a5)
- pages/entry: adjust margin of nested list element (3fd7c39)
- pages/entry: introduce SSG for entry page (1d643b1)
- pages/entry: introduce SSG for entry page (7d5a942)
- pages/entry: introduce SSG in entry page (28c8d65)
- pages/entry: stop SSG on entry page (a1fc3c8)
- pages/entry: stop SSG on entry page (21bf5e4)
- pages/index: add page description in top page ([2b2ccbd](2b2ccbd932cc8e2f82ae3bd1f...
v2.2.0
2.2.0 (2020-06-19)
Bug Fixes
- entries: fix page link is not link (270f84a)
- entry: fix layout shift caused by twitter widget (01e5d5b)
- entry: fix layout shift when transitioning pages (377749f)
- first-time-home-built-computer: fix typo (1684d8c)
- pages: fix broken feed link (48240f5)
Features
- constants: add API URL constants (c375e65)
- constants: add local environment URL (953fda1)
- debug: add bundle size analyzer (86d5a69)
- entry: add entry gateway (3e32244)
- entry/components: add Excerpt components (b8aeaf0)
- entry/components: modify markup for entry list components (2c869c3)
- first-time-home-built-computer: add my tweet quote (c9ea585)
- pages/*: use entryGateway and getServerSideProps() (df49718)
- pages/api: add get entries API (63a557e)
- pages/entry: remove unused PublishedDateContainer components (0b5fa0f)