Skip to content

v2.0.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@m-mohr m-mohr released this 29 Jan 10:18

Added

  • SearchableList: The item keys experimental and deprecated lead to a different rendering.
  • Collection: Slot property mapOptions added.
  • Collection, FileFormat, Process, ServiceType and UdfRuntime: Slots pass through the props from the component.
  • Collections, FileFormats, Processes, SearchableList, ServiceTypes and UdfRuntimes:
    • Events headingToggled and detailsToggled have been introduced
    • Slot properties are passed through for slots that are made available in the sub-components (e.g. Collection)

Changes

  • Some components show loading and error details for sub-components instead of "No data available".

Fixed

  • Collection: Map is rendered correctly in Jupyter Environments
  • Process: Fixed 'Download JSON' button
  • SearchableList:
    • Do initial search if externalSearchTerm is given
    • Correctly call expand/collapse function for heading
  • Utils.htmlentities and Utils.htmlentities_decode: Always return a string
  • Web Component examples can also be created with npm run wc-examples if the examples folder doesn't exist before