]> source.dussan.org Git - vaadin-core.git/commitdiff
Refer to Vaadin components instead of Core Elements
authorweb-padawan <serguey.kulikov@gmail.com>
Thu, 8 Mar 2018 13:06:17 +0000 (15:06 +0200)
committerAnton Platonov <platosha@gmail.com>
Fri, 9 Mar 2018 09:56:23 +0000 (11:56 +0200)
DEVELOPMENT.md
README.md
bower.json
package.json

index 7cb062525a5ab250d94093b46913856effead22b..17b303bf19ca40f346981ad94568b26eeebe3802 100644 (file)
@@ -1,10 +1,10 @@
-## Developing Vaadin Core Elements
+## Developing Vaadin components
 
-Each Vaadin element has it's own GitHub repository, where development is done. The vaadin-core-element project is just a top-level bundle without actual production code.
+Each Vaadin component has it's own GitHub repository, where development is done. The vaadin-core project is just a top-level bundle without actual production code.
 
 Familiarize yourself with the code and try to follow the same syntax conventions to make it easier for us to accept your pull requests.
 
-The following instructions are common for all Vaadin core elements. **Replace `vaadin-combo-box` with any other element in the following examples**. Check the element readmes for any special development notes.
+The following instructions are common for all Vaadin components. **Replace `vaadin-combo-box` with any other element in the following examples**. Check the element readmes for any special development notes.
 
 ### Getting the code
 
