Skip to content

Releases: doubleSlashde/umltheme

v2.0.3

22 May 09:32

Choose a tag to compare

Changed

Gen2 and legacy themes use PlantUML <style> for global Padding and sequence ParticipantPadding on PlantUML 1.2026.3 and newer, eliminating deprecation warnings; older JARs keep skinparam via a version gate (doubleslash/padding-eval-gate.puml).

Fixed

Removed non-functional doubleslash-theme MkDocs plugin from site build configuration

Full Changelog: v2.0.2...v2.0.3

v2.0.2

21 May 07:00

Choose a tag to compare

Added

  • MkDocs documentation site with getting-started, theme usage, and examples guides
  • GitHub Actions workflow for building and publishing docs
  • Gen2 examples split into local_testing/ and remote_testing/ directories
  • Extracted shared color definitions to doubleslash/colors.puml

Changed

  • README streamlined; detailed usage moved to the documentation site

Fixed

  • Reverted includes in legacy theme files for backwards compatibility with older PlantUML versions
  • Dark mode inverse text color

v2.0.1

04 Sep 07:47
8ac1543

Choose a tag to compare

Added

  • SWEP Examples

Fixed

  • Includes in dark & light mode, gantt and system styles
  • Defined arrow font color to match general font color

v2.0.0

04 Sep 06:27

Choose a tag to compare

Added

  • Gen2 styling architecture with improved theme organization
  • Light and dark mode support with dedicated theme files
  • New consolidated theme files in doubleslash/ directory:
    • dark.puml - Dark mode theme
    • light.puml - Light mode theme
    • doubleslash-gen2.puml - Main gen2 theme
    • puml-theme-gen2-gantt.puml - Gen2 Gantt chart theme
    • puml-theme-gen2-system.puml - Gen2 system diagram theme
  • Comprehensive gen2 example files in examples/gen2/ directory
  • Enhanced color schemes optimized for both light and dark environments
  • Improved theme modularity and maintainability

Changed

  • Existing theme files now redirect to gen2 themes to preserve backward compatibility
  • Theme architecture restructured for better organization and consistency
  • Color palettes updated for improved accessibility and modern design standards
  • Example files updated to demonstrate gen2 capabilities

Deprecated

  • Legacy theme files (individual puml-theme-doubleslash-*.puml files) are now deprecated
  • Old styling approach superseded by gen2 architecture
  • Direct usage of individual theme files discouraged in favor of consolidated gen2 themes

Fixed

  • Improved theme consistency across different diagram types
  • Better color contrast ratios for accessibility compliance
  • Enhanced readability in both light and dark environments

v1.4.0

01 Jul 13:54

Choose a tag to compare

Added

  • C4 level definitions and styling

Changed

  • Refactored skin parameters across multiple theme files for consistency
  • Improved example files with local input files and consistent include paths
  • Enhanced mind map styling with style enhancements

Fixed

  • Node borders fixed
  • Removed duplicate and deprecated settings across theme files
  • Improved spacing and layout settings

Full Changelog: v1.3.0...v1.4.0