Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

Commit

Permalink
Version 1.0.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmr committed Dec 5, 2016
1 parent 6007a79 commit f0ee11e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 12 deletions.
5 changes: 0 additions & 5 deletions extensions/roc-package-web-app-react-dev/docs/Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
The dependencies that are available in the project.

## Exported
### [lodash](https://www.npmjs.com/package/lodash)
__Version__: 4.16.4
__Extension__: roc-package-webpack-web-dev
__Custom resolve function__: No

### [react-a11y](https://www.npmjs.com/package/react-a11y)
__Version__: ~0.3.3
__Extension__: roc-package-web-app-react-dev
Expand Down
4 changes: 2 additions & 2 deletions extensions/roc-package-web-app-react-dev/docs/Extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Package providing Node support through Webpack for Roc (Development)
### roc-package-webpack-web-dev — [v1.0.0-beta.3](https://www.npmjs.com/package/roc-package-webpack-web-dev)
Package providing browser support through Webpack for Roc (Development)

### roc-package-web-app-dev — [v1.0.0-beta.6](https://www.npmjs.com/package/roc-package-web-app-dev)
### roc-package-web-app-dev — [v1.0.0-beta.7](https://www.npmjs.com/package/roc-package-web-app-dev)
Package for building web applications using Roc (Development)

## Plugins
Expand All @@ -28,7 +28,7 @@ Roc plugin that adds basic Babel management
### roc-plugin-browsersync — [v1.0.0-beta.2](https://www.npmjs.com/package/roc-plugin-browsersync)
Plugin providing Browsersync for Roc

### roc-plugin-style-css — [v1.0.0-beta.3](https://www.npmjs.com/package/roc-plugin-style-css)
### roc-plugin-style-css — [v1.0.0-beta.5](https://www.npmjs.com/package/roc-plugin-style-css)
Plugin providing CSS support for Webpack in Roc

### roc-plugin-assets-images — [v1.0.0-beta.2](https://www.npmjs.com/package/roc-plugin-assets-images)
Expand Down
3 changes: 2 additions & 1 deletion extensions/roc-package-web-app-react-dev/docs/Settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,15 @@ Options that will be used as query parameters.
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ---------------------------------------------------- | --------------------------------------------------------------------- | ---------------------------- | -------- | ------------ | ----------------------------------------------------------------------------------------------------------------- |
| modules | If CSS Modules should be enabled. | build.style.modules | --build-style-modules | `true` | `Boolean` | Yes | | roc-plugin-style-css |
| name | The naming pattern to use for the built style files. | build.style.name | --build-style-name | `"[name].[hash].css"` | `String` | Yes | No | roc-plugin-style-css |
| sourceMap | If CSS source maps should be enabled. | build.style.sourceMap | --build-style-sourceMap | `false` | `Boolean` | No | | roc-plugin-style-css |

#### Autoprefixer

✓ ― Supports __raw

| Name | Description | Path | CLI option | Default | Type | Required | Can be empty | Extensions |
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ---------------------------------------------------- | --------------------------------------------------------------------- | ---------------------------- | -------- | ------------ | ----------------------------------------------------------------------------------------------------------------- |
| browsers | What browsers that should be supported. | build.style.autoprefixer.browsers | --build-style-autoprefixer-browsers | `"last 2 version"` | `String` | No | No | roc-plugin-style-css |
| browsers | What browsers that should be supported. | build.style.autoprefixer.browsers | --build-style-autoprefixer-browsers | `"last 2 version"` | `String / Array(String)` | No | | roc-plugin-style-css |

## Dev
Development settings.
Expand Down
2 changes: 1 addition & 1 deletion extensions/roc-package-web-app-react-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "roc-package-web-app-react-dev",
"description": "Package for building React applications with Roc (Development)",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"main": "lib/index.js",
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion extensions/roc-package-web-app-react/docs/Extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Package providing Node support through Webpack.
### roc-package-webpack-web — [v1.0.0-beta.3](https://www.npmjs.com/package/roc-package-webpack-web)
Package providing support bundling for Browser runtimes.

### roc-package-web-app — [v1.0.0-beta.6](https://www.npmjs.com/package/roc-package-web-app)
### roc-package-web-app — [v1.0.0-beta.7](https://www.npmjs.com/package/roc-package-web-app)
Package for building web applications using Roc

## Plugins
Expand Down
2 changes: 1 addition & 1 deletion extensions/roc-package-web-app-react/docs/Settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Settings for how Koa should handle paths.
| Name | Description | Path | CLI option | Default | Type | Required | Can be empty | Extensions |
| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- | --------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------- | -------- | ------------ | ------------------------------------- |
| defer | If this should be performed after looking for a file on disk. | runtime.koa.trailingSlashes.defer | --runtime-koa-trailingSlashes-defer | `true` | `Boolean` | Yes | | roc-package-web-app |
| enabled | Set to true to enforce trailing slashes, false to remove them and null for no rule. | runtime.koa.trailingSlashes.enabled | --runtime-koa-trailingSlashes-enabled | `true` | `Boolean` | Yes | | roc-package-web-app |
| enabled | Set to true to enforce trailing slashes, false to remove them and null for no rule. | runtime.koa.trailingSlashes.enabled | --runtime-koa-trailingSlashes-enabled | `true` | `Boolean` | No | | roc-package-web-app |

### Template

Expand Down
2 changes: 1 addition & 1 deletion extensions/roc-package-web-app-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "roc-package-web-app-react",
"description": "Package for building React applications with Roc",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"main": "lib/index.js",
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit f0ee11e

Please sign in to comment.