Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update release notes for 8.1 final (#9722)8.1.0 | Henri Sara | 2017-07-24 | 1 | -4/+4 |
| | | | Remove pre-release mention and update current browser versions. | ||||
* | Fix typo in release notes (#9710) | Henri Sara | 2017-07-24 | 1 | -1/+1 |
| | |||||
* | Remove mention of height limitation in Tree (#9689) | Teemu Suo-Anttila | 2017-07-18 | 1 | -1/+0 |
| | | | Related to #9631 | ||||
* | Add information about known limitations (#9633)8.1.0.rc1 | Henri Sara | 2017-07-04 | 1 | -0/+2 |
| | |||||
* | Add information about backwards incompatible changes | Henri Sara | 2017-07-03 | 1 | -0/+4 |
| | |||||
* | Update release notes for release candidate (#9625) | Henri Sara | 2017-07-03 | 1 | -2/+2 |
| | |||||
* | Update release notes and screenshots for link style | Henri Sara | 2017-06-30 | 1 | -0/+1 |
| | |||||
* | Add presentation value providers for Grid (#9553) | Teemu Suo-Anttila | 2017-06-27 | 1 | -0/+2 |
| | | | | | | This patch changes Grid Columns, so they can have different value and presentation types. A presentation provider can be given when setting the renderer for a column. This provider takes the value of the column on a row and chooses what to present for this value. Using this approach it is easier to have an editor for the actual backing data instead of the presentation of it. Fixes #8656 Resolves #9588 | ||||
* | Fix keymapper reverse mapping (#9535) | Ilia Motornyi | 2017-06-21 | 1 | -1/+1 |
| | | | Fixes #9470 | ||||
* | Add new artifacts to vaadin-all ZIP | Henri Sara | 2017-05-26 | 2 | -0/+21 |
| | | | Fixes #9444 | ||||
* | Update release notes for beta (#9422)8.1.0.beta1 | Henri Sara | 2017-05-24 | 1 | -1/+1 |
| | |||||
* | Hide DataGenerator from Column API (#9351) | Teemu Suo-Anttila | 2017-05-19 | 1 | -1/+2 |
| | |||||
* | Refactor common methods in in-memory data providers (#9308) | Aleksi Hietanen | 2017-05-16 | 1 | -1/+1 |
| | | | | | | * Refactor common methods of InMemoryHierarchicalDataProvider and ListDataProvider to a single interface * Rename HierarchyData and InMemoryHierarchicalDataProvider, introduce HasHierarchicalDataProvider * Additionally adds a helper method for recursive constructing TreeData with a child item provider. | ||||
* | Use theme font and normal line wrapping for regular tooltips (#9143) | Leif Åstrand | 2017-05-15 | 1 | -0/+1 |
| | | | Fixes #9121 | ||||
* | Add mobile html5 dnd support using polyfill (#9282) | Pekka Hyvönen | 2017-05-11 | 2 | -1/+16 |
| | | | | | | | | | | | | | | | First step of mobile DND support. - Add mobile html5 dnd support using polyfill - Adds a switch for enabling mobile html5 dnd support - Adds polyfill only when needed - Ignore native Android Chrome drag start because doesn't work properly (no dragend event fired) - Add documentation on enabling mobile HTML5 DnD support - Add mention of drag-drop-polyfill license - Fixed issue in polyfill when not using "snapback" - Add mention of forked polyfill Fixes #9174 | ||||
* | Fix minor issues with Tree theme and TB API (#9226) | Teemu Suo-Anttila | 2017-05-03 | 1 | -2/+3 |
| | | | Removes background color from Tree, adds release notes mention, JavaDoc updates. | ||||
* | Add OSGi documentation and release notes (#9155) | Henri Sara | 2017-04-26 | 1 | -0/+3 |
| | | | | Resolves #9141 Partly addresses #8999 | ||||
* | Mention non-compatibility renames in migration instructions (#9097) | Leif Åstrand | 2017-04-18 | 1 | -1/+4 |
| | |||||
* | Snapshot version update to 8.1 (#9023) | Ilia Motornyi | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | Update release notes for 8.1.0.alpha1 (#8863) | Pekka Hyvönen | 2017-03-17 | 1 | -147/+15 |
| | |||||
* | Mention VaadinServiceInitListener and JS state diff in release notes (#8607) | Leif Åstrand | 2017-02-21 | 1 | -1/+2 |
| | | | | * Mention VaadinServiceInitListener and JS state diff in release notes | ||||
* | Fix creation of vaadin-all javadoc in release builds (#8588) | Henri Sara | 2017-02-16 | 1 | -1/+1 |
| | | | | * Fix creation of vaadin-all javadoc in release builds | ||||
* | Add release notes mention of context click events (#8573) | Teemu Suo-Anttila | 2017-02-15 | 1 | -0/+1 |
| | |||||
* | Add Payara as an officially supported server (#8520) | Leif Åstrand | 2017-02-09 | 1 | -0/+1 |
| | |||||
* | Mention removed ThreadLocal.setInheritable in release notes (#8466) | Leif Åstrand | 2017-02-07 | 1 | -0/+1 |
| | | | Fixes vaadin/framework8-issues#594 | ||||
* | Replace FontAwesome with Vaadin Icons (#8208) | Pekka Hyvönen | 2017-02-01 | 1 | -1/+1 |
| | | | | | | | * Include FontAwesome by default for easier migration * Fix JSComponentLoadingIndicatorTest Fixes #7979 Addresses part of #8219 | ||||
* | Update release notes for 8.0.0.beta2 (#8402) | Pekka Hyvönen | 2017-02-01 | 1 | -9/+14 |
| | | | | * Update release notes for 8.0.0.beta2 | ||||
* | Support loading of HTML imports using @HtmlImport (#8301) | Artur | 2017-01-25 | 1 | -0/+1 |
| | | | | | Note that not all browsers yet support HTML imports. If a polyfill is needed to load HTML imports, it must be loaded before HTML Imports can be loaded. There is no automatic loading of any polyfills. | ||||
* | Integrate BeanBinder functionality into Binder (#8096) | Leif Åstrand | 2017-01-12 | 1 | -1/+1 |
| | | | | * Integrate BeanBinder functionality into Binder | ||||
* | Refactor AbstractDateField. (#8146) | Denis | 2017-01-10 | 1 | -0/+3 |
| | | | First round for #8132. | ||||
* | Remove GAE support in release notes (#8044) | Pekka Hyvönen | 2016-12-19 | 1 | -7/+0 |
| | | | | * Remove GAE support in release notes | ||||
* | Mention deprecating FontAwesome icons in release notes (#8039) | Pekka Hyvönen | 2016-12-19 | 1 | -0/+1 |
| | | | | | | * Mention deprecating FontAwesome icons in release notes Part of #7979 | ||||
* | Remove Google App Engine from documentation (#8038) | Pekka Hyvönen | 2016-12-19 | 1 | -0/+1 |
| | | | | | | | | * Remove Google App Engine from documentation Mention removal in release notes. Part of #8033 | ||||
* | Beta notes and special message to add-on developers (#8036) | Juha Seppänen | 2016-12-19 | 1 | -0/+6 |
| | | | | * Beta notes and special message to add-on developers | ||||
* | Refer to Vaadin Framework in release notes (#8006) | Pekka Hyvönen | 2016-12-15 | 1 | -59/+59 |
| | |||||
* | Update and fix release notes (#8001) | Pekka Hyvönen | 2016-12-15 | 1 | -37/+20 |
| | | | | | | Removed outdated parts. Added missing parts. Clarified Android support. Fixed old links for dev.vaadin.com. to point to github. | ||||
* | Provide declarative support for Grid. (#7961) | Denis | 2016-12-13 | 1 | -3/+5 |
| | | | Fixes vaadin/framework8-issues#390 | ||||
* | Remove vaadin-widgets module (#7960) | Teemu Suo-Anttila | 2016-12-13 | 2 | -7/+0 |
| | |||||
* | Change Upload to be in immediate mode by default (#111) | Pekka Hyvönen | 2016-12-12 | 1 | -1/+1 |
| | | | Fixes vaadin/framework8-issues#547 | ||||
* | Reduce javadoc errors by adding missing dependencies | Pekka Hyvönen | 2016-12-12 | 1 | -2/+18 |
| | | | | | vaadin-all currently has +100 errors/warning when creating javadocs, this reduces most of them related to missing resources to link to. | ||||
* | Add list of breaking changes in FW8 to release notes (#102) | Pekka Hyvönen | 2016-12-09 | 1 | -12/+108 |
| | | | | | | * Add list of breaking changes in FW8 to release notes Fixes vaadin/framework8-issues#226 | ||||
* | Replace github.com/vaadin/vaadin with github.com/vaadin/framework (#75) | Artur | 2016-12-02 | 1 | -2/+2 |
| | |||||
* | Add compatibility-themes to ivysettings and all-assembly-descriptor | Aleksi Hietanen | 2016-10-24 | 1 | -0/+1 |
| | | | | Change-Id: Ib898d9bcfa87e32589c43f70f796fc23999cef96 | ||||
* | Move all themes except Valo into a new compatibility-themes package | Aleksi Hietanen | 2016-10-13 | 1 | -0/+6 |
| | | | | Change-Id: Ife0707c69bac83f190b5497af5fef1af43af6e46 | ||||
* | Change japicmp profile activation to avoid run it for all modules. | Denis Anisimov | 2016-10-07 | 1 | -17/+0 |
| | | | | Change-Id: Id25311621de43d247b21359a1069e694562a2762 | ||||
* | Add new goal for japicmp to compare different API version | Denis Anisimov | 2016-10-07 | 1 | -0/+17 |
| | | | | Change-Id: I89a1e18932bd8db6a53c8261c7ccb85379f0a4ee | ||||
* | Remove broken changelog section for release notes and related code8.0.0.alpha2 | Artur Signell | 2016-09-14 | 3 | -218/+4 |
| | | | | Change-Id: I1e35dcbe4f75cb8b21a7c2a78143556522f32363 | ||||
* | Merge update and migration section of release notes | Artur Signell | 2016-09-12 | 1 | -85/+56 |
| | | | | | | Also fixes some typos and outdated information Change-Id: Ic2f1f33b84ad3cb658ee9f4228444c35489e72ef | ||||
* | Update server and browser support in release notes | Artur Signell | 2016-09-12 | 1 | -13/+9 |
| | | | | Change-Id: I73279f7837b0907fea6cfc9d21076ac226af4c00 | ||||
* | Implement new RichTextArea | Artur Signell | 2016-09-12 | 1 | -0/+1 |
| | | | | Change-Id: I6f430c77caaad6d610133f340eba960f2268897e |