You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Buddy 566b8ea43c fix: handle runtime attribute changes for marker title/alt and media props
Marker title/alt now set via getElement() on the icon element.
VideoOverlay loop/autoplay/muted/playsInline set via getElement()
on the video element. ImageOverlay alt set via getElement() on
the img element. These props have no Leaflet set* method but
can be updated through the underlying DOM element.
3 months ago
..
leaflet-circle-marker.ts refactor: extract withProps mixin to eliminate TypedBase/observedAttributes boilerplate 3 months ago
leaflet-circle.ts refactor: extract withProps mixin to eliminate TypedBase/observedAttributes boilerplate 3 months ago
leaflet-control-attribution.ts refactor: extract withProps mixin to eliminate TypedBase/observedAttributes boilerplate 3 months ago
leaflet-control-scale.ts refactor: extract withProps mixin to eliminate TypedBase/observedAttributes boilerplate 3 months ago
leaflet-control-zoom.ts refactor: extract withProps mixin to eliminate TypedBase/observedAttributes boilerplate 3 months ago
leaflet-feature-group.ts fix: register custom event in HTMLElementEventMap to eliminate casts 3 months ago
leaflet-geojson.ts fix: bool-on props broken in generic setter dispatcher 3 months ago
leaflet-image-overlay.ts fix: handle runtime attribute changes for marker title/alt and media props 3 months ago
leaflet-layer-group.ts fix: register custom event in HTMLElementEventMap to eliminate casts 3 months ago
leaflet-line.ts feat: Initial implementation of leaflet-components 4 months ago
leaflet-map.ts core: rename prettier config and run prettier 3 months ago
leaflet-marker.ts fix: handle runtime attribute changes for marker title/alt and media props 3 months ago
leaflet-polygon.ts refactor: extract withProps mixin to eliminate TypedBase/observedAttributes boilerplate 3 months ago
leaflet-polyline.ts refactor: extract withProps mixin to eliminate TypedBase/observedAttributes boilerplate 3 months ago
leaflet-popup.ts refactor: extract withProps mixin to eliminate TypedBase/observedAttributes boilerplate 3 months ago
leaflet-rectangle.ts refactor: extract withProps mixin to eliminate TypedBase/observedAttributes boilerplate 3 months ago
leaflet-svg-overlay.ts fix: bool-on props broken in generic setter dispatcher 3 months ago
leaflet-tile-layer-wms.ts fix: bool-on props broken in generic setter dispatcher 3 months ago
leaflet-tile-layer.ts refactor: extract withProps mixin to eliminate TypedBase/observedAttributes boilerplate 3 months ago
leaflet-tooltip.ts refactor: extract withProps mixin to eliminate TypedBase/observedAttributes boilerplate 3 months ago
leaflet-video-overlay.ts fix: handle runtime attribute changes for marker title/alt and media props 3 months ago