Skip to content

Commit

Permalink
1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
子奂 committed Jan 6, 2020
1 parent cedf928 commit dc7627b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<a name="1.3.4"></a>
## [1.3.4](https://github.com/parksben/markdown-navbar/compare/1.3.2...v1.3.4) (2020-01-05)
<a name="1.3.5"></a>
## [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))



Expand Down
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<a href="https://csb-e7e0n.netlify.com/" target="_blank" style="display: inline-block; margin-bottom: 32px;">
<img src="https://screenshots.codesandbox.io/e7e0n.png" alt="Demo on Netlify" style="width: 360px; border-radius: 5px; box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.32);">
</a>

Click the button below to edit & debug it:

<a href="https://codesandbox.io/s/markdown-navbar-demo-online-e7e0n?fontsize=14&hidenavigation=1&theme=dark" target="_blank">
<img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="Edit markdown-navbar-demo-online">
</a>

## 🍿 Install

```bash
Expand Down Expand Up @@ -62,16 +76,6 @@ function App() {
ReactDOM.render(<App />, 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 |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit dc7627b

Please sign in to comment.