Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hmtylmz committed Dec 25, 2019
1 parent 2373a10 commit b141ebe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.1.0] - 2019-12-25

### Added
- Gridstack item minWidth, maxWidth, minHeight, maxHeight, noresize, nomove, autoposition, locked, resizeHandles properties.
- Gridstack events.
- Gridstack disabled property.

## [0.0.1] - 2019-12-24
2 changes: 1 addition & 1 deletion projects/ngr-gridstack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngr-gridstack",
"version": "0.0.1",
"version": "0.1.0",
"peerDependencies": {
"jquery": "^3.4.1",
"@angular/common": "^8.0.0",
Expand Down

0 comments on commit b141ebe

Please sign in to comment.