Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Latest commit

 

History

History
475 lines (337 loc) · 40.7 KB

File metadata and controls

475 lines (337 loc) · 40.7 KB

0.3.11 (2021-06-15)

Bug Fixes

  • index.d.ts: added Chip export (f3bc8a0)
  • added Chip as an exported type (436b873)
  • make pa-_ and ma-_ overridable. (#241) (22553c2), closes #230 #230
  • spacing breakpoints (#239) (d5895d0), closes #230 #230
  • datatable: added class property typings (1a518ed)
  • datatable: added missing DataTable files (a2341db)
  • datatable: colors of DataTable are now theme-dependent (c8fb4ee)
  • datatable: correct docs for DataTable (b8d76df)
  • datatable: fixed header not being left-justified (08f3442)
  • datatable: fixed wrong docs heading (a8d85b3)
  • datatable: simplified DataTable style rules (fe5ec1a)
  • DataTable: the DataTable component now uses th properly (839670d)
  • Slider: reactivity (0862cb3)
  • tooltip stucked #140 (f34aa51)

Features

  • datatable: better configurable DataTable head font weight (0806cf2)
  • DataTable: basic DataTable (6b501a1)

0.3.10 (2021-04-13)

Bug Fixes

  • types: added Footer type (#213) (e558afb)
  • Types: Add MaterialAppMin type (2dbad6d)
  • force update the items when they are changed (#206) (b3d7d64)

0.3.9 (2021-03-30)

0.3.8 (2021-03-27)

Bug Fixes

  • sliderUi library imported incorrectly for SPA and SSR #171 (#194) (503db1d)
  • @types/select: When value is mandatory & multiple false, value can be null (1e87034)
  • Select: basic usage checkbox (4f5a06e)
  • Select: chips basic and multiple (f9daf57)
  • Select: regression, add suggestion (51d1841)
  • types: ItemGroup allows non-array value prop (74bc4e5)
  • types/select.d.ts: Value can be single value or array (8cf5175)
  • lint (62d5087)

Features

  • Select: basic usage (7490744)
  • Select: emptyString and by default show name (63a9ba2)
  • types: Enable types when importing from /src (1a6bc98)

0.3.7 (2021-03-18)

Bug Fixes

  • Alert docs Select (190d185)
  • all Playground docs Selects + Icon (0e2b134)
  • lint (b7cacf2)
  • ran yarn fmt && yarn lint:fix (acf65f8)
  • renamed TabsContent -> TabContent & fix types (440fbf4)
  • revert PR #94 (e869c6a)
  • updated tab.d.ts activeClass & dissabled (bf41521)
  • updated types in Tab.ts & .svelte (d9e7898)

Features

  • added Tab(s), TabsContent interace & exports (9d4a5cb)
  • Slider: add precision prop to customize decimal places of slider value (ad4c41b)
  • Tab: forward click event (c03ca2f)
  • typing: subheader (50a95aa)

0.3.6 (2021-03-05)

Bug Fixes

  • ItemGroup: check for index (9fe0fa3)
  • ItemGroup: cross mandatory and multiple (be16ead)
  • added forgotten ; (ddba141)
  • on:change support for select component (b1215b4)
  • Slider: Input has no hint prop (31e1ae2)
  • types: remove generic type from from props (2c4f4f3)

Features

  • MaterialApp: minimal css utilities version (6320085)
  • types: add form field type definitions (7b36edc)
  • export input elements (4f33fe1)
  • forward all transition events (a5c10f5)

0.3.5 (2021-02-09)

Bug Fixes

  • types: add Toolbar to index (91aa3ee)
  • close #71 by docseltsam (0143431)
  • generate with lf line-ending (2c9c00c)
  • set Appbar z-index (7e1b527)
  • update Select API (00eeb56)
  • Button: rename fab (b713ef5)
  • clickOutside: set event propagation to capturing phase (c116592)
  • docs: add aria-label (f72f9d6)
  • types: add ExpansionPanel-s to index (8c2a746)
  • types: missing export of Menu (b98e987)

Features

  • add NavDrawer z-index prop (f58b58c)
  • MaterialApp: make full height (4116c1e)
  • Select: export closeOnClick (369c401)
  • TextField: allow manual validation (0236948)

0.3.4 (2020-11-29)

Bug Fixes

Features

  • types: add Container, Row, Col, Dividers (328f231)

0.3.3 (2020-11-17)

Features

  • overlay: adding transition, inOpts, outOpts as props (85daff7)
  • style: implemented flex grow and shrink (1591070)

0.3.2 (2020-11-15)

Bug Fixes

Features

  • textfield: adding keypress eventHandler (5deaa7a)
  • textfield: adding on:keypress eventhandler (4ea87bf)

0.3.1 (2020-11-05)

Bug Fixes

  • styles: update aria-disabled selector (b91c08e)

Features

0.3.0 (2020-10-30)

Features

  • groups return single value when not multiple (e256dab)

0.2.7 (2020-10-29)

Bug Fixes

0.2.6 (2020-10-28)

Bug Fixes

  • checkbox: groupUpdate and edge case when value = 0 (e9ae8a1)
  • Textarea: autogrow (8687d7c)

0.2.5 (2020-10-26)

Bug Fixes

  • TextField: add style for 'flat' (9aef49a)

0.2.4 (2020-10-25)

Bug Fixes

  • Window: remove querySelector (72ecd04)

0.2.3 (2020-10-25)

Bug Fixes

  • Tabs: remove use of querySelector (bf8700b)

0.2.2 (2020-10-24)

Bug Fixes

0.2.1 (2020-10-24)

Features

  • added preprocessed version (8669950)

0.2.0 (2020-10-23)

Bug Fixes

  • rework ListGroup (fce84b5)
  • Tooltip: update method to get left and top position (a12cbeb)

Features

0.1.13 (2020-10-21)

Features

  • Tabs: added ripple option (314e0d0)

0.1.12 (2020-10-19)

Bug Fixes

  • Tooltip: add a use action to detect when active changes (7cb6040)
  • Tooltip: fix bug due to eslint fix (a0d38b4)
  • Tooltip: use bind instead of addEventListener (8fd9dd7)

Features

Performance Improvements

  • Tooltip: reduce number of call to update the tooltip position (8012667)

0.1.11 (2020-10-11)

Bug Fixes

  • generate non hydratable bundle (416e7de)
  • Input: append and prepend margin (a91d597)
  • Slider: append and prepend (dfae4aa)

0.1.10 (2020-09-28)

Bug Fixes

Features

  • ListItem: multiline option (1b945b6)
  • rearrange types (ad432d9)
  • typing: adds more typescript definitions (e2c6e67)
  • typing: fixes after review (808d00a)

Performance Improvements

0.1.9 (2020-09-24)

Bug Fixes

  • List: background color to unset (3b10d84)

Features

  • generate ssr bundle also (250ee7a)

0.1.8 (2020-09-23)

Features

  • text-input: trigger change event from textfield (73ff714)

0.1.7 (2020-09-23)

Bug Fixes

0.1.6 (2020-09-22)

Bug Fixes

Features

  • SlideGroup: added touch support (d18e33b)
  • added Touch action (4bc90b8)
  • ListGroup: added eager prop (7a2d5e1)
  • Select: added mandatory prop (125d572)

0.1.5 (2020-09-20)

Features

  • Snackbar: added Snackbar (75c638b)

0.1.4 (2020-09-19)

Features

0.1.3 (2020-09-18)

Bug Fixes

Features

0.1.2 (2020-09-15)

0.1.1 (2020-09-15)

Bug Fixes

  • TextField: label active (d7b22a0)
  • converted every style to global (f2cc52f)

0.1.0 (2020-09-15)

Bug Fixes

Features

  • replaced left with prepend (26921d7)
  • Alert: better looking (7636c2a)
  • Alert: can customise transitions (9f129b8)
  • Badge: added Badge (f6442e7)
  • Button: can add any prop now (d26103d)
  • ButtonGroup: added ButtonGroup (8af80ad)
  • ButtonGroup: integrated with ItemGroup (9cee4d1)
  • Checkbox: add event on:change (87e67f0)
  • Checkbox: added Checkbox (b3a5d93)
  • Chip: added Chip (incomplete) (eb1a124)
  • Dialog: added Dialog (7591c26)
  • ExpansionPanel: faster (5e4f108)
  • ExpansionPanels: added ExpansionPanels (32593be)
  • Footer: added Footer (954c682)
  • Icon: added support for svg (1e78f75)
  • Input: added disabled and readonly (1531349)
  • Input: added Input (incomplete) (74eb5d2)
  • ItemGroup: added ItemGroup (cb5fd9f)
  • Lazy: added Lazy component (0b0efec)
  • ListItemGroup: added ListItemGroup (00020c3)
  • Menu: added Menu (7fce87d)
  • NavigationDrawer: added option to close (6c19455)
  • NavigationDrawer: can remove border (0d30ebb)
  • Radio: added Radio (4688298)
  • Select: added Select (40bba95)
  • SlideGroup: added SlideGroup (d02a10e)
  • Textarea: added Textarea (fdfa5e2)
  • added better material ripple (1f581c0)
  • added ClickOutside action (76c98ab)
  • added css vars action (2de2b39)
  • added focus visible (06d705b)
  • added new actions (be8e6c3)
  • better selection (e69f32b)
  • Switch: added Switch. (7f9117a)
  • Table: added Table component (6243ac9)
  • Table: better looking (a68dc11)
  • Tabs: added Tabs (c147481)
  • TextField: added clearable and icons (65ad5ce)
  • TextField: more features (76e56d3)
  • Window: added Window (52bee4c)
  • intersection observer action (35049da)
  • now can import single type of color also (1b06ba3)

Performance Improvements

0.0.1 (2020-09-03)

Bug Fixes

Features

  • Alert: better looking (7636c2a)
  • Alert: can customise transitions (9f129b8)
  • Button: can add any prop now (d26103d)
  • ButtonGroup: added ButtonGroup (8af80ad)
  • Checkbox: add event on:change (87e67f0)
  • Checkbox: added Checkbox (b3a5d93)
  • Chip: added Chip (incomplete) (eb1a124)
  • Dialog: added Dialog (7591c26)
  • ExpansionPanel: faster (5e4f108)
  • ExpansionPanels: added ExpansionPanels (32593be)
  • Icon: added support for svg (1e78f75)
  • Input: added disabled and readonly (1531349)
  • Input: added Input (incomplete) (74eb5d2)
  • Lazy: added Lazy component (0b0efec)
  • Menu: added Menu (7fce87d)
  • NavigationDrawer: added option to close (6c19455)
  • added css vars action (2de2b39)
  • NavigationDrawer: can remove border (0d30ebb)
  • Radio: added Radio (4688298)
  • Switch: added Switch. (7f9117a)
  • Table: added Table component (6243ac9)
  • Table: better looking (a68dc11)
  • TextField: added clearable and icons (65ad5ce)
  • TextField: more features (76e56d3)
  • added ClickOutside action (76c98ab)
  • added focus visible (06d705b)
  • intersection observer action (35049da)
  • now can import single type of color also (1b06ba3)