diff options
-rw-r--r-- | DEVELOPMENT.md | 8 | ||||
-rw-r--r-- | README.md | 20 | ||||
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
4 files changed, 16 insertions, 16 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 7cb0625..17b303b 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -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 @@ -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) | @@ -29,13 +29,13 @@ | [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 @@ -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", diff --git a/package.json b/package.json index 69a87dc..378a85c 100644 --- a/package.json +++ b/package.json @@ -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": { |