Skip to content

Latest commit

 

History

History
147 lines (84 loc) · 7.87 KB

CHANGELOG.md

File metadata and controls

147 lines (84 loc) · 7.87 KB

(2016-09-06)

Performance Improvements

  • build: decreased filesize by removing webpack code from build files (cb927ff)

(2016-08-11)

Bug Fixes

  • group: accept and return selectedIds as number if type is radio (b5c67ee)

Features

  • toggle: added separated prop fro selected ids and added selectedIds in onChnage argument (5f66bf0)

(2016-08-11)

Features

  • toggle: added separated prop fro selected ids and added selectedIds in onChnage argument (5f66bf0)

(2016-08-10)

Features

  • toggle: added separated prop fro selected ids and added selectedIds in onChnage argument (5f66bf0)

(2016-08-10)

Features

  • toggle: added separated prop fro selected ids and added selectedIds in onChnage argument (5f66bf0)

0.1.6 (2016-08-10)

0.1.5 (2016-08-09)

0.1.4 (2016-08-09)

0.1.3 (2016-08-09)

0.1.2 (2016-08-09)

0.1.1 (2016-08-09)

0.1.0 (2016-08-09)

Bug Fixes

  • eslint: added eslint loader (7e39fe6)
  • eslint: fixed the order of loader (8cc1986)
  • hmr: css also live reloading in dev environment (85ec692)
  • ignore: added npm-debug-log (dd456e9)
  • mocha/document: resolve eslint single-string error (5102f55)
  • range: initial rail render is now fixed (2502cee)
  • range: window resize event working as expected. (8266296)
  • slider: now working fine for vertical range type sliders (d366bbe)
  • slider: on first render track width wasn't calculated right (531af63)
  • slider: value passed for range slider corrected (60dffa4)
  • switch: no more sass, inline CSS implemented and switch is now working (0176b28)
  • switch: remove label div if label isn't passed in props (130e5c4)
  • switch: separated styles into separate SCSS file (8d3d78c)
  • test: removed start script and fixed test files path (36774e4)
  • tests: and also removed cover task from ghook (dfc45e5)
  • webpack: added webpack middleware for storybook (5a137fc)

Features

  • autocomplete: added fuzzy search and async requests in autocomplete (26d2216)
  • autocomplete: show the suggesstions on load (ccc52ba)
  • autocomplete: trigger onSelect on removal of tags (33abcc5)
  • Count: added count filter with its tests. (79cb34c)
  • css-modules: added support for css modules loader with sass integration (a5d389c)
  • ghooks: added ghooks and fixed linting errors (0c1b6e8)
  • group: added group component and combined switch, radio and checkbox (c38c022)
  • group: added old value in the onChange (23b62fa)
  • hmr: enable hmr and setup a demo page (c0ba9eb)
  • InputRange: started input range and fixed linting errors (ebf85dc)
  • radio: started project, implemented react-storybook (ee43572)
  • range: added on click event handler on the track (791f43f)
  • range: added readOnly and disabled state (2495823)
  • range: added value and range indicator (ca17778)
  • range: fixed steps increment issue and refactored code (41fc6f8)
  • range: zoom slider while dragging it (89567d4)
  • range-slider: completed the basic functionalities of a range slider (bbf9b1b)
  • slider: added rails support is value slider (d6465c9)
  • slider: added single control option in slider (9ffe946)
  • slider: added support for onDragStart and onDragEnd methods (c4941ce)
  • slider: added support for vertical slider (3ae809b)
  • styleProcessor: added utility to process style based on different states (c455c03)
  • switch: created a container to preview switch (8f35ec7)
  • tag: added tag feature in autocomplete and refactored it (2a35097)
  • toggle: added tag mode to Toggle Component working for radio and checkbox type (37fc772)

Performance Improvements

  • range: decreased the number of re renders of the elements (a6369f2)
  • range: improved the responsiveness of Range Slider (1857274)
  • range: optimized width calculations of slider and track (78b8598)
  • range: removed forced layout update (c476203)