# 3.1.0 - 11/21/22
- [chore] upgrade framer-motion and rdk

# 3.0.13 - 11/11/22
- [improvement] Custom notification component #14

# 3.0.12 - 10/17/22
- [fix] better take passed in modifiers into consideration with autoWidth #13

# 3.0.11 - 9/22/22
- [fix] allow modifiers along with autoWidth #12

# 3.0.10 - 9/19/22
- [feature] allow menu to have the same width as the reference #11

# 3.0.9 - 9/9/22
- [fix] fix notification close button not getting cursor pointer

# 3.0.8 - 9/9/22
- [feature] add ability to pass classname to notifications

# 3.0.7 - 7/28/22
- [feature] Add event handlers for tooltip open and close #10

# 3.0.6 - 5/31/22
- [fix] add closeOnClick check #9

# 3.0.5 - 5/31/22
- [fix] fix tooltips and popovers killing each other #7

# 3.0.4 - 5/31/22
- [feature] allow passing triggerClassName in popover/tooltip
- [chore] improve typescript types

# 3.0.1 - 3/6/22
- [chore] bump rdk
- [chore] fix framer-motion imports

# 3.0.0 - 3/4/22
- [chore] upgrade react 18
- [chore] upgrade framer-motion 6

# 2.9.3 - 3/22/22
- [fix] fix nested menu not closing correctly

# 2.9.2 - 3/22/22
- [feature] add active classname to nested menu
- [fix] fix nested menu exit not getting leave delay

# 2.9.1 - 3/22/22
- [fix] fix nested menu props not defined correctly

# 2.9.0 - 3/22/22
- [feature] nested menu

# 2.8.1 - 3/8/22
- [chore] remove console log

# 2.8.0 - 3/8/22
- [feature] expose dialog header element
- [feature] expose drawer header element

# 2.7.1 - 1/31/22
- [feature] add footer to dialogs

# 2.7.0 - 1/29/22
- [feature] notification component
- [fix] export context menu in index
- [chore] add linting

# 2.6.0 - 1/28/22
- [feature] context menu
- [chore] update to default props inits

# 2.5.1 - 1/25/22
- [feature] add `innerClassName` to `Dialog`

# 2.5.0 - 1/18/22
- [feature] menu component

# 2.4.6 - 9/22/21
- [chore] upgrade rdk for ghost dom issues

# 2.4.4/5 - 9/21/21
- [fix] improve race cases with tooltips

# 2.4.2/3 - 7/9/21
- chore: update rdk

# 2.3.1/2.3.2 - 12/17/2020
- chore: update rdk

# 2.3.0 - 12/17/2020
- chore: update rdk

# 2.2.5 - 11/3/2020 
- fix: improve falsey checking on dialog header

# 2.2.4 - 11/3/2020 
- fix: remove set font size on drawer

# 2.4.1 - 6/9/2021
- [chore] upgrade rdk

# 2.4.0 - 4/16/2021
- [chore] upgrade rdk

# 2.3.6 - 1/12/2021
- [fix] tooltip/popover animation happens before children

# 2.3.5 - 12/29/2020
- [chore] update rdk

# 2.3.3/4 - 12/18/2020
- [chore] update deps
- [chore] cleanup deps

# 2.3.2 - 12/17/2020
- [chore] update rdk

# 2.2.3 - 11/3/2020 
- fix: improve layout elements on drawer and tweak styles

# 2.2.2 - 11/3/2020 
- fix: improve layout elements on dialog

# 2.2.1 - 11/2/2020 
- fix: correct ts types path in package.json #2
- fix: onToggleOpen for drawer and dialog #1
