summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuild Agent <build@vaadin.com>2015-06-26 14:10:55 +0300
committerBuild Agent <build@vaadin.com>2015-06-26 14:10:55 +0300
commitb785b84b6f2714cacc4cf25cce5f366bb4eb63d2 (patch)
treeed6e5063810c1291b3e1436ad8f2af93cbcd819a
parente52c59e3bfe213b6ea05101961433bd07b9fbde6 (diff)
downloadvaadin-core-b785b84b6f2714cacc4cf25cce5f366bb4eb63d2.tar.gz
vaadin-core-b785b84b6f2714cacc4cf25cce5f366bb4eb63d2.zip
Release version 0.3.0-beta3.0.3.0-beta3
-rw-r--r--CHANGES.md3
-rw-r--r--README.md6
-rw-r--r--bower.json2
3 files changed, 7 insertions, 4 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 4a43e62..0fc1af0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -21,6 +21,9 @@
- "Toggling display:none; on v-grid breaks sizing calculations"
- "Fix bug with empty rows when using the `x-repeat` template"
- "Fix the "v-grid-ready" event firing in IE"
+ - "Scrollbar not visible on OS X Safari" (#28)
+ - "Chrome OS X hides scrollbars even if System Preferences has 'Show scrollbars always' on" (#30)
+ - "Failed to execute write on Document" (#16)
***
diff --git a/README.md b/README.md
index 9569818..6f28248 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ We offer three ways to use Vaadin Components in your project: Bower, CDN and ZIP
We recommend using [Bower](http://bower.io) for managing your front-end dependencies. Follow the [Bower installation instructions](http://bower.io/#install-bower), then run the following command inside your project folder:
```shell
- $ bower install --save vaadin-components#0.3.0-beta2
+ $ bower install --save vaadin-components#0.3.0-beta3
```
This will download Vaadin Components and its dependencies to the `bower_components` folder inside your project&lsquo;s folder.
@@ -68,8 +68,8 @@ We offer three ways to use Vaadin Components in your project: Bower, CDN and ZIP
<!-- Import Web Component polyfills and the components that you want -->
<!-- CDN -->
- <script src="https://cdn.vaadin.com/vaadin-components/0.3.0-beta2/webcomponentsjs/webcomponents-lite.js"></script>
- <link href="https://cdn.vaadin.com/vaadin-components/0.3.0-beta2/vaadin-grid/vaadin-grid.html" rel="import">
+ <script src="https://cdn.vaadin.com/vaadin-components/0.3.0-beta3/webcomponentsjs/webcomponents-lite.js"></script>
+ <link href="https://cdn.vaadin.com/vaadin-components/0.3.0-beta3/vaadin-grid/vaadin-grid.html" rel="import">
<!-- Bower -->
<!-- <script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
diff --git a/bower.json b/bower.json
index 076ba18..2485c7c 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "vaadin-components",
- "version": "0.3.0-snapshot",
+ "version": "0.3.0-beta3",
"authors": [
"Vaadin Ltd"
],