- Refactor out Label component
- Dispatch select on any tree view item
- Bump waypoint
- Propagate treeview events in nested items
- Add persistent prop to dialogs
- Refactor navigation drawer
- Export breakpoints store, add breakpoints page
- Remove unused PostCSS config section
- Add code examples to sliders and selection controls
- Remove
@apply
where possible - Remove
extend
from tailwind config - Put tailwind utilities import after
@apply
classes - Fix setting font size class to icon
- Fix drawer docs
- Supress sapper warning messages
- Fix ripple on fab buttons and chips on mobile
- Fix ripple div not getting removed after animation
- Add/replace/remove to chips
- Add anchor to buttons
- Fix jerkiness in expanding treeview
- Add code example to treeview
- Fix treeview
- Add notSelectedColor prop to icon
- Update dependencies
- Fix pagination in the data table
- Upgrade svelte
- Fix bugs from upgrading svelte
- Empty select item
- Start API docs
- Expose tailwind config
- Add colors to chips
- More consistent API
- New props for data tables
- Split docs components (props table and code)
- Better transparent variants
- JS ripple animation
- Yet better treeview
- PurgeCSS preserve default component styles and styles from *Classes props
- Add transparent variant to all colors
- Give ripple elements transparent hover
- Fix outlined button hover
- Add class builder to snackbars
- Add position and color props to snackbar
- Expose transition props on snackbars
- Add alias plugin
- Remove postcss nesting
- Passing escaped props to text fields and buttons
- Fix class builder calls on wrapper/append/prepend in text field
- Expose text field classes in select
- Improve custom select example
- Add example with custom multiselect
- Few refactoring fixes
- Fix styles on the data table
- Refactor style function props to accept strings,
eg.
<Button outlinedClasses="bg-transparent border border-solid text-green-500">
means the same as<Button outlinedClasses={c => c + " text-green-500">
- Fix icons absolute position
- Remove Code from default export
- Move tailwind elevation to deps
- Move tinycolor2 to dependencies
- Fix dependencies
- Add fonts search bar example
- Fix focused select color
- Rename
c
class prop toclass
- Fix purgecss settings
- Add tooltip
- Add horizontal scroll to table
- Finish autocomplete
- Add focus events to selects
- Fix scrim height
- Mobile table view
- Finish table footer
- Fix nav drawer on mobile
- Expose more classes
- Publish components to npm
- Make svelte usable without sapper
- Create svelte template without sapper
- Color stying fixes
- Add pagination to table
- Improve animations and component customizations
- Improve data table styles, add sorting
- Remove color prop from icon to use parent text color
- Fix navbars scroll behavior
- Add add/remove classes prop to buttons
- Class builder for adding/removing classes dynamically
- Rewrite buttons and text fields to use class builder
- Expose most classes
- Disabled slider styling
- Color customization and slots for selects and radios
- Improve animations
- Automatic purge css preprocessor
- Basic data tables
navigation
prop for tabs to hide on mobile- Fixed navigation drawer scrolling
- Ugraded svelte to finally fix Waypoint detached issue, hence using component Waypoint again
- Added changelog
- Add light/dark variants to buttons
- Refactor buttons to make all classes customizable