SemanticCMS Section Style Changelog

semanticcms-section-style-1.8.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-style-1.7.0

Release Notes

  • 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-style-1.6.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.
  • Optimized ServletContext attribute initialization and concurrency.

semanticcms-section-style-1.5.0

Release Notes

  • Minimum Java version changed from 1.6 to 1.7.
  • 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:
  • Using managed dependencies:
    1. This project uses managed dependencies.
    2. This project's managed dependencies may also be imported by other projects.

semanticcms-section-style-1.4.3

Release Notes

  • New release for bug fixes in underlying AO Encoding library.
  • Updated dependencies.

semanticcms-section-style-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-style-1.4.1

Release Notes

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

semanticcms-section-style-1.4.0

Release Notes

  • Improved Javadoc formatting.
  • Removed unused dependency.

semanticcms-section-style-1.3

Release Notes

  • Use dependencyManagement instead of dependency for junit.

semanticcms-section-style-1.2

Release Notes

  • Improved Maven configuration for Java EE 6 dependencies.

semanticcms-section-style-1.1

Release Notes

  • Using image that we created since it's properly licensed.

semanticcms-section-style-1.0

Release Notes

  • Moved styles to separate package.
  • This also provides styles for semanticcms-section-servlet, so added as optional dependency.
  • Created parent pom for all SemanticCMS components.