2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-10 04:32:23 +03:00
Files
vue-context/CHANGELOG.md
T
Randall Wilk ca7b95b553 Scrollable (#3)
* Add ability to close context menu on scroll

* Update README

* Update test page

* Update changelog
2018-05-29 12:44:52 -05:00

23 lines
661 B
Markdown

# Changelog
### 3.1.0 (May 29, 2018)
- *Add:* Close context menu automatically on window scroll
### 3.0.2 (May 28, 2018)
- Update documentation
- Add [demos](https://rawilk.github.io/vue-context) for the component
### 3.0.0 (May 26, 2018)
- Update dependencies
- Update documentation
- Update code structure and build process
- **Breaking** Change slot scope definition from `userData` to just `data`
- **Breaking** Component gets imported as `{ VueContext }` instead of `VContext` now
### 2.0.1 (Aug 18, 2017)
- Removed bottom border from context menu line items.
- Added license file
- Created changelog file
### 2.0.0 (Aug 17, 2017)
- Initial Re-Release