mirror of
https://github.com/zhigang1992/docz.git
synced 2026-03-27 22:49:33 +08:00
v0.10.0
This commit is contained in:
28
CHANGELOG.md
28
CHANGELOG.md
@@ -3,6 +3,34 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.10.0"></a>
|
||||
# [0.10.0](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.0) (2018-08-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* bug template typo ([#197](https://github.com/pedronauck/docz/issues/197)) ([497fcfb](https://github.com/pedronauck/docz/commit/497fcfb))
|
||||
* bug template typo ([#197](https://github.com/pedronauck/docz/issues/197)) ([fce98c4](https://github.com/pedronauck/docz/commit/fce98c4))
|
||||
* **docz:** add initial loading as true ([3f05536](https://github.com/pedronauck/docz/commit/3f05536))
|
||||
* **docz-core:** prevent crash on delete entry ([28e1728](https://github.com/pedronauck/docz/commit/28e1728))
|
||||
* **docz-core:** prevent delete entire app folder on build ([e345896](https://github.com/pedronauck/docz/commit/e345896))
|
||||
* **docz-theme-default:** playground overflow on mobile ([db1eb5b](https://github.com/pedronauck/docz/commit/db1eb5b))
|
||||
* **rehype-docz:** add props on playground scope ([ee4b6c0](https://github.com/pedronauck/docz/commit/ee4b6c0))
|
||||
* **rehype-docz:** allow ticks and backticks inside playground ([#203](https://github.com/pedronauck/docz/issues/203)) ([fa4ff40](https://github.com/pedronauck/docz/commit/fa4ff40))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **docz:** fetch data on documents ([04ff0d6](https://github.com/pedronauck/docz/commit/04ff0d6))
|
||||
* **docz-core:** add cache system for entries ([b90e598](https://github.com/pedronauck/docz/commit/b90e598))
|
||||
* **docz-core:** add htmlContext and mini-html-webpack-plugin ([4b6ec0f](https://github.com/pedronauck/docz/commit/4b6ec0f))
|
||||
* **docz-core:** resolve markdown files by default ([#210](https://github.com/pedronauck/docz/issues/210)) ([e0a95b3](https://github.com/pedronauck/docz/commit/e0a95b3))
|
||||
* add github repository link ([78a19f6](https://github.com/pedronauck/docz/commit/78a19f6))
|
||||
* allow edit code inside playground ([#205](https://github.com/pedronauck/docz/issues/205)) ([4f948f7](https://github.com/pedronauck/docz/commit/4f948f7))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.9.6"></a>
|
||||
## [0.9.6](https://github.com/pedronauck/docz/compare/v0.9.5...v0.9.6) (2018-08-06)
|
||||
|
||||
|
||||
@@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.10.0"></a>
|
||||
# [0.10.0](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.0) (2018-08-13)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-babel6
|
||||
|
||||
<a name="0.9.6"></a>
|
||||
## [0.9.6](https://github.com/pedronauck/docz/compare/v0.9.5...v0.9.6) (2018-08-06)
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "docz-example-babel6",
|
||||
"version": "0.9.6",
|
||||
"version": "0.10.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
"build": "docz build"
|
||||
},
|
||||
"dependencies": {
|
||||
"docz": "^0.9.6",
|
||||
"docz-core": "^0.9.6",
|
||||
"docz": "^0.10.0",
|
||||
"docz-core": "^0.10.0",
|
||||
"emotion": "^9.2.6",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.2",
|
||||
@@ -17,7 +17,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-emotion": "^9.2.6",
|
||||
"docz-plugin-babel6": "^0.9.6",
|
||||
"docz-plugin-babel6": "^0.10.0",
|
||||
"typescript": "^3.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.10.0"></a>
|
||||
# [0.10.0](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.0) (2018-08-13)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-basic
|
||||
|
||||
<a name="0.9.6"></a>
|
||||
## [0.9.6](https://github.com/pedronauck/docz/compare/v0.9.5...v0.9.6) (2018-08-06)
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "docz-example-basic",
|
||||
"version": "0.9.6",
|
||||
"version": "0.10.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
"build": "docz build"
|
||||
},
|
||||
"dependencies": {
|
||||
"docz": "^0.9.6",
|
||||
"docz-core": "^0.9.6",
|
||||
"docz": "^0.10.0",
|
||||
"docz-core": "^0.10.0",
|
||||
"emotion": "^9.2.6",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.2",
|
||||
|
||||
@@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.10.0"></a>
|
||||
# [0.10.0](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.0) (2018-08-13)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-css-less
|
||||
|
||||
<a name="0.9.6"></a>
|
||||
## [0.9.6](https://github.com/pedronauck/docz/compare/v0.9.5...v0.9.6) (2018-08-06)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-css-less",
|
||||
"version": "0.9.6",
|
||||
"version": "0.10.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -8,13 +8,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"classnames": "^2.2.6",
|
||||
"docz": "^0.9.6",
|
||||
"docz-core": "^0.9.6",
|
||||
"docz": "^0.10.0",
|
||||
"docz-core": "^0.10.0",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.2",
|
||||
"react-dom": "^16.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docz-plugin-css": "^0.9.6"
|
||||
"docz-plugin-css": "^0.10.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.10.0"></a>
|
||||
# [0.10.0](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.0) (2018-08-13)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-css-postcss
|
||||
|
||||
<a name="0.9.6"></a>
|
||||
## [0.9.6](https://github.com/pedronauck/docz/compare/v0.9.5...v0.9.6) (2018-08-06)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-css-postcss",
|
||||
"version": "0.9.6",
|
||||
"version": "0.10.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -8,13 +8,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"classnames": "^2.2.6",
|
||||
"docz": "^0.9.6",
|
||||
"docz-core": "^0.9.6",
|
||||
"docz": "^0.10.0",
|
||||
"docz-core": "^0.10.0",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.2",
|
||||
"react-dom": "^16.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docz-plugin-css": "^0.9.6"
|
||||
"docz-plugin-css": "^0.10.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.10.0"></a>
|
||||
# [0.10.0](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.0) (2018-08-13)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-css-sass
|
||||
|
||||
<a name="0.9.6"></a>
|
||||
## [0.9.6](https://github.com/pedronauck/docz/compare/v0.9.5...v0.9.6) (2018-08-06)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-css-sass",
|
||||
"version": "0.9.6",
|
||||
"version": "0.10.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -8,13 +8,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"classnames": "^2.2.6",
|
||||
"docz": "^0.9.6",
|
||||
"docz-core": "^0.9.6",
|
||||
"docz": "^0.10.0",
|
||||
"docz-core": "^0.10.0",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.2",
|
||||
"react-dom": "^16.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docz-plugin-css": "^0.9.6"
|
||||
"docz-plugin-css": "^0.10.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.10.0"></a>
|
||||
# [0.10.0](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.0) (2018-08-13)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-css-stylus
|
||||
|
||||
<a name="0.9.6"></a>
|
||||
## [0.9.6](https://github.com/pedronauck/docz/compare/v0.9.5...v0.9.6) (2018-08-06)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-css-stylus",
|
||||
"version": "0.9.6",
|
||||
"version": "0.10.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -8,13 +8,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"classnames": "^2.2.6",
|
||||
"docz": "^0.9.6",
|
||||
"docz-core": "^0.9.6",
|
||||
"docz": "^0.10.0",
|
||||
"docz-core": "^0.10.0",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.2",
|
||||
"react-dom": "^16.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docz-plugin-css": "^0.9.6"
|
||||
"docz-plugin-css": "^0.10.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.10.0"></a>
|
||||
# [0.10.0](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.0) (2018-08-13)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-flow
|
||||
|
||||
<a name="0.9.6"></a>
|
||||
## [0.9.6](https://github.com/pedronauck/docz/compare/v0.9.5...v0.9.6) (2018-08-06)
|
||||
|
||||
|
||||
@@ -1,14 +1,19 @@
|
||||
{
|
||||
"name": "docz-example-flow",
|
||||
"version": "0.9.6",
|
||||
"version": "0.10.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
"build": "docz build"
|
||||
},
|
||||
"dependencies": {
|
||||
<<<<<<< HEAD
|
||||
"@babel/preset-flow": "^7.0.0-beta.55",
|
||||
"docz": "^0.9.6",
|
||||
=======
|
||||
"@babel/preset-flow": "^7.0.0-rc.1",
|
||||
"docz": "^0.10.0",
|
||||
>>>>>>> 40a222e... v0.10.0
|
||||
"emotion": "^9.2.6",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.2",
|
||||
|
||||
@@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.10.0"></a>
|
||||
# [0.10.0](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.0) (2018-08-13)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-example-typescript
|
||||
|
||||
<a name="0.9.6"></a>
|
||||
## [0.9.6](https://github.com/pedronauck/docz/compare/v0.9.5...v0.9.6) (2018-08-06)
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "docz-example-typescript",
|
||||
"version": "0.9.6",
|
||||
"version": "0.10.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
"build": "docz build"
|
||||
},
|
||||
"dependencies": {
|
||||
"docz": "^0.9.6",
|
||||
"docz": "^0.10.0",
|
||||
"emotion": "^9.2.6",
|
||||
"react": "^16.4.2",
|
||||
"react-dom": "^16.4.2",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"packages": [
|
||||
"packages/**/*"
|
||||
],
|
||||
"version": "0.9.6",
|
||||
"version": "0.10.0",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
}
|
||||
|
||||
@@ -3,6 +3,26 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.10.0"></a>
|
||||
# [0.10.0](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.0) (2018-08-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **docz-core:** prevent crash on delete entry ([28e1728](https://github.com/pedronauck/docz/commit/28e1728))
|
||||
* **docz-core:** prevent delete entire app folder on build ([e345896](https://github.com/pedronauck/docz/commit/e345896))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **docz-core:** add cache system for entries ([b90e598](https://github.com/pedronauck/docz/commit/b90e598))
|
||||
* **docz-core:** add htmlContext and mini-html-webpack-plugin ([4b6ec0f](https://github.com/pedronauck/docz/commit/4b6ec0f))
|
||||
* **docz-core:** resolve markdown files by default ([#210](https://github.com/pedronauck/docz/issues/210)) ([e0a95b3](https://github.com/pedronauck/docz/commit/e0a95b3))
|
||||
* add github repository link ([78a19f6](https://github.com/pedronauck/docz/commit/78a19f6))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.9.6"></a>
|
||||
## [0.9.6](https://github.com/pedronauck/docz/compare/v0.9.5...v0.9.6) (2018-08-06)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-core",
|
||||
"version": "0.9.6",
|
||||
"version": "0.10.0",
|
||||
"description": "All docz core logic of bundle and parsing is included on this package",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
@@ -63,7 +63,7 @@
|
||||
"koa-mount": "^3.0.0",
|
||||
"koa-range": "^0.3.0",
|
||||
"koa-static": "^5.0.0",
|
||||
"load-cfg": "^0.9.4",
|
||||
"load-cfg": "^0.10.0",
|
||||
"lodash.get": "^4.4.2",
|
||||
"mini-html-webpack-plugin": "^0.2.3",
|
||||
"prettier": "^1.14.0",
|
||||
@@ -71,7 +71,7 @@
|
||||
"react-docgen-typescript-loader": "^2.1.1",
|
||||
"react-hot-loader": "4.3.4",
|
||||
"rehype-autolink-headings": "^2.0.3",
|
||||
"rehype-docz": "^0.9.4",
|
||||
"rehype-docz": "^0.10.0",
|
||||
"rehype-slug": "^2.0.1",
|
||||
"remark-docz": "^0.9.4",
|
||||
"remark-frontmatter": "^1.2.0",
|
||||
|
||||
@@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.10.0"></a>
|
||||
# [0.10.0](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.0) (2018-08-13)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-plugin-babel6
|
||||
|
||||
<a name="0.9.6"></a>
|
||||
## [0.9.6](https://github.com/pedronauck/docz/compare/v0.9.5...v0.9.6) (2018-08-06)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-plugin-babel6",
|
||||
"version": "0.9.6",
|
||||
"version": "0.10.0",
|
||||
"description": "This package makes it possible to use babel6 with docz",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
@@ -27,7 +27,7 @@
|
||||
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
||||
"babel-preset-react-app": "^3.1.2",
|
||||
"babel-runtime": "^6.26.0",
|
||||
"docz-core": "^0.9.6",
|
||||
"docz-core": "^0.10.0",
|
||||
"happypack": "^5.0.0",
|
||||
"react-docgen-typescript-loader": "^2.1.1",
|
||||
"ts-loader": "^4.4.2"
|
||||
|
||||
@@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.10.0"></a>
|
||||
# [0.10.0](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.0) (2018-08-13)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-plugin-css
|
||||
|
||||
<a name="0.9.6"></a>
|
||||
## [0.9.6](https://github.com/pedronauck/docz/compare/v0.9.5...v0.9.6) (2018-08-06)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-plugin-css",
|
||||
"version": "0.9.6",
|
||||
"version": "0.10.0",
|
||||
"description": "This package makes it possible to use preprocessors and css modules on docz",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
@@ -25,8 +25,8 @@
|
||||
"autoprefixer": "^9.0.1",
|
||||
"css-loader": "^1.0.0",
|
||||
"deepmerge": "^2.1.1",
|
||||
"docz-core": "^0.9.6",
|
||||
"less": "^3.8.0",
|
||||
"docz-core": "^0.10.0",
|
||||
"less": "^3.8.1",
|
||||
"less-loader": "^4.1.0",
|
||||
"loader-utils": "^1.1.0",
|
||||
"mini-css-extract-plugin": "^0.4.1",
|
||||
|
||||
@@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.10.0"></a>
|
||||
# [0.10.0](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.0) (2018-08-13)
|
||||
|
||||
|
||||
|
||||
|
||||
**Note:** Version bump only for package docz-plugin-svgr
|
||||
|
||||
<a name="0.9.6"></a>
|
||||
## [0.9.6](https://github.com/pedronauck/docz/compare/v0.9.5...v0.9.6) (2018-08-06)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-plugin-svgr",
|
||||
"version": "0.9.6",
|
||||
"version": "0.10.0",
|
||||
"description": "Use svgr as loader for svg images",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
@@ -23,6 +23,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@svgr/webpack": "^2.1.1",
|
||||
"docz-core": "^0.9.6"
|
||||
"docz-core": "^0.10.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,23 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.10.0"></a>
|
||||
# [0.10.0](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.0) (2018-08-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **docz-theme-default:** playground overflow on mobile ([db1eb5b](https://github.com/pedronauck/docz/commit/db1eb5b))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add github repository link ([78a19f6](https://github.com/pedronauck/docz/commit/78a19f6))
|
||||
* allow edit code inside playground ([#205](https://github.com/pedronauck/docz/issues/205)) ([4f948f7](https://github.com/pedronauck/docz/commit/4f948f7))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.9.6"></a>
|
||||
## [0.9.6](https://github.com/pedronauck/docz/compare/v0.9.5...v0.9.6) (2018-08-06)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-theme-default",
|
||||
"version": "0.9.6",
|
||||
"version": "0.10.0",
|
||||
"description": "The default theme of docz",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
@@ -23,7 +23,7 @@
|
||||
"dependencies": {
|
||||
"codemirror": "^5.39.2",
|
||||
"copy-text-to-clipboard": "^1.0.4",
|
||||
"docz": "^0.9.6",
|
||||
"docz": "^0.10.0",
|
||||
"emotion": "^9.2.6",
|
||||
"emotion-theming": "^9.2.6",
|
||||
"facepaint": "^1.2.1",
|
||||
|
||||
@@ -3,6 +3,24 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.10.0"></a>
|
||||
# [0.10.0](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.0) (2018-08-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **docz:** add initial loading as true ([3f05536](https://github.com/pedronauck/docz/commit/3f05536))
|
||||
* **docz-core:** prevent crash on delete entry ([28e1728](https://github.com/pedronauck/docz/commit/28e1728))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add github repository link ([78a19f6](https://github.com/pedronauck/docz/commit/78a19f6))
|
||||
* allow edit code inside playground ([#205](https://github.com/pedronauck/docz/issues/205)) ([4f948f7](https://github.com/pedronauck/docz/commit/4f948f7))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.9.6"></a>
|
||||
## [0.9.6](https://github.com/pedronauck/docz/compare/v0.9.5...v0.9.6) (2018-08-06)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz",
|
||||
"version": "0.9.6",
|
||||
"version": "0.10.0",
|
||||
"description": "It's has never been so easy to documents your things!",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
@@ -32,8 +32,8 @@
|
||||
"capitalize": "^1.0.0",
|
||||
"create-react-context": "^0.2.2",
|
||||
"deepmerge": "^2.1.1",
|
||||
"docz-core": "^0.9.6",
|
||||
"docz-theme-default": "^0.9.6",
|
||||
"docz-core": "^0.10.0",
|
||||
"docz-theme-default": "^0.10.0",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.2",
|
||||
"react-copy-write": "^0.7.0",
|
||||
|
||||
@@ -3,6 +3,17 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.10.0"></a>
|
||||
# [0.10.0](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.0) (2018-08-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **docz-core:** add htmlContext and mini-html-webpack-plugin ([4b6ec0f](https://github.com/pedronauck/docz/commit/4b6ec0f))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.9.4"></a>
|
||||
## [0.9.4](https://github.com/pedronauck/docz/compare/v0.9.4-beta.1...v0.9.4) (2018-08-04)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "load-cfg",
|
||||
"version": "0.9.4",
|
||||
"version": "0.10.0",
|
||||
"description": "Method that can load project configurations based",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@@ -3,6 +3,23 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.10.0"></a>
|
||||
# [0.10.0](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.0) (2018-08-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **rehype-docz:** add props on playground scope ([ee4b6c0](https://github.com/pedronauck/docz/commit/ee4b6c0))
|
||||
* **rehype-docz:** allow ticks and backticks inside playground ([#203](https://github.com/pedronauck/docz/issues/203)) ([fa4ff40](https://github.com/pedronauck/docz/commit/fa4ff40))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* allow edit code inside playground ([#205](https://github.com/pedronauck/docz/issues/205)) ([4f948f7](https://github.com/pedronauck/docz/commit/4f948f7))
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.9.4"></a>
|
||||
## [0.9.4](https://github.com/pedronauck/docz/compare/v0.9.4-beta.1...v0.9.4) (2018-08-04)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rehype-docz",
|
||||
"version": "0.9.4",
|
||||
"version": "0.10.0",
|
||||
"description": "Rehype plugin used by docz",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
|
||||
Reference in New Issue
Block a user