Skip to content

Commit 97cdd6e

Browse files
committed
v1.0.0
1 parent 443f9a9 commit 97cdd6e

6 files changed

Lines changed: 87 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,40 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0](https://github.com/dekk-app/react-mops/compare/v0.1.1...v1.0.0) (2019-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* down flag wasn't removed properly ([c63432b](https://github.com/dekk-app/react-mops/commit/c63432b))
12+
* forced classNames for handles needed hashed values ([2475b39](https://github.com/dekk-app/react-mops/commit/2475b39))
13+
* forced classNames were still mapped ([eebec1a](https://github.com/dekk-app/react-mops/commit/eebec1a))
14+
* hash classNames for prod ([bcb835e](https://github.com/dekk-app/react-mops/commit/bcb835e))
15+
* isOSX call ([6473cc3](https://github.com/dekk-app/react-mops/commit/6473cc3))
16+
* se-rotate cursor asset ([87ca799](https://github.com/dekk-app/react-mops/commit/87ca799))
17+
* sibling guides should snap ([f53dd1d](https://github.com/dekk-app/react-mops/commit/f53dd1d))
18+
* style for full handles was wrong ([0b001bf](https://github.com/dekk-app/react-mops/commit/0b001bf))
19+
* use boundingBox for guides to siblings ([2da12f3](https://github.com/dekk-app/react-mops/commit/2da12f3))
20+
21+
22+
### Features
23+
24+
* add snap to siblings ([edbb759](https://github.com/dekk-app/react-mops/commit/edbb759))
25+
* added css-file and write forced handles ([45cd8b1](https://github.com/dekk-app/react-mops/commit/45cd8b1))
26+
* added snapping utils and guides ([48f28d9](https://github.com/dekk-app/react-mops/commit/48f28d9))
27+
* integrate with new snapping logic ([9d5b4cf](https://github.com/dekk-app/react-mops/commit/9d5b4cf)), closes [#1](https://github.com/dekk-app/react-mops/issues/1) [#2](https://github.com/dekk-app/react-mops/issues/2) [#6](https://github.com/dekk-app/react-mops/issues/6)
28+
* size is always positive ([beeb1f9](https://github.com/dekk-app/react-mops/commit/beeb1f9))
29+
30+
31+
### BREAKING CHANGES
32+
33+
* snapHandler consumes guideContext
34+
as second argument, model moves to 3
35+
36+
37+
38+
39+
640
## 0.1.1 (2019-09-19)
741

842

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
],
55
"npmClient": "yarn",
66
"useWorkspaces": true,
7-
"version": "0.1.1"
7+
"version": "1.0.0"
88
}

packages/demo/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0](https://github.com/pixelass/demo/compare/v0.1.1...v1.0.0) (2019-10-02)
7+
8+
9+
### Features
10+
11+
* added css-file and write forced handles ([45cd8b1](https://github.com/pixelass/demo/commit/45cd8b1))
12+
13+
14+
15+
16+
617
## 0.1.1 (2019-09-19)
718

819

packages/demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "Created with create-ngineer-app",
55
"repository": "git@github.com:pixelass/demo.git",
66
"license": "MIT",
@@ -39,7 +39,7 @@
3939
"react": "16.10.1",
4040
"react-dom": "16.10.1",
4141
"react-hot-loader": "4.12.14",
42-
"react-mops": "^0.1.1",
42+
"react-mops": "^1.0.0",
4343
"react-router": "5.1.2",
4444
"react-router-dom": "5.1.2",
4545
"styled-components": "4.4.0",
@@ -50,8 +50,8 @@
5050
"@ngineer/configs": "1.3.1",
5151
"babel-plugin-transform-assets-import-to-string": "1.2.0",
5252
"concurrently": "4.1.2",
53-
"html-webpack-plugin": "4.0.0-beta.8",
5453
"file-loader": "4.2.0",
54+
"html-webpack-plugin": "4.0.0-beta.8",
5555
"serve": "11.2.0",
5656
"webpack-merge": "4.2.2"
5757
}

packages/react-mops/CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,40 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0](https://github.com/dekk-app/react-mops/compare/v0.1.1...v1.0.0) (2019-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* down flag wasn't removed properly ([c63432b](https://github.com/dekk-app/react-mops/commit/c63432b))
12+
* forced classNames for handles needed hashed values ([2475b39](https://github.com/dekk-app/react-mops/commit/2475b39))
13+
* forced classNames were still mapped ([eebec1a](https://github.com/dekk-app/react-mops/commit/eebec1a))
14+
* hash classNames for prod ([bcb835e](https://github.com/dekk-app/react-mops/commit/bcb835e))
15+
* isOSX call ([6473cc3](https://github.com/dekk-app/react-mops/commit/6473cc3))
16+
* se-rotate cursor asset ([87ca799](https://github.com/dekk-app/react-mops/commit/87ca799))
17+
* sibling guides should snap ([f53dd1d](https://github.com/dekk-app/react-mops/commit/f53dd1d))
18+
* style for full handles was wrong ([0b001bf](https://github.com/dekk-app/react-mops/commit/0b001bf))
19+
* use boundingBox for guides to siblings ([2da12f3](https://github.com/dekk-app/react-mops/commit/2da12f3))
20+
21+
22+
### Features
23+
24+
* add snap to siblings ([edbb759](https://github.com/dekk-app/react-mops/commit/edbb759))
25+
* added css-file and write forced handles ([45cd8b1](https://github.com/dekk-app/react-mops/commit/45cd8b1))
26+
* added snapping utils and guides ([48f28d9](https://github.com/dekk-app/react-mops/commit/48f28d9))
27+
* integrate with new snapping logic ([9d5b4cf](https://github.com/dekk-app/react-mops/commit/9d5b4cf)), closes [#1](https://github.com/dekk-app/react-mops/issues/1) [#2](https://github.com/dekk-app/react-mops/issues/2) [#6](https://github.com/dekk-app/react-mops/issues/6)
28+
* size is always positive ([beeb1f9](https://github.com/dekk-app/react-mops/commit/beeb1f9))
29+
30+
31+
### BREAKING CHANGES
32+
33+
* snapHandler consumes guideContext
34+
as second argument, model moves to 3
35+
36+
37+
38+
39+
640
## 0.1.1 (2019-09-19)
741

842

packages/react-mops/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-mops",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "Modify Orientation Position Size",
55
"keywords": [
66
"coordinates",
@@ -68,12 +68,12 @@
6868
"@ngineer/testing-utils": "1.3.1",
6969
"@types/react-dom": "16.9.1",
7070
"autoprefixer": "9.6.1",
71+
"cssnano": "4.1.10",
72+
"postcss-url": "8.0.0",
7173
"react": "16.10.1",
7274
"react-dom": "16.10.1",
73-
"rollup-plugin-url": "2.2.2",
7475
"rollup-plugin-postcss": "2.0.3",
75-
"postcss-url": "8.0.0",
76-
"cssnano": "4.1.10",
76+
"rollup-plugin-url": "2.2.2",
7777
"ts-node": "8.4.1",
7878
"typescript": "3.6.3"
7979
},

0 commit comments

Comments
 (0)