SemanticCMS Core Theme Base Changelog

semanticcms-core-theme-base-1.7.0-SNAPSHOT

Snapshot Notes

semanticcms-core-theme-base-1.6.1

Release Notes

  • Removed apple-mobile-web-app-capable-* meta tags, since this is not a web application.

semanticcms-core-theme-base-1.6.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-core-theme-base-1.5.0

Release Notes

  • Updated dependencies.

semanticcms-core-theme-base-1.4.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.
  • Now outputting HTML or XHTML based on the current response content type. This should eliminate validator warnings when used as HTML.
  • Optimized ServletContext attribute initialization and concurrency.
  • Integrated with AO Web Resources.
  • No more html5shiv: IE 8 is long end-of-life.
  • No more html5.css: we don't care about super ancient browsers.

semanticcms-core-theme-base-1.3.1

Release Notes

  • Updated dependencies.

semanticcms-core-theme-base-1.3.0

Release Notes

  • Minimum Java version changed from 1.6 to 1.7.
  • Using managed dependencies:
    1. This project uses managed dependencies.
    2. This project's managed dependencies may also be imported by other projects.
  • Now supporting media="print" stylesheets.
  • Using jQuery in jQuery.noConflict() mode. This should minimize potential interference from unrelated JS libraries.

semanticcms-core-theme-base-1.2.2

Release Notes

  • Updated dependencies.

semanticcms-core-theme-base-1.2.1

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-core-theme-base-1.2.0

Release Notes

  • Improved Javadoc formatting.
  • Improved README formatting.
  • Added component registry.

semanticcms-core-theme-base-1.1.0

Release Notes

  • Improved Javadoc formatting.
  • Using latest releases of dependencies.

semanticcms-core-theme-base-1.0

Release Notes

  • Created base theme to simplify development of additional themes.
  • Now supporting per-page allowRobots setting.
  • Details and summary styles for HTML 5 compatibility in older browsers.
  • Views now provide general purpose links, not just specifically CSS links.