Changelog
Notable changes to Starting Point UI: new components, features, fixes, and breaking changes.
0.33.0
Features
- Button badge: pin a count to the corner of a button with
btn-badge
0.32.0
Features
- New component: Message Scroller
- New component: Message
- New component: Bubble
- New component: Marker
- New component: Shimmer
Fixes
- Input group addons no longer squash buttons with explicit size classes or shift block rows toward the start edge
0.31.0
Features
- New component: Carousel
0.30.0
Features
- New component: Command
- Inline events: react to component events with
data-sp-on-*attributes in your markup (experimental)
Fixes
- The highlighted command and combobox option follows the pointer, and keyboard navigation no longer fights a resting mouse
- Focusing an input on iOS no longer zooms the page
0.29.0
Features
0.28.0
Features
0.27.0
Features
- New component: Drawer
- New component: Scroll Fade
0.26.0
Features
- RTL support for every component
0.25.0
Breaking changes
This release is a complete rewrite. Markup and JavaScript written against earlier versions is not compatible: class names, data attributes, and events may have changed.
Features
- Every component has been rebuilt and improved
- Components now align closely with shadcn/ui in look and anatomy
- Accessibility is largely automated: the framework wires up roles, aria attributes, and keyboard behavior for you, so you can focus on the markup
This release includes:
Accordion, Avatar, Badge, Breadcrumb, Button, Button Group, Card, Checkbox, Collapsible, Combobox, Dialog, Dropdown, Field, Input, Input Group, Kbd, Label, Pagination, Popover, Progress, Radio Group, Scrollbar, Select, Separator, Sheet, Sidebar, Slider, Switch, Table, Tabs, Textarea, Toast, and Tooltip.