From dc7627b2289e771a6488fcddcfcec681221b639b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=90=E5=A5=82?= Date: Tue, 7 Jan 2020 00:37:27 +0800 Subject: [PATCH] 1.3.5 --- CHANGELOG.md | 5 +++-- README.md | 24 ++++++++++++++---------- package.json | 2 +- 3 files changed, 18 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b4daf3..a458e5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ - -## [1.3.4](https://github.com/parksben/markdown-navbar/compare/1.3.2...v1.3.4) (2020-01-05) + +## [1.3.5](https://github.com/parksben/markdown-navbar/compare/1.3.2...1.3.5) (2020-01-06) ### Bug Fixes * serial number parse error when some content exists before level 1 title ([35a234f](https://github.com/parksben/markdown-navbar/commit/35a234f)) +* some data-id of heading elements not registered while two or multi same text of headings exist in one documentation ([cedf928](https://github.com/parksben/markdown-navbar/commit/cedf928)) diff --git a/README.md b/README.md index e28b580..35a71c5 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,20 @@ Best markdown navbar component for React. With this component, you can: - Click on the anchor point in the directory to jump to the corresponding article content - Share url with anchor hash value to reader +## 🍭 Demo Online + +Click the thumbnail below to view the demo online: + + + Demo on Netlify + + +Click the button below to edit & debug it: + + + Edit markdown-navbar-demo-online + + ## 🍿 Install ```bash @@ -62,16 +76,6 @@ function App() { ReactDOM.render(, document.getElementById('root')); ``` -## 🍭 Demo Online - -Click the thumbnail below to view the demo online: - -[![Demo on Netlify](https://screenshots.codesandbox.io/e7e0n.png)](https://csb-e7e0n.netlify.com/) - -Click the button below to edit & debug it: - -[![Edit markdown-navbar-demo-online](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/markdown-navbar-demo-online-e7e0n?fontsize=14&hidenavigation=1&theme=dark) - ## 🍔 Props | Property | Data Type | Default Value | Description | diff --git a/package.json b/package.json index 091adcd..c8a83dd 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "rimraf": "^2.6.2" }, "name": "markdown-navbar", - "version": "1.3.4", + "version": "1.3.5", "description": "Best markdown navigation bar for React.", "main": "dist/index.js", "repository": {