- Corrected an issue with styling usage in
ProgressRing
. - Minor improvements and interaction fixes in
ComboBox
. - Exposed
<Flyout>
props toCalendarDatePicker
. - Use
<svelte:element>
in areas that are applicable.
- CalendarDatePicker now correctly resolves
../Flyout/FlyoutWrapper.svelte
.
- Added
CalendarDatePicker
component. - CalendarView now forwards DOM events to it's outer container.
- CalendarView pages will no longer start out of bounds if the first
value
provided is less than themin
property or greater than themax
property. change
events are now correctly fired from CalendarView.- Reverted a change that broke resolving internal components from
$lib/index.ts
. This mainly affects the REPL. className
onFlyout
andMenuFlyout
is now placed on the wrapper element rather than the flyout surface.- Fixed a minor bug where the user could momentarily click the
MenuFlyout
trigger button when closing the flyout, which would immediately reopen it. - The fly animation for
Flyout
is no longer tied to the surface element, making it present when theoverride
slot is used. - Fixed a minor bug where the
CalendarView
table element would not appear until 150ms after it's initial rendering. MenuFlyout
andContextMenu
now correctly handle the Home and End keys when navigating items.- Updated the system font stack to include Helvetica.
- Breaking: ComboBox now handles
value
differently. For more information, see issue #25. - Fixed a bug where
CalendarView
would throw an error if it wasn't initialized with a value.
- Sliders now correctly dispatch
change
events. - Slider thumbs are now bound within the track contents, rather than overflowing by half their width.
- Added
CalendarView
component. - Fallback font stack now includes
ui-sans-serif
,-apple-system
, andBlinkMacSystemFont
.
Past releases do not have a documented changelog.