summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@jouni.me>2016-10-16 16:30:59 +0300
committerGitHub <noreply@github.com>2016-10-16 16:30:59 +0300
commit2bb7a6bea30fb88fc064af9205885ef27542646d (patch)
tree32b2b13836a3f1de6eb9dde472718983e9552130
parent01c0119a82d7e8684f72fb242228e137338033ad (diff)
downloadvaadin-core-2bb7a6bea30fb88fc064af9205885ef27542646d.tar.gz
vaadin-core-2bb7a6bea30fb88fc064af9205885ef27542646d.zip
Update README.md
Removed roadmap details from readme, point to vaadin.com/readme instead
-rw-r--r--README.md38
1 files changed, 1 insertions, 37 deletions
diff --git a/README.md b/README.md
index 5fe86ac..4ee2b20 100644
--- a/README.md
+++ b/README.md
@@ -16,43 +16,7 @@ See the list of elements, demos and documentation, instructions how to get start
## Roadmap
-This is a high level view of the upcoming releases for Vaadin Core Elements. The nearest releases are more likely to include what is stated here, but further plans have a higher risk of changing.
-
-Individual elements of the Core Elements bundle are released separately, and you can track their progress from their repositories.
-
-#### Nearly there
-- [`<vaadin-grid>`](https://github.com/vaadin/vaadin-grid) 1.2
-- [`<vaadin-split-layout>`](https://github.com/vaadin/vaadin-split-panel) 0.1
-- [`<vaadin-context-menu>`](https://github.com/vaadin/vaadin-context-menu) 0.1
-
-#### Next up
-- [`<vaadin-combo-box>`](https://github.com/vaadin/vaadin-combo-box) 1.x
- - Custom filtering
- - Lazy loading
- - Dropdown item templates
-- [`<vaadin-date-picker>`](https://github.com/vaadin/vaadin-date-picker) 1.x
- - Min and max date limits
- - Keyboard input
- - Screenreader support
- - Week numbers
-
-#### In planning
-- New elements: `<vaadin-context-menu>`, `<vaadin-form-layout>`, `<vaadin-details>`
-- Bootstrap CSS integration
-
-##### Version labels
-
-On top of the common version numbering (major.minor.patch) Vaadin uses labels to indicate the maturity of a version.
-
-*Examples: `1.0.0-alpha2`, `1.0.0-beta4`, `1.0.0-rc1`*
-
-- **Alpha**: A snapshot mainly to gather feedback from users. All features and implementation details are still subject to change.
-
-- **Beta**: Feature-complete release of the upcoming version. The API should no longer change, but small improvements can be made. No changes in functionality are to be expected.
-
-- **RC**: Also known as "release candidate". Only bug fixes can be expected to happen before the stable version.
-
-All of the maturity tags can be suffixed with a number, so for example "rc2" is the second release candidate of a certain version.
+See https://vaadin.com/roadmap for a high level roadmap that is updated once a week.
## Contributing