Skip to content

Remove classlist #820

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 9, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.1-alpha.14"></a>
## [0.0.1-alpha.14](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/@pattern-lab/cli@0.0.1-alpha.13...@pattern-lab/cli@0.0.1-alpha.14) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/1473cd5))




<a name="0.0.1-alpha.13"></a>
## 0.0.1-alpha.13 (2018-03-02)

Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pattern-lab/cli",
"description": "Command-line interface (CLI) for the @pattern-lab/core.",
"version": "0.0.1-alpha.13",
"version": "0.0.1-alpha.14",
"bin": {
"patternlab": "bin/patternlab.js"
},
Expand All @@ -10,7 +10,7 @@
},
"private": true,
"dependencies": {
"@pattern-lab/live-server": "^1.3.3-alpha.0",
"@pattern-lab/live-server": "^1.3.3-alpha.1",
"archiver": "2.1.1",
"chalk": "2.3.1",
"chokidar": "2.0.2",
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="3.0.0-alpha.10"></a>
# [3.0.0-alpha.10](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/compare/@pattern-lab/core@3.0.0-alpha.9...@pattern-lab/core@3.0.0-alpha.10) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/1473cd5))
* **config:** update patch to uikit files ([5ccd0d2](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/5ccd0d2))
* **package:** clarify description of package ([c65611e](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/c65611e))


### Features

* **README:** Update for brevity and consistency ([aec7c50](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/aec7c50))




<a name="3.0.0-alpha.9"></a>
# 3.0.0-alpha.9 (2018-03-02)

Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@pattern-lab/core",
"description": "Create atomic design systems with Pattern Lab. This is the core API and orchestrator of the ecosystem.",
"version": "3.0.0-alpha.9",
"version": "3.0.0-alpha.10",
"main": "./src/index.js",
"dependencies": {
"@pattern-lab/engine-mustache": "^2.0.0-alpha.3",
"@pattern-lab/live-server": "^1.3.3-alpha.0",
"@pattern-lab/engine-mustache": "^2.0.0-alpha.4",
"@pattern-lab/live-server": "^1.3.3-alpha.1",
"chalk": "^1.1.3",
"chokidar": "^1.7.0",
"dive": "^0.5.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/edition-node-gulp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0-alpha.6"></a>
# [2.0.0-alpha.6](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/@pattern-lab/edition-node-gulp@2.0.0-alpha.5...@pattern-lab/edition-node-gulp@2.0.0-alpha.6) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/commit/1473cd5))


### Features

* **README:** Update for brevity and consistency ([65a2969](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/commit/65a2969))




<a name="2.0.0-alpha.5"></a>
# 2.0.0-alpha.5 (2018-03-02)

Expand Down
8 changes: 4 additions & 4 deletions packages/edition-node-gulp/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@pattern-lab/edition-node-gulp",
"description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"main": "gulpfile.js",
"dependencies": {
"@pattern-lab/core": "^3.0.0-alpha.9",
"@pattern-lab/engine-mustache": "^2.0.0-alpha.3",
"@pattern-lab/uikit-workshop": "^1.0.0-alpha.2",
"@pattern-lab/core": "^3.0.0-alpha.10",
"@pattern-lab/engine-mustache": "^2.0.0-alpha.4",
"@pattern-lab/uikit-workshop": "^1.0.0-alpha.3",
"gulp": "^3.9.1",
"minimist": "^1.2.0"
},
Expand Down
17 changes: 17 additions & 0 deletions packages/edition-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="1.0.0-alpha.4"></a>
# [1.0.0-alpha.4](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/@pattern-lab/edition-node@1.0.0-alpha.3...@pattern-lab/edition-node@1.0.0-alpha.4) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/commit/1473cd5))


### Features

* **README:** Update for brevity and consistency ([65a2969](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/commit/65a2969))
* **README:** Update for brevity and consistency ([a7f6866](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/commit/a7f6866))




<a name="1.0.0-alpha.3"></a>
# 1.0.0-alpha.3 (2018-03-02)

Expand Down
8 changes: 4 additions & 4 deletions packages/edition-node/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@pattern-lab/edition-node",
"description": "A pure wrapper around patternlab-node core, the default pattern engine, and supporting frontend assets.",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"main": "patternlab-config.json",
"dependencies": {
"@pattern-lab/core": "^3.0.0-alpha.9",
"@pattern-lab/engine-mustache": "^2.0.0-alpha.3",
"@pattern-lab/uikit-workshop": "^1.0.0-alpha.2"
"@pattern-lab/core": "^3.0.0-alpha.10",
"@pattern-lab/engine-mustache": "^2.0.0-alpha.4",
"@pattern-lab/uikit-workshop": "^1.0.0-alpha.3"
},
"keywords": [
"Pattern Lab",
Expand Down
11 changes: 11 additions & 0 deletions packages/engine-handlebars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="2.0.0-alpha.4"></a>
# [2.0.0-alpha.4](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/compare/@pattern-lab/engine-handlebars@2.0.0-alpha.3...@pattern-lab/engine-handlebars@2.0.0-alpha.4) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/commit/1473cd5))




<a name="2.0.0-alpha.3"></a>
# 2.0.0-alpha.3 (2018-03-02)

Expand Down
2 changes: 1 addition & 1 deletion packages/engine-handlebars/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pattern-lab/engine-handlebars",
"description": "The Handlebars engine for Pattern Lab / Node",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"main": "lib/engine_handlebars.js",
"dependencies": {
"fs-extra": "^0.30.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/engine-liquid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="1.0.0-alpha.7"></a>
# [1.0.0-alpha.7](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-liquid/compare/@pattern-lab/engine-liquid@1.0.0-alpha.6...@pattern-lab/engine-liquid@1.0.0-alpha.7) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-liquid/commit/1473cd5))




<a name="1.0.0-alpha.6"></a>
# 1.0.0-alpha.6 (2018-03-02)

Expand Down
2 changes: 1 addition & 1 deletion packages/engine-liquid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pattern-lab/engine-liquid",
"description": "The Liquid engine for Pattern Lab / Node",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"main": "lib/engine_liquid.js",
"dependencies": {
"fs-extra": "^5.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/engine-mustache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="2.0.0-alpha.4"></a>
# [2.0.0-alpha.4](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-mustache/compare/@pattern-lab/engine-mustache@2.0.0-alpha.3...@pattern-lab/engine-mustache@2.0.0-alpha.4) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-mustache/commit/1473cd5))




<a name="2.0.0-alpha.3"></a>
# 2.0.0-alpha.3 (2018-03-02)

Expand Down
2 changes: 1 addition & 1 deletion packages/engine-mustache/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pattern-lab/engine-mustache",
"description": "The Mustache engine for Pattern Lab / Node",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"main": "lib/engine_mustache.js",
"dependencies": {
"fs-extra": "^0.30.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/engine-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1-alpha.1"></a>
## [0.2.1-alpha.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-react/compare/@pattern-lab/engine-react@0.2.1-alpha.0...@pattern-lab/engine-react@0.2.1-alpha.1) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-react/commit/1473cd5))




<a name="0.2.1-alpha.0"></a>
## 0.2.1-alpha.0 (2018-03-02)

Expand Down
2 changes: 1 addition & 1 deletion packages/engine-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pattern-lab/engine-react",
"description": "The React engine for Pattern Lab / Node",
"version": "0.2.1-alpha.0",
"version": "0.2.1-alpha.1",
"main": "lib/engine_react.js",
"dependencies": {
"babel-core": "^6.17.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/engine-twig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1-alpha.1"></a>
## [0.2.1-alpha.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/compare/@pattern-lab/engine-twig@0.2.1-alpha.0...@pattern-lab/engine-twig@0.2.1-alpha.1) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/1473cd5))




<a name="0.2.1-alpha.0"></a>
## 0.2.1-alpha.0 (2018-03-02)

Expand Down
2 changes: 1 addition & 1 deletion packages/engine-twig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pattern-lab/engine-twig",
"description": "The Twig engine for Pattern Lab / Node",
"version": "0.2.1-alpha.0",
"version": "0.2.1-alpha.1",
"main": "lib/engine_twig.js",
"dependencies": {
"fs-extra": "^0.30.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/engine-underscore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="2.0.0-alpha.3"></a>
# [2.0.0-alpha.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-underscore/compare/@pattern-lab/engine-underscore@2.0.0-alpha.2...@pattern-lab/engine-underscore@2.0.0-alpha.3) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-underscore/commit/1473cd5))




<a name="2.0.0-alpha.2"></a>
# 2.0.0-alpha.2 (2018-03-02)

Expand Down
2 changes: 1 addition & 1 deletion packages/engine-underscore/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pattern-lab/engine-underscore",
"description": "The Underscore engine for Pattern Lab / Node",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"main": "lib/engine_underscore.js",
"dependencies": {
"underscore": "^1.8.3"
Expand Down
11 changes: 11 additions & 0 deletions packages/live-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="1.3.3-alpha.1"></a>
## [1.3.3-alpha.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/live-server/compare/@pattern-lab/live-server@1.3.3-alpha.0...@pattern-lab/live-server@1.3.3-alpha.1) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/live-server/commit/1473cd5))




<a name="1.3.3-alpha.0"></a>
## 1.3.3-alpha.0 (2018-03-02)

Expand Down
2 changes: 1 addition & 1 deletion packages/live-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pattern-lab/live-server",
"version": "1.3.3-alpha.0",
"version": "1.3.3-alpha.1",
"description": "simple development http server with live reload capability",
"keywords": [
"front-end",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-tab/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="2.0.3-alpha.1"></a>
## [2.0.3-alpha.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/plugin-tab/compare/@pattern-lab/plugin-tab@2.0.3-alpha.0...@pattern-lab/plugin-tab@2.0.3-alpha.1) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/plugin-tab/commit/1473cd5))




<a name="2.0.3-alpha.0"></a>
## 2.0.3-alpha.0 (2018-03-02)

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-tab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pattern-lab/plugin-tab",
"version": "2.0.3-alpha.0",
"version": "2.0.3-alpha.1",
"description": "",
"main": "index.js",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/uikit-workshop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="1.0.0-alpha.3"></a>
# [1.0.0-alpha.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/compare/@pattern-lab/uikit-workshop@1.0.0-alpha.2...@pattern-lab/uikit-workshop@1.0.0-alpha.3) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/1473cd5))




<a name="1.0.0-alpha.2"></a>
# 1.0.0-alpha.2 (2018-03-02)

Expand Down
1 change: 0 additions & 1 deletion packages/uikit-workshop/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ <h3 class="pl-c-annotations__item-title">{{ title }}</h3>
<script src="styleguide/bower_components/hogan-3.0.2.min.js"></script>
<script src="styleguide/bower_components/prism.min.js"></script>
<script src="styleguide/bower_components/jwerty.min.js"></script>
<script src="styleguide/bower_components/classList.min.js"></script>
<script src="styleguide/bower_components/typeahead.bundle.min.js"></script>
<script src="styleguide/bower_components/EventEmitter.min.js"></script>
<script src="styleguide/bower_components/script.min.js"></script>
Expand Down
Loading