Elements Add-on
Web Component and HTML element API for Vaadin Framework
Elements is an experimental web component and HTML element API for Vaadin Framework 8 and 7.
With Elements you can have low-level HTML access to DOM properties and events from the server-side application.
This project is hosted at Vaadin Labs. Learn more at https://vaadin.com/labs
Links
- Online Demo
- Issue Tracker
- Source Code
- Discussion Forum
- Webcomponents.org
- polymer-project.org
- Author Homepage
Compatibility
0.1.0 | 0.1.1 | 0.1.2 | 0.1.3 | 0.1.4 | 0.1.5 | 0.2.0 | 0.2.1 | 0.2.2 | |
---|---|---|---|---|---|---|---|---|---|
(24.4) | |||||||||
(24.3) | |||||||||
(24.2) | |||||||||
(24.1) | |||||||||
(24) | |||||||||
(23) | |||||||||
(22) | |||||||||
(21) | |||||||||
(20) | |||||||||
(19) | |||||||||
(18) | |||||||||
(17) | |||||||||
(16) | |||||||||
(15) | |||||||||
(14) | |||||||||
(13) | |||||||||
(12) | |||||||||
(11) | |||||||||
(10) | |||||||||
8.0-8.21 | Y | Y | Y | ||||||
-8.20 | Y | Y | Y | ||||||
-8.19 | Y | Y | Y | ||||||
-8.18 | Y | Y | Y | ||||||
-8.17 | Y | Y | Y | ||||||
-8.16 | Y | Y | Y | ||||||
-8.15 | Y | Y | Y | ||||||
-8.14 | Y | Y | Y | ||||||
-8.13 | Y | Y | Y | ||||||
-8.12 | Y | Y | Y | ||||||
-8.11 | Y | Y | Y | ||||||
-8.10 | Y | Y | Y | ||||||
-8.9 | Y | Y | Y | ||||||
-8.8 | Y | Y | Y | ||||||
-8.7 | Y | Y | Y | ||||||
-8.6 | Y | Y | Y | ||||||
-8.5 | Y | Y | Y | ||||||
-8.4 | Y | Y | Y | ||||||
-8.3 | Y | Y | Y | ||||||
-8.2 | Y | Y | Y | ||||||
-8.1 | Y | Y | Y | ||||||
-8.0 | Y | Y | Y | ||||||
7.7 | Y | Y | Y | Y | Y | Y | |||
7.4-7.6 | Y | Y | Y | ||||||
-7.5 | Y | Y | Y | ||||||
-7.4 | Y | Y | Y | ||||||
(7.3) | |||||||||
(7.2) | |||||||||
(7.1) | |||||||||
(7.0) | |||||||||
(6.8) | |||||||||
(6.7) | |||||||||
(6.6) | |||||||||
(6.5) | |||||||||
(6.4) | |||||||||
(6.3) | |||||||||
(6.2) | |||||||||
(6.1) | |||||||||
(6.0) |
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
0.1.1 Fixes invalid widgetset Manifest entry.
- Released
- 2015-01-26
- Maturity
- EXPERIMENTAL
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 7.4+
- Vaadin 7.7+ in 0.1.3
- Vaadin 8.0+ in 0.2.0
- Browser
- Firefox
- Google Chrome
- Internet Explorer
- Internet Explorer
Elements Add-on - Vaadin Add-on Directory
Web Component and HTML element API for Vaadin FrameworkIssue Tracker
Source Code
Discussion Forum
Webcomponents.org
polymer-project.org
Author Homepage
Elements Add-on version 0.1.0
Initial release for your feedback.
Elements Add-on version 0.1.1
0.1.1 Fixes invalid widgetset Manifest entry.
Elements Add-on version 0.1.2
Process children in the right order when wrapping
Fix typo in demo class
Elements Add-on version 0.1.3
Fix compatibility with Vaadin Framework 7.7
Fix element deletion in IE
Elements Add-on version 0.1.4
null
Elements Add-on version 0.1.5
Fix for using eval with multiple arguments
Fix for using dash-separated attributes
Elements Add-on version 0.2.0
Update to Framework 8.0
Remove built-in HTML Import functionality in favor of `@HtmlImport` provided by Framework 8
Elements Add-on version 0.2.1
* Fix fetching DOM for empty elements
* Fix compatibility with newer JSoup versions
* Remove explicit JSoup dependency in favour of transitive dependency
Elements Add-on version 0.2.2
Support passing back arrays and objects