v2.0.0-rc.2
Pre-release
Pre-release
Added
SearchableList
: The item keysexperimental
anddeprecated
lead to a different rendering.Collection
: Slot propertymapOptions
added.Collection
,FileFormat
,Process
,ServiceType
andUdfRuntime
: Slots pass through the props from the component.Collections
,FileFormats
,Processes
,SearchableList
,ServiceTypes
andUdfRuntimes
:- Events
headingToggled
anddetailsToggled
have been introduced - Slot properties are passed through for slots that are made available in the sub-components (e.g.
Collection
)
- Events
Changes
- Some components show loading and error details for sub-components instead of "No data available".
Fixed
Collection
: Map is rendered correctly in Jupyter EnvironmentsProcess
: Fixed 'Download JSON' buttonSearchableList
:- Do initial search if
externalSearchTerm
is given - Correctly call expand/collapse function for heading
- Do initial search if
Utils.htmlentities
andUtils.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