ANN: HTML Component Library 2.5 beta available.

ANN: HTML Component Library 2.5 beta available.

What's new since 2.4
1. transition: blur;
2. Transition timing functions (now are supported only ease and linear)
3. Shadows drawing performance incredible improved.
4. CSS z-index property
5. CSS cursor property
6. AdaptiveZoom support for FMX
7. Rendering speed improved
8. Margin collapsing for block element
9. SVG shape-rendering attribute (=crisp-edges - no antialiasing)
10. CSS @media rule support (THtDocument.Media: TCSSMedia property)
11. PDF export on MacOS
12. Document.ShowImages property
13. CSS background-size, background-position properties
14. HtPanel.LazyImageLoading and BackgroundImageLoading properties
15. New HtPanel events:
    OnElementDragEnd
    OnElementResizeEnd
    AfterTableColumnMoved
   OnElementClick
16. New TElement flag - efDesignerSelected - force drawing selection on element
17. TElement.AddCSS/ClearCSS - add (clear) css rule to element selft-style
18.   TCSSStyleSheet.ClearProp/ClearSection - clears property or full section (by selector)

About HCL: HTML Component Library is 100% native cross-platform (VCL+All FMX) HTML rendering library.
It supports all versions of delphi from Delphi 7 to XE7 and almost all HTML5/CSS3 tags and properties including animations, transitions, shadows, blur, etc.
Printing and PDF export are availabe on Win and MacOS.
HCL parsing and rendering are extremely fast even on mobile platforms.

http://delphihtmlcomponents.com/
http://delphihtmlcomponents.com

Comments