Releases: bdulac/polymeria
Documentation
Upgrade to Polymer 1.0
Adaptation of all polymer elements to the Polymer 1.0 syntax (removal of elements extensions, etc.).
Simplification of the Javascript code.
Fixing several positioning issues.
UML class diagram
An operational support of class diagram elements.
Packages, classes, interfaces are displayed. An absolute positioning is available with two x and y attributes accepting css absolute position like values.
Types are supported for attributes and methods (on parameters and return types).
Common class diagram relationships are implemented:
- Associations
- Dependencies
- Generalization/specialization
- Realization/implementation
The jQuery UI dependency is removed.
Basic relationship support
A basic relationship support taking advantage of an HTML5 canvas element. Currently, the relationship is only implemented as a dependency displayed as a single ligne (just like an association). This should evolve to have a proper display of dependencies and an effective support of associations.
A display of attribute types, methods return types and parameters types is also possible.
An absolute positioning is also available with two x and y attributes accepting css like values that can be used on classes and packages.
UML class diagram elements - No relationship
A basic version including common class diagram elements but unfortunately no relationship. The architecture is ready for this second step.