Skip to content

v2.3.0

Compare
Choose a tag to compare
@kubosho kubosho released this 11 Dec 02:38
· 2626 commits to main since this release

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)
  • pages/index: implement static site generation in top page (b05efb3)
  • pages/tags: introduce SSG for tags page (ecc01c3)
  • src: implement syntax highlight (3b5171b)
  • vercel: remove routes setting in versel config (1cecfc2)