## [3.0.1](https://github.com/rsuite/dom-lib/compare/3.0.0...3.0.1) (2021-12-16)


### Bug Fixes

* **getContainer:** container can be null ([#27](https://github.com/rsuite/dom-lib/issues/27)) ([121ac6d](https://github.com/rsuite/dom-lib/commit/121ac6dec305d0c9193e5e65e31274520595fcde))



# [3.0.0](https://github.com/rsuite/dom-lib/compare/2.1.0...3.0.0) (2021-11-02)


### Bug Fixes

* **animation:** remove webkitRequestAnimationFrame ([#22](https://github.com/rsuite/dom-lib/issues/22)) ([69dbbb1](https://github.com/rsuite/dom-lib/commit/69dbbb17a54cf1dfb3a7dee65e6ce4069c578982))
* **deps:** add @babel/runtime ([#25](https://github.com/rsuite/dom-lib/issues/25)) ([b40f9e5](https://github.com/rsuite/dom-lib/commit/b40f9e5e2d965115c1fa8f30e294cc4665e82826))


### Features

* **query:** add support for isFocusable ([#23](https://github.com/rsuite/dom-lib/issues/23)) ([eee920a](https://github.com/rsuite/dom-lib/commit/eee920ac0efe5670762734d16c14c2117c48f053))



# 2.1.0

- feat(getPosition): support keep margin (#20)

# 2.0.2

- Fix typescript type definition

# 2.0.1

- fix: Update type definition

# 2.0.0

- refactor: Migrate from flow to typescript

# 1.3.0

- Add animation events helper

# 1.2.1

- Add parameter enable3DTransform for translateDOMPositionXY

# 1.2.0

- Added support for ESM

# 1.1.0

- Support Server-side Rendering
- Upgrade to Bebel 7

# 0.2.3

> 2017-06-26

- Added `WheelHandler`
- Added `translateDOMPositionXY`

# 0.2.1

- Added `throttle` and `debounce`
- Change `space` to 2

# 0.2.0

- All changes to support es2015
- Added test case

# 0.1.1

> 2017-03-31

- Feature: Added support react 15.\*
