Skip to content

Latest commit

Β 

History

History
875 lines (470 loc) Β· 40.3 KB

CHANGELOG.md

File metadata and controls

875 lines (470 loc) Β· 40.3 KB

4.11.4 (2020-06-18)

Bug Fixes

  • consistent location of search result (e9dd2de)
  • cover overlapping sidebar by removing z-index (0bf03f5)
  • cross-origin url cannot be redirected when "externalLinkTarget" is set to "_self" and "routerMode" is set to "history". (#1062) (fd2cec6), closes #1046 #1046 #1046
  • default html img resize if no height included (#1065) (9ff4d06)
  • fixed target and rel issue (fixes #1183) (3d662a5)
  • Inconsistent search and body rendering (dcb0aae)
  • rendering cover width bug (717991c)
  • search does not find the contents of the table (#1198) (31010e4)
  • The search error after setting the ID in the title (#1159) (6e554f8)
  • upgrade docsify from 4.10.2 to 4.11.2 (60b7f89)

Features

  • added html sanitizer for remote rendering (#1128) (714ef29)
  • update src/core/index.js to export all global APIs, deprecate old globals in favor of a single global DOCSIFY, and add tests for this (7e002bf)

Reverts

  • Revert "Updated docs site dark and light mode with switch and redesigned search bar using docsify-darklight-theme" (#1207) (26cb940), closes #1207 #1182

4.11.3 (2020-03-24)

Bug Fixes

  • fix: digit issue with sidebar (complete REVERT to old method) (154abf5)

4.11.2 (2020-03-09)

Bug Fixes

  • fixed rendering of color in coverpage issue (406670c)

4.11.1 (2020-03-09)

4.11.0 (2020-03-09)

Bug Fixes

  • emojis in titles not working correctly and update (#1016) (b3d9b96)
  • searching table content (6184e50)
  • stage modified files as part of pre-commit hook (#985) (5b77b0f)
  • config initialization and coercion (#861)
  • strip indent when embedding code fragment (#996)
  • Ensure autoHeader dom result is similar to parsed H1 (#811)
  • upgrade docsify from 4.9.4 to 4.10.2 (#1054) (78290b2)
  • upgrade medium-zoom from 1.0.4 to 1.0.5 (39ebd73)
  • upgrade prismjs from 1.17.1 to 1.19.0 (9981c43)

Features

Docs

  • update docs for the name config option (#992)
  • about cache (#854)
  • removed FOSSA badge
  • documented __colon__ tip (#1025)

Chore

  • Migrate relative links to absolute in embedded markdown (#867)
  • smarter scroll behavior (#744)
  • improve basic layout style (#884)
  • There are currently {three=>four} themes available. (#892)
  • Added a redirect for images to show up in Amplify (#918)
  • removed the escaping of the name of sidebar (#991)
  • Eslint fixes for v4x (#989)
  • added github Actions for CI (#1000)
  • Add a prepare script. (#1010)
  • chore(GH-action): using ubuntu 16 and removed node 8 from CI
  • chore: add config (#1014)
  • chore(stale): added enhancement label to exemptlabels
  • chore(stale): added bug label to exemptlabels
  • .markdown-section max-width 800px to 80% (#1017)
  • changed the CDN from unpkg to jsDelivr #1020 (#1022)
  • migrate CI to github, refactore CI and npm scripts, linting fixes (#1023)
  • chore(readme): added CI badges and fixed the logo issue
  • added new linter config (#1028)

4.10.2 (2019-12-16)

4.10.0 (2019-12-16)

Bug Fixes

  • fixed security alert for chokidar(update dep) (a62b037)
  • npm audit issues (#934) (615205c)
  • package security alerts (f5f1561)
  • security alerts of cssnano (d7d5c8f)

4.9.4 (2019-05-05)

4.9.2 (2019-04-21)

Bug Fixes

  • re-render gitalk when router changed (11ea1f8)

Features

4.9.1 (2019-02-21)

Bug Fixes

4.9.0 (2019-02-19)

Bug Fixes

Features

4.8.6 (2018-11-12)

Bug Fixes

4.8.5 (2018-11-02)

Bug Fixes

  • expose version info for Docsify, fixed #641 (aa719e3)

4.8.4 (2018-11-01)

Bug Fixes

4.8.3 (2018-11-01)

Fix the last release files has the old version marked...

4.8.2 (2018-11-01)

Bug Fixes

Features

4.8.1 (2018-10-31)

Bug Fixes

  • ssr package dep, fixed #605 (2bc880d)
  • compiler: extra quotes for codeblock (4f588e0)
  • compiler: prevent render of html code in paragraph, fixed #663 (d35059d)

Features

4.8.0 (2018-10-31)

Bug Fixes

Features

4.7.1 (2018-08-30)

4.7.0 (2018-06-29)

Bug Fixes

Features

4.6.10 (2018-03-25)

Bug Fixes

4.6.9 (2018-03-10)

Bug Fixes

4.6.8 (2018-03-06)

Bug Fixes

  • resolve path of image and embed files, fixed #412 (bfd0d18)

4.6.7 (2018-03-03)

Bug Fixes

4.6.6 (2018-03-03)

4.6.5 (2018-03-03)

Bug Fixes

  • navbar: Now Navbar isn't append to DOM when loadNavbar is falsy (#407) (0933445)

Features

4.6.4 (2018-03-01)

Bug Fixes

  • render: Disable markdown parsing when the file is an HTML (#403) (278a75e)

Features

  • fetch: Add fallback languages configuration. (#402) (ecc0e04)

4.6.3 (2018-02-15)

Bug Fixes

4.6.2 (2018-02-14)

Bug Fixes

4.6.1 (2018-02-12)

Bug Fixes

  • embed compatible ssr (dc0c3ce)
  • embed async fetch embed files, fixed #387

4.6.0 (2018-02-11)

Bug Fixes

Features

  • click sidebar menu add collapse and expand, close #294 (5e161a1)
  • compiler: support embedded file as code block, close #134 (761ccc2)
  • compiler: support embedded markdown, html, video, etc files, close #383, close #333 (524f52f)
  • cover: add onlyCover option, close #382 (b265fdd)
  • fetch: add requestHeaders option, fixed #336 (54ab4c9)
  • render: add ext option for custom file extenstion, close #340 (248aa72)
  • render: mutilple coverpage, close #315 (f68ddf5)

4.5.9 (2018-02-07)

Bug Fixes

4.5.8 (2018-02-07)

Bug Fixes

4.5.7 (2017-12-29)

Features

4.5.6 (2017-12-14)

Bug Fixes

  • style: increase the tap targets of menu button, fixed #325 (888f217)

4.5.5 (2017-11-30)

Bug Fixes

4.5.4 (2017-11-29)

Bug Fixes

Features

4.5.3 (2017-11-11)

Features

4.5.2 (2017-11-09)

Features

4.5.1 (2017-11-07)

Features

  • fetch files with the query params, fixed #303 (2a2ed96)

4.5.0 (2017-11-04)

Features

4.4.1 (2017-10-31)

Bug Fixes

4.4.0 (2017-10-30)

Bug Fixes

Features

4.3.15 (2017-10-20)

Bug Fixes

4.3.14 (2017-10-20)

Bug Fixes

4.3.13 (2017-10-17)

Bug Fixes

Features

4.3.12 (2017-10-15)

Bug Fixes

4.3.11 (2017-10-15)

Bug Fixes

4.3.10 (2017-10-12)

Bug Fixes

  • link render issue after page refreshing (#276) (abd885e)

4.3.9 (2017-10-11)

Bug Fixes

4.3.8 (2017-10-07)

Bug Fixes

  • slugify: GitHub compatible heading links, fixed #272 (9b4e666)

4.3.7 (2017-10-02)

Bug Fixes

  • slugify: GitHub compatible heading links, fixed #267 (c195d2d)

4.3.6 (2017-09-21)

Bug Fixes

  • style for codesponsor plugin (08afec7)

4.3.5 (2017-09-20)

Bug Fixes

Features

  • plugin: add codesponsor plugin (46ac4c3)

4.3.4 (2017-09-07)

Bug Fixes

4.3.3 (2017-09-06)

Bug Fixes

  • buble.css: tweaks code block style, fixed #249 (9d43051)

Features

  • add doc for react and vue demo box plugin (#247) (f0aca19)

4.3.2 (2017-09-01)

Bug Fixes

Features

4.3.1 (2017-08-30)

Features

4.3.0 (2017-08-17)

Features

4.2.9 (2017-08-15)

Bug Fixes

  • ensure document ready before init Docsify #233

4.2.8 (2017-08-10)

Features

  • compiler: support for setting target attribute for link, fixed #230 (7f270f9)

4.2.7 (2017-08-05)

Bug Fixes

4.2.6 (2017-07-27)

Bug Fixes

  • css: hide the nav when the content has not yet been loaded (1fa1619)
  • release: release shell (628e211)

4.2.4 (2017-07-26)

Bug Fixes

  • render: Remove getRootNode to be compatible with the lower version of Chrome, fixed #225 (b8dd346)

4.2.3 (2017-07-26)

Features

  • search: Supports the max depth of the search headline, fixed #223, resolve #129 (b7b589b)

4.2.2 (2017-07-24)

Bug Fixes

  • style rerender due to setting themeColor (17ff3d1)

4.2.1 (2017-07-19)

  • give the navbar some line-height (#216)
  • Remove unnecessary moduleName option from rollup config for plugins (#209)

4.2.0 (2017-07-10)

Bug Fixes

Features

4.1.14 (2017-06-24)

Bug Fixes

Features

4.1.13 (2017-06-11)

4.1.12 (2017-06-03)

Bug Fixes

  • render: subtitle in side bar shows undefined, fixed #182 (d087d57)

4.1.11 (2017-06-02)

Bug Fixes

  • compiler: force reset toc when rendering sidebar fixed #181 (ccf4c7c)
  • render: autoHeader does not work (1304d2e)

4.1.10 (2017-06-02)

Bug Fixes

  • hash: hash routing crashes when url has querystring (6d48ce1)

4.1.9 (2017-05-31)

Bug Fixes

  • can't render toc on first load (d9b487e)
  • lifecycle: continue to handle data (955d3d5)
  • render: broken name link, fixed #167 (91b66a5)

4.1.8 (2017-05-31)

Bug Fixes

Features

4.1.7 (2017-05-30)

Bug Fixes

4.1.6 (2017-05-30)

Bug Fixes

4.1.5 (2017-05-30)

Bug Fixes

4.1.4 (2017-05-30)

Bug Fixes

4.1.3 (2017-05-30)

Bug Fixes

4.1.2 (2017-05-30)

Bug Fixes

4.1.1 (2017-05-30)

Bug Fixes

4.1.0 (2017-05-30)

4.0.2 (2017-05-30)

Bug Fixes

  • basePath for history mode (fc1cd3f)

4.0.1 (2017-05-29)

Bug Fixes

4.0.0 (2017-05-29)

Bug Fixes

Features