Skip to content

v1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Mar 21:36

1.2.0 (2026-03-21)

Features

  • border: widen border-radius range (fa5f824)
  • buttons: adds image icon support to buttons & pills (3e02aca)
  • buttons: alter background when hovering/activating buttons (1e82f4c)
  • icon: fix unplug & rework props (b42a890)
  • icon: make watch enter toggle (820b795)
  • icon: rework selector & export some icons (d58de75)
  • image: support error & fallback (83a8f5d)
  • list: add transition to virtual list (684b1a5)
  • list: adds media to base loader (8807c1e)
  • list: adds scrolltop/scrollbottom event listener (dbfce7f)
  • list: adds tags support to list item (78772c1)
  • list: adds virtual list component (0484ddc)
  • list: introduce simpler flat list before virtual list (6a5c63d)
  • list: move style to virtual list (44fde70)
  • list: support reversing flow in list & menu (1df5367)
  • media: adds basic image support (d2cb84a)
  • media: adds media wrapper & image support (b3c8d4d)
  • media: move skeleton loading to NeoImage (fd15ba4)
  • notification: adds basic notification stack plumbing (542cede)
  • notification: adds drag to dismiss (3616a44)
  • notification: adds notification content (82a99f1)
  • notification: basic styling & swipe to dismiss (a4c6259)
  • notification: split notification item & stack (ec97213)
  • pill: adds icon to pills (4dd9dd8)
  • progress: adds delay support (236b1e8)
  • progress: adds queuing service to progress (a5fadd9)
  • progress: adds service hook & context (5ed620a)
  • progress: enter & exit from indeterminate gracefully (871b526)
  • rounded: support custom rounded value (efe1282)
  • row: adds tabs & button row (45f69e1)
  • tabs: forward focus & pointer events in tabs (98e0791)
  • text: adds html support to NeoMark (44ad0ba)
  • theme: adds spin transition option (1aa9fd3)
  • transition: adds transition selector (796f6b3)

Bug Fixes

  • border: adjust border radius for menu & tooltips (182cb77)
  • buttons: adjust group specificity (b3805e6)
  • components: export bound methods to component instance (ee02250)
  • css: rename variables (8a96aa3)
  • dialog: css sizing issue in safari (a24d40d)
  • dialog: fix drawer (12dce43)
  • floating: export notifications (1376474)
  • icon: make empty stroke color dynamic (e20f69a)
  • input: adds native select overflow auto (f1d154a)
  • input: fix multiple select value reflect (55b3af4)
  • input: make select pointer cursor (3d91970)
  • inputs: reflect value change in selects & fix buttons (b56518f)
  • lazy: relax component props (5591986)
  • list: adds loading to virtual list (c47cd1b)
  • list: adjust spacing in list elements (b0334a6)
  • list: broaden tab select targets (a744101)
  • list: correct typings (2a1a48d)
  • list: correctly render dividers (2f10550)
  • list: expose virtual props (bef22ff)
  • list: fix divider support in flip mode (dfa5241)
  • list: fix flip behaviour and arrow/tab nav (bdc5b31)
  • list: fix scroll detection, add tolerance & widen search styles (490af21)
  • list: fix skeleton & section label (3c60652)
  • list: improve virtual list performance (064ce40)
  • list: remove flip logic from virtual (c5ee022)
  • list: remove skeleton from list (266d59f)
  • list: reverse flow of tags (82a2ae9)
  • media: adjust border-radius (76a994f)
  • media: fix alt text visibility (a18fe15)
  • media: fix sizing of alt text while loading (d1c3d03)
  • menu: fallback to value if section has no label (b94498d)
  • menu: increase rounded menu spacing (f8a1952)
  • notification: adds collapsed view (80ae3f4)
  • notification: adjust rounded style & fix drag/swipe (e7649c9)
  • notification: debounce swipe in stacks (c3c88ef)
  • notification: fix height on safari (9e18807)
  • notification: increase stagger & fix touch drag (e914e54)
  • notification: switch to grid (842e6b5)
  • notification: update delay (c057316)
  • portal: svelte doesn't support mounting snippets anymore (6b52970)
  • progress: rework controlleds methods (101a405)
  • row: rework tab registration (fce041e)
  • row: show active tab in menu (daf9142)
  • style: adjust glass border colours & bump svelte (7602f07)
  • tooltip: fix floating state access & reflect final position (e12762c)
  • touch: disable touch action on draggable elements (ac01b68)