Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Vex/NewAndNoteworthy"

< Vex
(New and Noteworthy)
(New and Noteworthy)
Line 1: Line 1:
 
= New and Noteworthy =
 
= New and Noteworthy =
 +
== 1.0.0 M8 (2011-12-31) ==
 +
* Vex now uses the new namespace <code>org.eclipse.vex</code>. Unfortunately this will break all existing Vex plug-in projects which reference <code>org.eclipse.wst.xml.vex</code>. Those can be fixed with a simple search and replace of the namespace in the <code>vex-plugin.xml</code> file.
 +
* XML Schema is now supported to define the structure of documents. [http://bugs.eclipse.org/250838 bug 250838]
 +
* The namespace declarations can be edited for each element in a document.
 +
* A new plug-in (<code>org.eclipse.vex.projectplan</code>) provides a configuration for the Eclipse project plan schema, which is our reference for document types that use multiple schemas. [http://bugs.eclipse.org/366469 bug 366469]
 +
[[Image:vex/Bug366469_vex_projectplan.png]]
 +
 
== 1.0.0 M7 (2011-05-03) ==
 
== 1.0.0 M7 (2011-05-03) ==
 
* The internally used DOM now supports namespaces according to [http://www.w3.org/TR/xml-names/ XML Namespaces 1.0]. [http://bugs.eclipse.org/253753 bug 253753]
 
* The internally used DOM now supports namespaces according to [http://www.w3.org/TR/xml-names/ XML Namespaces 1.0]. [http://bugs.eclipse.org/253753 bug 253753]

Revision as of 14:20, 30 December 2011

New and Noteworthy

1.0.0 M8 (2011-12-31)

  • Vex now uses the new namespace org.eclipse.vex. Unfortunately this will break all existing Vex plug-in projects which reference org.eclipse.wst.xml.vex. Those can be fixed with a simple search and replace of the namespace in the vex-plugin.xml file.
  • XML Schema is now supported to define the structure of documents. bug 250838
  • The namespace declarations can be edited for each element in a document.
  • A new plug-in (org.eclipse.vex.projectplan) provides a configuration for the Eclipse project plan schema, which is our reference for document types that use multiple schemas. bug 366469

File:Vex/Bug366469 vex projectplan.png

1.0.0 M7 (2011-05-03)

1.0.0 M6 (2011-03-15)

  • The multi-page editor was deactivated since it is definitely not ready for use and we do not have the capacity at the moment to maintain it.
  • The EMF content model was replaced with a hand-crafted content model.

1.0.0 M4 (2010-12-13)

  • Documentation of the supported CSS subset in the user manual
  • Evaluate the CSS properties width and height to scale images bug 329639
  • Use the WTP XML catalog to resolve document types bug 331462
  • Support for XHTML 1.0 Strict bug 331615

Bug331615 vex xhtml support.jpg

1.0.0 M3 (2010-11-08)

Bug298912 vex image support.jpg

  • Configuration is not serialized anymore bug 324927

0.5.0

and a lot other small changes

Copyright © Eclipse Foundation, Inc. All Rights Reserved.