# Change Log

## [v2.2.5] 2020-09-23

- fix: change callback arg to optional #42
- update dependency
    - Bump yargs-parser from 18.1.0 to 18.1.3 #44
    - Bump lodash from 4.17.15 to 4.17.19 #43
    - Bump acorn from 6.3.0 to 6.4.1 #41

## [v2.2.4] 2020-03-15

- Update devDependencies
    - Update TypeScript to v3.8.3
    - Update Rollup to v2.0.6
- Migrate from Puppeteer to playwright
    - Test by Chromium, Firefox, Webkit
- Migrate from TravisCI to GitHub Actions
    - Run cross-browser test with playwright on GitHub Actions

## [v2.2.3] 2020-01-26

- Fixed to support SSR.
- Updated development packages.
- Removed IE from support browser notation.

## [v2.2.2] 2019-10-12

- Add test code.

## [v2.2.1] 2019-10-10

- Fix script URL in document.

## [v2.2.0] 2019-10-10

- Update documents.
- Added focus control function.
- Added type error handle.
- Update TypeScript and more packages.

## [v2.1.0] 2019-10-08

- Added Types file.
- Supported Promise.

## [v2.0.0] 2019-09-02

[https://github.com/kimulaco/vanilla-smoothie/releases/tag/v2.0.0](https://github.com/kimulaco/vanilla-smoothie/releases/tag/v2.0.0)

- Replace to TypeScript.
- Change method parameters.
- Add adjust option.
- Add Travis CI and pre-commit lint.
- Add changelog file.

## [v1.2.4] 2019-05-25

[https://github.com/kimulaco/vanilla-smoothie/releases/tag/v1.2.4](https://github.com/kimulaco/vanilla-smoothie/releases/tag/v1.2.4)

- Major release
