mirror of
https://github.com/tenrok/vue-context.git
synced 2026-06-21 06:20:32 +03:00
Update CHANGELOG
This commit is contained in:
+32
-16
@@ -1,23 +1,39 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
### 3.1.0 (May 29, 2018)
|
## 3.1.0 (May 29, 2018)
|
||||||
- *Add:* Close context menu automatically on window scroll
|
|
||||||
|
|
||||||
### 3.0.2 (May 28, 2018)
|
### Added
|
||||||
- Update documentation
|
- Close context menu automatically on window scroll (issue #2)
|
||||||
|
|
||||||
|
## 3.0.2 (May 28, 2018)
|
||||||
|
|
||||||
|
### Updated
|
||||||
|
- Documentation
|
||||||
|
|
||||||
|
### Added
|
||||||
- Add [demos](https://rawilk.github.io/vue-context) for the component
|
- Add [demos](https://rawilk.github.io/vue-context) for the component
|
||||||
|
|
||||||
### 3.0.0 (May 26, 2018)
|
## 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)
|
### Breaking Changes
|
||||||
- Removed bottom border from context menu line items.
|
- Change slot scope definition from `userData` to just `data`
|
||||||
- Added license file
|
- Component gets imported as `{ VueContext }` instead of `VContext` now
|
||||||
- Created changelog file
|
|
||||||
|
|
||||||
### 2.0.0 (Aug 17, 2017)
|
### Updated
|
||||||
- Initial Re-Release
|
- Dependencies
|
||||||
|
- Documentation
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Code structure and build process
|
||||||
|
|
||||||
|
## 2.0.1 (Aug 18, 2017)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- License file
|
||||||
|
- Changelog file
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
- Bottom border from context menu line items.
|
||||||
|
|
||||||
|
## 2.0.0 (Aug 17, 2017)
|
||||||
|
- Initial release
|
||||||
Reference in New Issue
Block a user