@@ -71,7 +71,7 @@ $ polyserve
 ```
 - Open http://localhost:8080/components/vaadin-combo-box/test/ in your browser.
 
-You should include new tests in your pull requests if you add features to the elements or if you are fixing a bug.
+You should include new tests in your pull requests if you add features to the components or if you are fixing a bug.
 
 ### Documentation
 
index 2e090f574f105a5ad9a9951080b2306b67d73a32..14fbb9389e4cb9e8d6b55aff4926ecdba9a9dee2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,11 +2,11 @@
 [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/author/vaadin)
 [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/vaadin-core-elements?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
 
-# Vaadin Core Elements
+# Vaadin components
 
-[Vaadin elements](https://vaadin.com/elements) are an evolving set of open sourced [Polymer](https://www.polymer-project.org/) web components, which seamlessly extend the [Polymer Element Catalog](https://www.webcomponents.org/collection/Polymer/elements) with high-quality user interface components commonly needed in modern mobile and desktop business web applications. The following elements are included:
+[Vaadin components](https://vaadin.com/components) are an evolving set of open sourced [Polymer](https://www.polymer-project.org/) web components, which seamlessly extend the [Polymer Element Catalog](https://www.webcomponents.org/collection/Polymer/elements) with high-quality user interface components commonly needed in modern mobile and desktop business web applications. The following components are included:
 
-| Element | Bower Version | Build Status | Polymer 2 support | Polymer 3 support |
+| Component | Bower Version | Build Status | Polymer 2 support | Polymer 3 support |
 |---------|---------------|--------------|-------------------|-------------------|
 | [vaadin-button](https://github.com/vaadin/vaadin-button) | ![Bower version](https://badge.fury.io/bo/vaadin-button.svg) |  [![Build Status](https://travis-ci.org/vaadin/vaadin-button.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-button) | ![Polymer 2 supported](https://img.shields.io/badge/Polymer2-supported-blue.svg) | ![Polymer 3 wip](https://img.shields.io/badge/Polymer3-wip-yellow.svg) |
 | [vaadin-checkbox](https://github.com/vaadin/vaadin-checkbox) | ![Bower version](https://badge.fury.io/bo/vaadin-checkbox.svg) | [![Build Status](https://travis-ci.org/vaadin/vaadin-checkbox.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-checkbox) | ![Polymer 2 supported](https://img.shields.io/badge/Polymer2-supported-blue.svg) |
 | [vaadin-text-field](https://github.com/vaadin/vaadin-text-field) | ![Bower version](https://badge.fury.io/bo/vaadin-text-field.svg) | [![Build Status](https://travis-ci.org/vaadin/vaadin-text-field.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-text-field) | ![Polymer 2 supported](https://img.shields.io/badge/Polymer2-supported-blue.svg) |
 | [vaadin-upload](https://github.com/vaadin/vaadin-upload) | ![Bower version](https://badge.fury.io/bo/vaadin-upload.svg) | [![Build Status](https://travis-ci.org/vaadin/vaadin-upload.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-upload) | ![Polymer 2 supported](https://img.shields.io/badge/Polymer2-supported-blue.svg) |
 
-Vaadin Core Elements is a bundle that contains all the free elements, licensed under the Apache License 2.0. In addition, we have commercially licensed elements, such as [Vaadin Charts](https://github.com/vaadin/vaadin-charts).
+This repo is a bundle that contains all the free components, licensed under the Apache License 2.0. In addition, we have commercially licensed components, such as [Vaadin Charts](https://github.com/vaadin/vaadin-charts).
 
 ## Learn more
 
-See the list of elements, demos and documentation, instructions how to get started, video tutorials, application demos and more by visiting:
+See the list of components, demos and documentation, instructions how to get started, video tutorials, application demos and more by visiting:
 
-### [vaadin.com/elements ›](https://vaadin.com/elements)
+### [vaadin.com/components ›](https://vaadin.com/components)
 
 ---
 
@@ -45,7 +45,7 @@ See https://vaadin.com/roadmap for a high level roadmap that is updated once a w
 
 ## Contributing
 
-We would absolutely love to get the community involved, and we welcome any form of contributions – comments and questions on different communication channels, issues and pull request in the repositories, and anything that you build and share using our elements.
+We would absolutely love to get the community involved, and we welcome any form of contributions – comments and questions on different communication channels, issues and pull request in the repositories, and anything that you build and share using our components.
 
 ### Get in touch with the team
 
@@ -59,15 +59,15 @@ The chat and the forum category are dedicated channels for this project, while t
 
 ### Some ways to help:
 
-- **Test the elements and provide feedback**: We would love to hear your feedback on anything related to the elements, like features, API and design. The best way to start is by [trying them out](https://vaadin.com/elements/browse). And to get a quick response, either drop a question/comment on the chat or open an issue in GitHub.
-- **Report bugs**: File issues for the elements in their respective GitHub projects. You can find links to them from the list in this readme.
+- **Test the components and provide feedback**: We would love to hear your feedback on anything related to the components, like features, API and design. The best way to start is by [trying them out](https://vaadin.com/components/browse). And to get a quick response, either drop a question/comment on the chat or open an issue in GitHub.
+- **Report bugs**: File issues for the components in their respective GitHub projects. You can find links to them from the list in this readme.
 - **Send pull requests**: If you want to contribute code, check out the development instructions below.
 
 We encourage you to read the [contribution instructions by GitHub](https://guides.github.com/activities/contributing-to-open-source/#contributing) also.
 
 ## Development
 
-If you want to develop the elements yourself see the [development instructions](DEVELOPMENT.md) that apply to all Vaadin elements.
+If you want to develop the components yourself see the [development instructions](DEVELOPMENT.md) that apply to all Vaadin components.
 
 ## License
 
index 407ddfd14e825993cf97bca811660692a55fec7c..889576400790a4cba5f4532587ba2a4bfacfb1e4 100644 (file)
@@ -3,7 +3,7 @@
   "authors": [
     "Vaadin Ltd"
   ],
-  "description": "Vaadin Core Elements is an evolving set of free, open sourced custom HTML elements, built using Polymer.",
+  "description": "Vaadin components is an evolving set of free, open sourced custom HTML elements, built using Polymer.",
   "license": "Apache-2.0",
   "keywords": [
     "vaadin",
index 69a87dc5c8f1bc2d7cfbd78c30b5e15cf4bef98c..378a85ca25d1a6b4935408f773c01a6ce4730bb2 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "vaadin-core",
   "version": "10.0.0-beta1",
-  "description": "Vaadin Core Elements is an evolving set of free, open sourced custom HTML elements, built using Polymer, for building mobile and desktop web applications in modern browsers.",
+  "description": "Vaadin components is an evolving set of free, open sourced custom HTML elements, built using Polymer, for building mobile and desktop web applications in modern browsers.",
   "author": "Vaadin Ltd",
   "license": "Apache-2.0",
   "dependencies": {