Skip to content

Latest commit

 

History

History
137 lines (63 loc) · 5.56 KB

CHANGELOG.md

File metadata and controls

137 lines (63 loc) · 5.56 KB

1.7.0 (2020-01-27)

Features

  • add weekly downloads badge; (59647de)
  • add weekly downloads badge; (da4a506)

1.6.1 (2020-01-27)

Bug Fixes

  • add root files to the linting process; (48c7e3c)

1.6.0 (2020-01-27)

Bug Fixes

  • TS config now does not conflicts with rollup (564d523)
  • tweak eslint config and fix the code; (456d726)

Features

  • get rid of .lock file - not needed here. (d5415e2)
  • Replace tslint with eslint (e4f29a2)

1.5.0 (2019-12-09)

Features

  • Add extra check of DOM readiness. (0bf89ef)

1.4.1 (2019-11-19)

Bug Fixes

  • coverage: Fix codacy coverage push; (b1545af)

1.4.0 (2019-11-19)

Bug Fixes

  • tests: Linux detection fix; (be38927)
  • FireFox on linux have SBW of width 16 (8d10f9b)

Features

  • modify travis config to push coverage and release the version only if everything is successful. (5deec11)

1.3.0 (2019-11-19)

Bug Fixes

  • reconfigure travis to perform tests and push coverage to the codacy; (cfc5c76)

Features

  • add tests (7d920cc)
  • Added codacy badges (coverage and grade) (aa723f7)

1.2.4 (2019-11-19)

Bug Fixes

  • newline after NOTE: in README.md (a2cfc39)

1.2.3 (2019-11-19)

Bug Fixes

  • newline after NOTE: in README.md (646153c)

1.2.2 (2019-11-19)

Bug Fixes

  • shorten the description; (dc6945a)

1.2.1 (2019-11-19)

Bug Fixes

  • Mention that in SSR environment it will return 0; (0562ef8)
  • Strictly require true to recalculate the width; (d25db0b)

1.2.0 (2019-11-19)

Features

  • Add access: public in package.json; (e373d9e)

1.1.1 (2019-11-19)

Bug Fixes

  • add github plugin to verify stage (55eb00d)

1.1.0 (2019-11-18)

Bug Fixes

  • remove npm cache from travis config; (1fab1e9)

Features

  • Live example version added to README.md; (d571839)
  • Readme's header now centered; (f9761d6)

1.0.0 (2019-11-18)

Bug Fixes

  • try to fix semantic release error; (bce4aa5)
  • umd version now exports function as xobotyi.scrollbarWidth; (f5ea7b1)

Features