1) Added support for floating elements according to the CSS specification
2) Improved CSS support for borders for all elements
3) Improved CSS support for margins, padding etc.
4) Improved fonts matching through CSS declarations.
5) Included antialiasing support for rendering in order to mimic last generation browser behaviour
6) Improved overall layout and rendering
7) Resolved several performance issues related to rendering of long pages
8) Improved memory management, reduced memory usage
9) Memory leaks issues resolved
10) Improved MS Office applications paste and integration support
11) Improved pasting from Outlook/Outlook express
12) Improved Oracle Forms support
13) Improved lists support
14) SWT integration support - full integration with Eclipse
15) Added support for image uploads and remote saving capabilities through ASP /ASP.NET
16) Added support for image uploads and remote saving capabilities through Cold Fusion
17) Added support for image uploads and remote saving capabilities through Perl scripts
18) Improved layout of elements with fixed widths and heights through css declarations
19) Improved XHTML compatibility and document generation
20) Improved XML compatibility and document generation
21) Now class names and tag id are generated correctly according to W3C specs.
22) Added support for arbitrary font size from the toolbar font size combo
23) Now the style combo on all dialogs and the toolbar renders the style preview
24) Hidden elements support added in the Preview section
25) Improved browsing capabilities in the Preview section
26) improved nested font tags handling
27) fixed some issues over dragging images
28) Improved aligned images rendering
29) UI refresh with adding some new icons to popup menus
30) Fixed some issues with line breaks/paragraphs and jre 1.3
31) Pasting plain text improved, automatic conversion of escape characters.
32) Subscript/superscript functionalities added as toolbar shortcuts
33) Improved document loading/ scripts and comments section handled better.
34) Added support for inline elements - lists specified as inline will be rendered as expected
35) Added support for display as block for hyperlinks.
36) Nested inline tags now will be generated back in the correct order.
37) resolved some issues with inline style generation
38) Included partial support for revealing tags while editing the document visually
39) Included support for revealing floating block tags according to their float orientation
40) TextArea and Select elements will not be reproduced anymore erroneously
41) Several fixes for the Browsable interface and the related ui components
42) Outdenting issue fixed -provideOutdentFeedback
43) Fixed pre issue - insertParagraph() , XHTMLWriter
44) Fixed issue with <pre> tags when there are nested <b> etc. tags
45) Resolved <pre> formatting issue with jre 1.4 XHTMLWriter
46) Pasting <pre> fixed pasteFormattedTextFromClipboard(). Needs to be updated in the Component version.
47) Fixed insertImage for inserting images in the <head>
48) Fixed pasting between list elements
49) Fixed image upload for local relative image paths (not only absolute)
50) Fixed save entire document tree to save also relative images paths (not only absolute)
51) Resolved several issues with the remote browsing and selecting absolute images and absoluteDocumentTranslationURL
52) Included better support for backgrounds.
53) Improved overall performance and stability.
54) Resolved some issues with table border colour and paragraph border colour property dialogs.
55) Resolved some issues with hyperlinks generation through the hyperlink property dialog
56) Resolved issue with the generation of style attributes inside end tags.
57) Form button elements now support html texts and labels
58) Form image button elements now will be displayed as expected as images
59) Resolved some issue with insertContent() and java 1.3
60) Inserting new row in a table will be done below the current row and not appended to the end of the table anymore.
61) Fixed some regression issues when inserting form elements.