SemanticCMS Section Servlet Changelog

semanticcms-section-servlet-1.11.2

Release Notes

  • Updated dependencies.

semanticcms-section-servlet-1.11.1

Release Notes

  • Updated dependencies.

semanticcms-section-servlet-1.11.0

Release Notes

  • Updated to Java™ EE 7 Web Profile (Servlet 3.1, JSP 2.3, EL 3.0, and JSTL 1.2).
  • Minimum Java version changed from 1.8 to 11.
  • Now supports Java 9+ modules. Due to still having filename-based automatic module dependencies, *-SNAPSHOT versions include module-info.class while releases include the Automatic-Module-Name manifest entry. To minimize the difference between these modes, module-info.java does not perform any transitive requires.

semanticcms-section-servlet-1.10.1

Release Notes

  • Updated dependencies.

semanticcms-section-servlet-1.10.0

Release Notes

  • Other types of elements may now trigger table of contents output.

semanticcms-section-servlet-1.9.0

Release Notes

  • Moved sectioning element (aside/nav/section) id attribute from the label heading (h2/h3/h4/h5/h6) to the sectioning element itself. The old behavior was remnant of the pre-HTML 5 implementation.
  • Added clear:both to section elements via a new CSS class semanticcms-section. This make anchors to the section id navigate to the section itself, and not any floated content before it.

    The semanticcms-section class is also added to aside and nav, but no default style is applied.

semanticcms-section-servlet-1.8.0

Release Notes

  • Minimum Java version changed from 1.7 to 1.8.
  • Reduced use of property substitutions in pom.xml. This is to help 3rd-party parsers that fail to perform full Maven-compatible substitutions.
  • Using AO Fluent HTML for HTML generation.

semanticcms-section-servlet-1.7.0

Release Notes

semanticcms-section-servlet-1.5.0

Release Notes

  • Implemented additional HTML 5.2 Sectioning content, with each still acting as a section for things like page outlines and table of contents, but which use more appropriate HTML 5 semantic elements:

    1. <section> (this was previously the only supported type of section)
    2. <nav>
    3. <aside>

    Please note that <article> is not included. The article is already created by the active view, and nested articles are not supported.

  • Using managed dependencies:
    1. This project uses managed dependencies.
    2. This project's managed dependencies may also be imported by other projects.

semanticcms-section-servlet-1.4.3

Release Notes

  • New release for bug fixes in underlying AO Encoding library.
  • Updated dependencies.
  • Custom model objects may optionally be provided to the element constructors.

semanticcms-section-servlet-1.4.2

Release Notes

  • New AO OSS Parent POM to simplify pom.xml files.
  • Project documentation moved to per-project book in SemanticCMS format.
  • Added changelog as top-level project link.

semanticcms-section-servlet-1.4.1

Release Notes

  • Removed unused dependency.
  • Improved Javadoc formatting.
  • Improved README formatting.

semanticcms-section-servlet-1.4.0

Release Notes

  • Improved Javadoc formatting.
  • Removed unused dependency.

semanticcms-section-servlet-1.3

Release Notes

  • Use dependencyManagement instead of dependency for junit.

semanticcms-section-servlet-1.2

Release Notes

  • Improved Maven configuration for Java EE 6 dependencies.

semanticcms-section-servlet-1.1

Release Notes

  • Moved styles to separate package.
  • Created parent pom for all SemanticCMS components.

semanticcms-section-servlet-1.0

Release Notes

  • Project moved to GitHub and Maven.
  • Now passing arguments through includes.
  • Passing args as Map<String, ?> instead of forcing Map<String, Object>
  • Added default CSS styling.