Skip to content
Snippets Groups Projects
Select Git revision
  • 544151a6f0f825f852d2ba76cf3be324f703fb88
  • master default protected
  • 1.31
  • 4.38.6
  • 4.38.5
  • 4.38.4
  • 4.38.3
  • 4.38.2
  • 4.38.1
  • 4.38.0
  • 4.37.2
  • 4.37.1
  • 4.37.0
  • 4.36.0
  • 4.35.0
  • 4.34.1
  • 4.34.0
  • 4.33.1
  • 4.33.0
  • 4.32.2
  • 4.32.1
  • 4.32.0
  • 4.31.0
23 results

source

  • Clone with SSH
  • Clone with HTTPS
  • Volker Schukai's avatar
    Volker Schukai authored
    Summary of changes
    - Added validation for options in CustomElement constructor.
    - Implemented a new mechanism to set customization values using a Map.
    - Updated customization getter to return a new Map.
    
    Changes
    - In the constructor, validated if the options are correctly defined. This prevents potential issues down the line if the options are not an object.
    - Introducing a Pathfinder that allows for setting deep customization values using a Map. This makes it easier to manipulate specific values without redefining the entire structure, preserving the original defaults.
    - Updated the customization property getter to ensure it returns a Map instead of an object, thus aligning with the new customization mechanism.
    
    These changes improve the robustness of the CustomElement, ensuring users have more flexibility while maintaining a safety net against misconfigurations.
    e113777f
    History
    Name Last commit Last update
    ..