mirror of
https://github.com/zhigang1992/docz.git
synced 2026-03-26 10:14:33 +08:00
v0.11.0
This commit is contained in:
37
CHANGELOG.md
37
CHANGELOG.md
@@ -3,6 +3,43 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **docz-core:** dispose hmr on imports ([ba51086](https://github.com/pedronauck/docz/commit/ba51086))
|
||||
* **docz-core:** join head tags ([#255](https://github.com/pedronauck/docz/issues/255)) ([065e8b3](https://github.com/pedronauck/docz/commit/065e8b3))
|
||||
* **docz-core:** update react-docgen-typescript-loader to fix props table ([34b2fdf](https://github.com/pedronauck/docz/commit/34b2fdf))
|
||||
* **docz-plugin-css:** fix empty loaderOpts ([193367b](https://github.com/pedronauck/docz/commit/193367b))
|
||||
* **docz-plugin-css:** fix empty loaderOpts ([bb9b946](https://github.com/pedronauck/docz/commit/bb9b946))
|
||||
* **docz-theme-default:** add prop to keep codemirror last line ([5c1e813](https://github.com/pedronauck/docz/commit/5c1e813))
|
||||
* **docz-theme-default:** add prop to keep codemirror last line ([bf19ad5](https://github.com/pedronauck/docz/commit/bf19ad5))
|
||||
* **docz-theme-default:** codemirror line end bug ([9b07d27](https://github.com/pedronauck/docz/commit/9b07d27))
|
||||
* **docz-theme-default:** fix mobile menu peaking ([#262](https://github.com/pedronauck/docz/issues/262)) ([77b627f](https://github.com/pedronauck/docz/commit/77b627f))
|
||||
* **docz-theme-default:** remove react-breakpoints ([c8288b0](https://github.com/pedronauck/docz/commit/c8288b0))
|
||||
* **docz-theme-default:** update the empty message ([9db9231](https://github.com/pedronauck/docz/commit/9db9231))
|
||||
* **load-cfg:** use fs-extra to read json sync instead of JSON.parse ([04d1e1a](https://github.com/pedronauck/docz/commit/04d1e1a))
|
||||
* base url and hash router making weird url ([f483638](https://github.com/pedronauck/docz/commit/f483638))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add link of repository from website ([#245](https://github.com/pedronauck/docz/issues/245)) ([85cc9e7](https://github.com/pedronauck/docz/commit/85cc9e7))
|
||||
* **babel-preset-docz:** add new babel preset ([5efb568](https://github.com/pedronauck/docz/commit/5efb568))
|
||||
* **docz:** move docz/docz-core to dev dependency on examples ([e7153a4](https://github.com/pedronauck/docz/commit/e7153a4))
|
||||
* integration with react native ([#271](https://github.com/pedronauck/docz/issues/271)) ([ac359ce](https://github.com/pedronauck/docz/commit/ac359ce))
|
||||
* **docz-example-styled-components:** add new example ([0cef75e](https://github.com/pedronauck/docz/commit/0cef75e))
|
||||
* **docz-theme-default:** add auto close tags on playground editor ([a6e5cf7](https://github.com/pedronauck/docz/commit/a6e5cf7))
|
||||
* **docz-theme-default:** add blockquote component ([86ada87](https://github.com/pedronauck/docz/commit/86ada87))
|
||||
* **docz-theme-default:** add refresh btn on playground ([#254](https://github.com/pedronauck/docz/issues/254)) ([ebefd91](https://github.com/pedronauck/docz/commit/ebefd91)), closes [#251](https://github.com/pedronauck/docz/issues/251)
|
||||
* **docz-theme-default:** add scrollbar on playground ([#279](https://github.com/pedronauck/docz/issues/279)) ([0f6ea2a](https://github.com/pedronauck/docz/commit/0f6ea2a))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.10.3"></a>
|
||||
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)
|
||||
|
||||
|
||||
@@ -3,6 +3,18 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **docz:** move docz/docz-core to dev dependency on examples ([e7153a4](https://github.com/pedronauck/docz/commit/e7153a4))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.10.3"></a>
|
||||
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-basic",
|
||||
"version": "0.10.3",
|
||||
"version": "0.11.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -14,7 +14,7 @@
|
||||
"react-emotion": "^9.2.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docz": "^0.10.3",
|
||||
"babel-plugin-emotion": "^9.2.8"
|
||||
"babel-plugin-emotion": "^9.2.8",
|
||||
"docz": "^0.11.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,18 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **docz:** move docz/docz-core to dev dependency on examples ([e7153a4](https://github.com/pedronauck/docz/commit/e7153a4))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.10.3"></a>
|
||||
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-css-less",
|
||||
"version": "0.10.3",
|
||||
"version": "0.11.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -13,7 +13,7 @@
|
||||
"react-dom": "^16.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docz": "^0.10.3",
|
||||
"docz-plugin-css": "^0.10.3"
|
||||
"docz": "^0.11.0",
|
||||
"docz-plugin-css": "^0.11.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,18 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **docz:** move docz/docz-core to dev dependency on examples ([e7153a4](https://github.com/pedronauck/docz/commit/e7153a4))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.10.3"></a>
|
||||
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-css-postcss",
|
||||
"version": "0.10.3",
|
||||
"version": "0.11.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -13,7 +13,7 @@
|
||||
"react-dom": "^16.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docz": "^0.10.3",
|
||||
"docz-plugin-css": "^0.10.3"
|
||||
"docz": "^0.11.0",
|
||||
"docz-plugin-css": "^0.11.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,18 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **docz:** move docz/docz-core to dev dependency on examples ([e7153a4](https://github.com/pedronauck/docz/commit/e7153a4))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.10.3"></a>
|
||||
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-css-sass",
|
||||
"version": "0.10.3",
|
||||
"version": "0.11.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -13,7 +13,7 @@
|
||||
"react-dom": "^16.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docz": "^0.10.3",
|
||||
"docz-plugin-css": "^0.10.3"
|
||||
"docz": "^0.11.0",
|
||||
"docz-plugin-css": "^0.11.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,18 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **docz:** move docz/docz-core to dev dependency on examples ([e7153a4](https://github.com/pedronauck/docz/commit/e7153a4))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.10.3"></a>
|
||||
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-css-stylus",
|
||||
"version": "0.10.3",
|
||||
"version": "0.11.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -13,7 +13,7 @@
|
||||
"react-dom": "^16.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docz": "^0.10.3",
|
||||
"docz-plugin-css": "^0.10.3"
|
||||
"docz": "^0.11.0",
|
||||
"docz-plugin-css": "^0.11.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,19 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **docz:** move docz/docz-core to dev dependency on examples ([e7153a4](https://github.com/pedronauck/docz/commit/e7153a4))
|
||||
* integration with react native ([#271](https://github.com/pedronauck/docz/issues/271)) ([ac359ce](https://github.com/pedronauck/docz/commit/ac359ce))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.10.3"></a>
|
||||
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-flow",
|
||||
"version": "0.10.3",
|
||||
"version": "0.11.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -15,8 +15,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-flow": "^7.0.0",
|
||||
"docz": "^0.10.3",
|
||||
"babel-plugin-emotion": "^9.2.8",
|
||||
"docz": "^0.11.0",
|
||||
"flow-bin": "^0.79.1",
|
||||
"flow-typed": "^2.5.1"
|
||||
}
|
||||
|
||||
12
examples/react-native-flow/CHANGELOG.md
Normal file
12
examples/react-native-flow/CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* integration with react native ([#271](https://github.com/pedronauck/docz/issues/271)) ([ac359ce](https://github.com/pedronauck/docz/commit/ac359ce))
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-react-native-flow",
|
||||
"version": "0.10.0",
|
||||
"version": "0.11.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -16,8 +16,8 @@
|
||||
"@babel/core": "^7.0.0",
|
||||
"@babel/preset-flow": "^7.0.0",
|
||||
"babel-preset-react-native": "^5.0.2",
|
||||
"docz": "^0.10.3",
|
||||
"docz-plugin-react-native": "^0.10.3",
|
||||
"docz": "^0.11.0",
|
||||
"docz-plugin-react-native": "^0.11.0",
|
||||
"flow-bin": "^0.79.1",
|
||||
"flow-typed": "^2.5.1"
|
||||
}
|
||||
|
||||
12
examples/react-native-prop-types/CHANGELOG.md
Normal file
12
examples/react-native-prop-types/CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* integration with react native ([#271](https://github.com/pedronauck/docz/issues/271)) ([ac359ce](https://github.com/pedronauck/docz/commit/ac359ce))
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-react-native-prop-types",
|
||||
"version": "0.10.0",
|
||||
"version": "0.11.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.0.0",
|
||||
"docz": "^0.10.3",
|
||||
"docz-plugin-react-native": "^0.10.3"
|
||||
"docz": "^0.11.0",
|
||||
"docz-plugin-react-native": "^0.11.0"
|
||||
}
|
||||
}
|
||||
|
||||
12
examples/styled-components/CHANGELOG.md
Normal file
12
examples/styled-components/CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **docz-example-styled-components:** add new example ([0cef75e](https://github.com/pedronauck/docz/commit/0cef75e))
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-example-styled-components",
|
||||
"version": "0.10.3",
|
||||
"version": "0.11.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
@@ -12,6 +12,6 @@
|
||||
"react-dom": "^16.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docz": "^0.10.3"
|
||||
"docz": "^0.11.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
**Note:** Version bump only for package docz-example-typescript
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.10.3"></a>
|
||||
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "docz-example-typescript",
|
||||
"version": "0.10.3",
|
||||
"version": "0.11.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
"build": "docz build"
|
||||
},
|
||||
"dependencies": {
|
||||
"docz": "^0.10.3",
|
||||
"docz-core": "^0.10.3",
|
||||
"docz": "^0.11.0",
|
||||
"docz-core": "^0.11.0",
|
||||
"emotion": "^9.2.8",
|
||||
"react": "^16.4.2",
|
||||
"react-dom": "^16.4.2",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"packages": [
|
||||
"packages/**/*"
|
||||
],
|
||||
"version": "0.10.3",
|
||||
"version": "0.11.0",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
}
|
||||
|
||||
12
packages/babel-preset-docz/CHANGELOG.md
Normal file
12
packages/babel-preset-docz/CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **babel-preset-docz:** add new babel preset ([5efb568](https://github.com/pedronauck/docz/commit/5efb568))
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-docz",
|
||||
"version": "0.10.3",
|
||||
"version": "0.11.0",
|
||||
"description": "Babel preset used on docz",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@@ -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.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* base url and hash router making weird url ([f483638](https://github.com/pedronauck/docz/commit/f483638))
|
||||
* **docz-core:** dispose hmr on imports ([ba51086](https://github.com/pedronauck/docz/commit/ba51086))
|
||||
* **docz-core:** join head tags ([#255](https://github.com/pedronauck/docz/issues/255)) ([065e8b3](https://github.com/pedronauck/docz/commit/065e8b3))
|
||||
* **docz-core:** update react-docgen-typescript-loader to fix props table ([34b2fdf](https://github.com/pedronauck/docz/commit/34b2fdf))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **babel-preset-docz:** add new babel preset ([5efb568](https://github.com/pedronauck/docz/commit/5efb568))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.10.3"></a>
|
||||
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-core",
|
||||
"version": "0.10.3",
|
||||
"version": "0.11.0",
|
||||
"description": "All docz core logic of bundle and parsing is included on this package",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
@@ -31,7 +31,7 @@
|
||||
"@sindresorhus/slugify": "^0.3.0",
|
||||
"art-template": "^4.13.0",
|
||||
"babel-loader": "^8.0.0",
|
||||
"babel-preset-docz": "^0.10.3",
|
||||
"babel-preset-docz": "^0.11.0",
|
||||
"babylon": "^6.18.0",
|
||||
"cache-loader": "^1.2.2",
|
||||
"chalk": "^2.4.1",
|
||||
@@ -58,7 +58,7 @@
|
||||
"koa-mount": "^3.0.0",
|
||||
"koa-range": "^0.3.0",
|
||||
"koa-static": "^5.0.0",
|
||||
"load-cfg": "^0.10.3",
|
||||
"load-cfg": "^0.11.0",
|
||||
"lodash.get": "^4.4.2",
|
||||
"mini-html-webpack-plugin": "^0.2.3",
|
||||
"prettier": "^1.14.2",
|
||||
@@ -66,9 +66,9 @@
|
||||
"react-docgen-typescript-loader": "^3.0.0-rc.0",
|
||||
"react-hot-loader": "4.3.5",
|
||||
"rehype-autolink-headings": "^2.0.3",
|
||||
"rehype-docz": "^0.10.3",
|
||||
"rehype-docz": "^0.11.0",
|
||||
"rehype-slug": "^2.0.1",
|
||||
"remark-docz": "^0.9.4",
|
||||
"remark-docz": "^0.11.0",
|
||||
"remark-frontmatter": "^1.2.1",
|
||||
"remark-parse": "^5.0.0",
|
||||
"remark-parse-yaml": "^0.0.1",
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
**Note:** Version bump only for package docz-plugin-babel6
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.10.3"></a>
|
||||
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-plugin-babel6",
|
||||
"version": "0.10.3",
|
||||
"version": "0.11.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.10.3",
|
||||
"docz-core": "^0.11.0",
|
||||
"happypack": "^5.0.0",
|
||||
"react-docgen-typescript-loader": "^2.2.0",
|
||||
"ts-loader": "^4.5.0"
|
||||
|
||||
@@ -3,6 +3,18 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **docz-plugin-css:** fix empty loaderOpts ([bb9b946](https://github.com/pedronauck/docz/commit/bb9b946))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.10.3"></a>
|
||||
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-plugin-css",
|
||||
"version": "0.10.3",
|
||||
"version": "0.11.0",
|
||||
"description": "This package makes it possible to use preprocessors and css modules on docz",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
@@ -25,7 +25,7 @@
|
||||
"autoprefixer": "^9.1.3",
|
||||
"css-loader": "^1.0.0",
|
||||
"deepmerge": "^2.1.1",
|
||||
"docz-core": "^0.10.3",
|
||||
"docz-core": "^0.11.0",
|
||||
"less": "^3.8.1",
|
||||
"less-loader": "^4.1.0",
|
||||
"loader-utils": "^1.1.0",
|
||||
|
||||
12
packages/docz-plugin-react-native/CHANGELOG.md
Normal file
12
packages/docz-plugin-react-native/CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* integration with react native ([#271](https://github.com/pedronauck/docz/issues/271)) ([ac359ce](https://github.com/pedronauck/docz/commit/ac359ce))
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-plugin-react-native",
|
||||
"version": "0.10.3",
|
||||
"version": "0.11.0",
|
||||
"description": "Plugin that allow you to use React Native with docz",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
@@ -22,7 +22,7 @@
|
||||
"tslint": "tslint --project ."
|
||||
},
|
||||
"dependencies": {
|
||||
"docz-core": "^0.10.3",
|
||||
"docz-core": "^0.11.0",
|
||||
"react-art": "^16.4.2",
|
||||
"react-native-web": "^0.8.9"
|
||||
}
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
**Note:** Version bump only for package docz-plugin-svgr
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.10.3"></a>
|
||||
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-plugin-svgr",
|
||||
"version": "0.10.3",
|
||||
"version": "0.11.0",
|
||||
"description": "Use svgr as loader for svg images",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
@@ -23,6 +23,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@svgr/webpack": "^2.2.1",
|
||||
"docz-core": "^0.10.3"
|
||||
"docz-core": "^0.11.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,29 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **docz-theme-default:** add prop to keep codemirror last line ([5c1e813](https://github.com/pedronauck/docz/commit/5c1e813))
|
||||
* **docz-theme-default:** codemirror line end bug ([9b07d27](https://github.com/pedronauck/docz/commit/9b07d27))
|
||||
* **docz-theme-default:** remove react-breakpoints ([c8288b0](https://github.com/pedronauck/docz/commit/c8288b0))
|
||||
* **docz-theme-default:** update the empty message ([9db9231](https://github.com/pedronauck/docz/commit/9db9231))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **docz-theme-default:** add auto close tags on playground editor ([a6e5cf7](https://github.com/pedronauck/docz/commit/a6e5cf7))
|
||||
* **docz-theme-default:** add blockquote component ([86ada87](https://github.com/pedronauck/docz/commit/86ada87))
|
||||
* **docz-theme-default:** add refresh btn on playground ([#254](https://github.com/pedronauck/docz/issues/254)) ([ebefd91](https://github.com/pedronauck/docz/commit/ebefd91)), closes [#251](https://github.com/pedronauck/docz/issues/251)
|
||||
* **docz-theme-default:** add scrollbar on playground ([#279](https://github.com/pedronauck/docz/issues/279)) ([0f6ea2a](https://github.com/pedronauck/docz/commit/0f6ea2a))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.10.3"></a>
|
||||
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz-theme-default",
|
||||
"version": "0.10.3",
|
||||
"version": "0.11.0",
|
||||
"description": "The default theme of docz",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
@@ -23,7 +23,7 @@
|
||||
"dependencies": {
|
||||
"codemirror": "^5.40.0",
|
||||
"copy-text-to-clipboard": "^1.0.4",
|
||||
"docz": "^0.10.3",
|
||||
"docz": "^0.11.0",
|
||||
"emotion": "^9.2.8",
|
||||
"emotion-theming": "^9.2.6",
|
||||
"facepaint": "^1.2.1",
|
||||
|
||||
@@ -3,6 +3,18 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* base url and hash router making weird url ([f483638](https://github.com/pedronauck/docz/commit/f483638))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.10.3"></a>
|
||||
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docz",
|
||||
"version": "0.10.3",
|
||||
"version": "0.11.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.3",
|
||||
"deepmerge": "^2.1.1",
|
||||
"docz-core": "^0.10.3",
|
||||
"docz-theme-default": "^0.10.3",
|
||||
"docz-core": "^0.11.0",
|
||||
"docz-theme-default": "^0.11.0",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.2",
|
||||
"react-copy-write": "^0.8.0",
|
||||
|
||||
@@ -3,6 +3,18 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **load-cfg:** use fs-extra to read json sync instead of JSON.parse ([04d1e1a](https://github.com/pedronauck/docz/commit/04d1e1a))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.10.3"></a>
|
||||
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "load-cfg",
|
||||
"version": "0.10.3",
|
||||
"version": "0.11.0",
|
||||
"description": "Method that can load project configurations based",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
**Note:** Version bump only for package rehype-docz
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.10.3"></a>
|
||||
## [0.10.3](https://github.com/pedronauck/docz/compare/v0.9.6...v0.10.3) (2018-08-16)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rehype-docz",
|
||||
"version": "0.10.3",
|
||||
"version": "0.11.0",
|
||||
"description": "Rehype plugin used by docz",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
<a name="0.11.0"></a>
|
||||
# [0.11.0](https://github.com/pedronauck/docz/compare/v0.10.3...v0.11.0) (2018-09-02)
|
||||
|
||||
**Note:** Version bump only for package remark-docz
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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": "remark-docz",
|
||||
"version": "0.9.4",
|
||||
"version": "0.11.0",
|
||||
"description": "Remark plugin used by docz",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
|
||||
Reference in New Issue
Block a user