-
Notifications
You must be signed in to change notification settings - Fork 86
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
fixed link #4
Merged
Merged
fixed link #4
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tomhoefer
approved these changes
Jun 4, 2019
eeegor
added a commit
that referenced
this pull request
Mar 16, 2020
* added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>
eeegor
added a commit
that referenced
this pull request
Mar 16, 2020
* added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>
eeegor
added a commit
that referenced
this pull request
Mar 17, 2020
* added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>
eeegor
added a commit
that referenced
this pull request
Mar 17, 2020
* Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>
eeegor
added a commit
that referenced
this pull request
Mar 17, 2020
* Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * fix react component naming; convert props to stencil attributes * fix: update dependencies Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>
eeegor
added a commit
that referenced
this pull request
Mar 17, 2020
* Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix react wrapper (#131) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * fix react component naming; convert props to stencil attributes * fix: update dependencies Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>
eeegor
added a commit
that referenced
this pull request
Mar 17, 2020
* Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Development (#132) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix react wrapper (#131) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfa. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * fix react component naming; convert props to stencil attributes * fix: update dependencies Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * v0.0.3 * fix: button default styles Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>
eeegor
added a commit
that referenced
this pull request
Mar 17, 2020
* Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix react wrapper (#131) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * fix react component naming; convert props to stencil attributes * fix: update dependencies Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * update yarn.lock (#135) * Fix button default styles (#134) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Development (#132) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix react wrapper (#131) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * fix react component naming; convert props to stencil attributes * fix: update dependencies Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * v0.0.3 * fix: button default styles Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * fix: circleci config (#137) * updated button snapshot (#138) Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>
eeegor
added a commit
that referenced
this pull request
Mar 17, 2020
* Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix react wrapper (#131) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * fix react component naming; convert props to stencil attributes * fix: update dependencies Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * update yarn.lock (#135) * Fix button default styles (#134) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Development (#132) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix react wrapper (#131) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * fix react component naming; convert props to stencil attributes * fix: update dependencies Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * v0.0.3 * fix: button default styles Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * fix: circleci config (#137) * updated button snapshot (#138) Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com>
eeegor
added a commit
that referenced
this pull request
Mar 17, 2020
* Development (#136) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix react wrapper (#131) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * fix react component naming; convert props to stencil attributes * fix: update dependencies Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * update yarn.lock (#135) * Fix button default styles (#134) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Development (#132) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix react wrapper (#131) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * fix react component naming; convert props to stencil attributes * fix: update dependencies Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * v0.0.3 * fix: button default styles Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * fix: circleci config (#137) * updated button snapshot (#138) Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * v0.0.4 * Development (#139) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix react wrapper (#131) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: r…
eeegor
added a commit
that referenced
this pull request
Mar 17, 2020
* Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix react wrapper (#131) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * fix react component naming; convert props to stencil attributes * fix: update dependencies Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * update yarn.lock (#135) * Fix button default styles (#134) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Development (#132) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix react wrapper (#131) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * fix react component naming; convert props to stencil attributes * fix: update dependencies Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * v0.0.3 * fix: button default styles Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * fix: circleci config (#137) * updated button snapshot (#138) * Master (#140) * Development (#136) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix react wrapper (#131) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates …
eeegor
added a commit
that referenced
this pull request
Mar 18, 2020
* Merge Development into Master (#143) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix react wrapper (#131) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * fix react component naming; convert props to stencil attributes * fix: update dependencies Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * update yarn.lock (#135) * Fix button default styles (#134) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Development (#132) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix react wrapper (#131) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * fix react component naming; convert props to stencil attributes * fix: update dependencies Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * v0.0.3 * fix: button default styles Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * fix: circleci config (#137) * updated button snapshot (#138) * Master (#140) * Development (#136) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix react wrapper (#131) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out l…
eeegor
added a commit
that referenced
this pull request
Mar 19, 2020
* Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix react wrapper (#131) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * fix react component naming; convert props to stencil attributes * fix: update dependencies Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * update yarn.lock (#135) * Fix button default styles (#134) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Development (#132) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix react wrapper (#131) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * fix react component naming; convert props to stencil attributes * fix: update dependencies Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * v0.0.3 * fix: button default styles Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * fix: circleci config (#137) * updated button snapshot (#138) * Master (#140) * Development (#136) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update lerna branch Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix/package names (#128) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots * update package names Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Fix react wrapper (#131) * Development (#129) * Refactor/update master (#125) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates bilerplates to use components from the registry * Publish - @telementsdemo/components@0.2.0 - @telements/react-wrapper@0.1.1 * fix: new version * Publish - @telements/components@0.2.1 * chore: react boilerplate packachejason * feat: auto-generate react component wrappers and types from component docs; you'll need to build packages/components first * Publish - @telements/components@0.3.0 - @telements/react-wrapper@0.2.0 * fix: add build output * Publish - @telements/react-wrapper@0.2.1 * fix: optional props * Publish - @telements/components@0.3.1 - @telements/react-wrapper@0.2.2 * fix: interfaces should extend react functional component * Publish - @telements/react-wrapper@0.2.3 * fix: prop types * Publish - @telements/react-wrapper@0.2.4 * fix: add styles props (css-in-js), allow not specified props (until spicified) * Publish - @telements/components@0.3.2 - @telements/react-wrapper@0.2.5 * refactor: css-in-js for components * fix: build react wrappers * test: add css class tests * Publish - @telements/components@0.3.3 - @telements/react-wrapper@0.2.6 * fix: cleanup * Publish - @telements/components@0.3.4 - @telements/react-wrapper@0.2.7 * add experimental gatsbydocs * update docs package.json * Publish - @telements/components@0.3.5 - @telements/docs@0.0.2 - @telements/react-wrapper@0.2.8 * update react-wrapper package.json * add stylesheet update functionality * Publish - @telements/components@0.3.6 - @telements/docs@0.0.3 - @telements/react-wrapper@0.3.6 * add updateStyles methodto force rerender component * fix: format * Publish - @telements/components@0.3.7 - @telements/react-wrapper@0.3.7 * debug: wrapper ref * Publish - @telements/react-wrapper@0.3.8 * drop updateStyles method; fix wrapper ref fro styles * Publish - @telements/components@0.3.9 - @telements/react-wrapper@0.3.9 * feature: docs draft style * fix: remove @telements/react-wrapper from external dependencies * chore: new yarn.lock file * v0.4.0 * update sketch-generator * Revert "update sketch-generator" This reverts commit 70eedfaa7b96d95777834e1b27a37481131e6df3. * update sketch-generator * feature: button link * fix: format * feature: handle symbols for sketch (does not handle nested symbols yet) * refactor: rename telements to scale * fix: update lerna * fix: update banner * fix: examples dependencies * test: update snapshots Co-authored-by: Thomas Höfer <tomhoefer@users.noreply.github.com> Co-authored-by: Kai Kreuzer <kai@openhab.org> Co-authored-by: Rómulo Lazarde <rl@iconstorm.com> * Release/update lerna (#127) * added under construction section (#3) * fix: readme under-construction * feature: add link to development branch * fixed link (#4) * feat: Adds Lerna and an experimental branch to monorepo * fix: Fixes types in card component * Publish - @telements/components@0.1.0 - @telements/config@0.0.2 - @telements/docs@0.1.0 - @telements/generator-sketch@0.0.2 * feat: react-wrapper init (#117) * Publish - @telements/react-wrapper@0.1.0 * fix: Solve some dependencies issues. Comments out local package linking. updates …
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.