Viritin - Vaadin Add-on Directory
What apache-commons and Guava libraries does for Java, Viritin does it for VaadinViritin @ GitHub
Full-stack example app
Documentation (work in progress)
Viritin version 1.22
First release after rename from Maddon to Viritin. Contains lots of new helper for editing collection fields.
Viritin version 1.24
See github tags
Viritin version 1.26
See github changes and release tags for changes.
Viritin version 1.30
Better Grid compatibility for lazy list stuff and fixed bad states (in some situations) of action buttons in AbstractForm. and See github for more details.
Viritin version 1.31
Enhancements to element collection fields, TypedSelect, EnumSelect. See github for changeling.
Viritin version 1.32
Built against 7.4, dropping support for 7.3 series. Use 1.31 with older Vaain versions.
Viritin version 1.33
Fixed regression in 1.32 with MTable value change listeners.
Viritin version 1.34
Largish release with at least:
* Improved localisation support
* Enhancements to AbstractForm
* Cross-field validation support to MBeanFieldGroup and AbstractForm, but JSR303 and programmatic approaches supported. This feature is currently experimental.
* Refactored TypedSelect (now extends CustomField to cope with some Vaadin core issues). This may brake some classes that inherit from it but its pretty easy to fix.
See project page for full change list.
Viritin version 1.35
* Better scalability for LazyComboBox, when using Vaadin 7.5
* Group support for bean level (including cross field) validation
* Support for nested/mapped/indexed/all-combined properties in ListContainer/DynaBeanItem/MTable
* Other minor improvements
Viritin version 1.36
* First version of MGrid
* Lots of community fixes/enhancements
Viritin version 1.37
Enhancements to for example MTable (e.g. typed RowClickListener/Event) and MGrid.
See github for full change list.
Viritin version 1.38
See github timeline for changes
Viritin version 1.40
7.6 compatibility, most notably for MGrid.
Viritin version 1.41
* Null safe nested properties
* MGrid now works with SortableLazyList properly
Viritin version 1.43
* MGrid lazy loading with sortable provider is now fixed in 7.6 series
* MDateField has option the strategy how do define time for newly set dates when resolution don't allow modifying time.
Viritin version 1.44
IntegerField, IntegerSliderField and other HTML5 related enhancements
Viritin version 1.45
OSGi compatibility, EmailField, MGrid enhancements, see github timeline for more details.
Viritin version 1.46
See github project for changes
Viritin version 1.47
See github for changes
Viritin version 1.48
Highly improved LazyList, especially for Grid and 7.6 series, and lots of other improvements. See full list of chages from [github](https://github.com/viritin/viritin/commits/master).
Viritin version 1.49
Added one more workaround for Grid & Vaadin 7.6 series lazy loading issues
Viritin version 1.50
* generated column support for MGrid
* lots of other smaller improvements
See github timeline for all changes
Viritin version 1.51
See github for latest changes
Viritin version 1.52
SubSetSelector, bugfixes and enhancements. See github for full list of changes.
Viritin version 1.53
See github timeline
Viritin version 1.54
Lots of small improvements and bugfixes, see github timeline for changes.
Viritin version 1.56
See github timeline for all enhancements
Viritin version 1.59
Lots of enhancements and bug fixes! See github timeline to see all improvements.
Viritin version 2.0.alpha1
First alpha release supporting V8. Lot of V8 related support still to be implemented, but "org.viritin.v7" compatibility package should now allow projects to start converting to Vaadin 8. See [Vaadin 8 upgrade in wiki](https://github.com/viritin/viritin/wiki/Vaadin-8-upgrade) for more details.
Viritin version 2.0.alpha2
Second alpha release supporting V8. Lot of V8 related support still to be implemented, but "org.viritin.v7" compatibility package should now allow projects to start converting to Vaadin 8. See [Vaadin 8 upgrade in wiki](https://github.com/viritin/viritin/wiki/Vaadin-8-upgrade) for more details.
In this release:
* Fixed IntegerField to actually fire value change evens and this way work with Binder
* Most "fluent methods" are now implemented using Java 8 tricks and default methods. This adds a lot of missing fluent APIs and makes maintaining them much easier.
* Added a rudimentary version of AbstractForm based on Vaadin 8 Binder and HasValue interface.
See all changes from github.
Viritin version 2.0.alpha3
null
Viritin version 2.0.beta2
Bugfixes & minor features
Viritin version 2.1
This version contains some bug fixes and splits v7 packages to a separate module.
Viritin version 2.3
See github for changes
Viritin version 2.5
Bugfixes and small features. See github for details.
Viritin version 2.11
Greatly improved lazy data binding support for Grid
Viritin version 2.12
Version updates and MarkDownField
Viritin version 2.14.1
Slightly backwards incompatible release preparing for jsoup upgrade in next Vaadin version (moderate security issue)