@vivliostyle/react 2.11.3 → 2.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/CHANGELOG.md +0 -161
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vivliostyle/react",
3
3
  "description": "React component for Vivliostyle",
4
- "version": "2.11.3",
4
+ "version": "2.14.0",
5
5
  "author": "Yasuaki Uechi <y@uechi.io>",
6
6
  "scripts": {
7
7
  "build": "microbundle-crl --format modern,cjs && shx rm -rf dist/stories",
@@ -18,7 +18,7 @@
18
18
  "dependencies": {
19
19
  "@emotion/core": "^10.0.28",
20
20
  "@emotion/styled": "^10.0.27",
21
- "@vivliostyle/core": "^2.11.3"
21
+ "@vivliostyle/core": "^2.14.0"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "react": "^16.13.1",
@@ -70,5 +70,5 @@
70
70
  "engines": {
71
71
  "node": ">=12"
72
72
  },
73
- "gitHead": "8dd700a2c0cdccc14cc9f3ea2cd87f9a47c9de9c"
73
+ "gitHead": "3f2d9a0bc1495a8b489852accb43d1792215b836"
74
74
  }
package/CHANGELOG.md DELETED
@@ -1,161 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [2.11.3](https://github.com/vivliostyle/vivliostyle.js/compare/v2.11.2...v2.11.3) (2021-10-31)
7
-
8
- **Note:** Version bump only for package @vivliostyle/react
9
-
10
- ## [2.11.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.11.1...v2.11.2) (2021-10-17)
11
-
12
- **Note:** Version bump only for package @vivliostyle/react
13
-
14
- ## [2.11.1](https://github.com/vivliostyle/vivliostyle.js/compare/v2.11.0...v2.11.1) (2021-10-08)
15
-
16
- **Note:** Version bump only for package @vivliostyle/react
17
-
18
- # [2.10.0](https://github.com/vivliostyle/vivliostyle.js/compare/v2.9.1...v2.10.0) (2021-09-17)
19
-
20
- **Note:** Version bump only for package @vivliostyle/react
21
-
22
- ## [2.9.1](https://github.com/vivliostyle/vivliostyle.js/compare/v2.9.0...v2.9.1) (2021-09-08)
23
-
24
- **Note:** Version bump only for package @vivliostyle/react
25
-
26
- # [2.9.0](https://github.com/vivliostyle/vivliostyle.js/compare/v2.8.1...v2.9.0) (2021-09-03)
27
-
28
- **Note:** Version bump only for package @vivliostyle/react
29
-
30
- ## [2.8.1](https://github.com/vivliostyle/vivliostyle.js/compare/v2.8.0...v2.8.1) (2021-07-14)
31
-
32
- **Note:** Version bump only for package @vivliostyle/react
33
-
34
- # [2.8.0](https://github.com/vivliostyle/vivliostyle.js/compare/v2.7.0...v2.8.0) (2021-04-16)
35
-
36
- **Note:** Version bump only for package @vivliostyle/react
37
-
38
- # [2.7.0](https://github.com/vivliostyle/vivliostyle.js/compare/v2.6.2...v2.7.0) (2021-04-07)
39
-
40
- **Note:** Version bump only for package @vivliostyle/react
41
-
42
- ## [2.6.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.6.1...v2.6.2) (2021-03-25)
43
-
44
- **Note:** Version bump only for package @vivliostyle/react
45
-
46
- ## [2.6.1](https://github.com/vivliostyle/vivliostyle.js/compare/v2.6.0...v2.6.1) (2021-03-23)
47
-
48
- **Note:** Version bump only for package @vivliostyle/react
49
-
50
- # [2.6.0](https://github.com/vivliostyle/vivliostyle.js/compare/v2.5.2...v2.6.0) (2021-03-14)
51
-
52
- **Note:** Version bump only for package @vivliostyle/react
53
-
54
- ## [2.5.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.5.1...v2.5.2) (2021-03-05)
55
-
56
- **Note:** Version bump only for package @vivliostyle/react
57
-
58
- ## [2.5.1](https://github.com/vivliostyle/vivliostyle.js/compare/v2.5.0...v2.5.1) (2021-02-28)
59
-
60
- **Note:** Version bump only for package @vivliostyle/react
61
-
62
- # [2.5.0](https://github.com/vivliostyle/vivliostyle.js/compare/v2.5.0-pre.0...v2.5.0) (2021-02-26)
63
-
64
- **Note:** Version bump only for package @vivliostyle/react
65
-
66
- ## [2.5.0-pre.0](https://github.com/vivliostyle/vivliostyle.js/compare/v2.4.2...v2.5.0-pre.0) (2021-02-23)
67
-
68
- **Note:** Version bump only for package @vivliostyle/react
69
-
70
- ## [2.4.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.4.1...v2.4.2) (2021-01-25)
71
-
72
- ### Bug Fixes
73
-
74
- - **react:** Add react-dom to peer deps ([3325031](https://github.com/vivliostyle/vivliostyle.js/commit/33250317db52c01c338796f1b5d72eb931a688c7))
75
- - **react:** init core-viewer once even if source is updated ([56f3d1b](https://github.com/vivliostyle/vivliostyle.js/commit/56f3d1b30440e5a21f88e43ea07aafa6e3ba3ec2))
76
- - **react:** remove incorrect startPage ([7f7951c](https://github.com/vivliostyle/vivliostyle.js/commit/7f7951c8e059af317254820a1529d4c2776130c9))
77
-
78
- ## [2.4.1](https://github.com/vivliostyle/vivliostyle.js/compare/v2.4.0...v2.4.1) (2021-01-12)
79
-
80
- **Note:** Version bump only for package @vivliostyle/react
81
-
82
- # [2.4.0](https://github.com/vivliostyle/vivliostyle.js/compare/v2.3.0...v2.4.0) (2020-12-28)
83
-
84
- **Note:** Version bump only for package @vivliostyle/react
85
-
86
- # [2.3.0](https://github.com/vivliostyle/vivliostyle.js/compare/v2.2.3...v2.3.0) (2020-12-07)
87
-
88
- **Note:** Version bump only for package @vivliostyle/react
89
-
90
- ## [2.2.3](https://github.com/vivliostyle/vivliostyle.js/compare/v2.2.2...v2.2.3) (2020-11-28)
91
-
92
- **Note:** Version bump only for package @vivliostyle/react
93
-
94
- ## [2.1.4](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.3...v2.1.4) (2020-10-30)
95
-
96
- ### Bug Fixes
97
-
98
- - negative z-index on `[@page](https://github.com/page) {...}` causes page (margin-box) content to disappear ([000eed6](https://github.com/vivliostyle/vivliostyle.js/commit/000eed65c2527216f0be85433e6ccbfa7f4a07a9)), closes [#665](https://github.com/vivliostyle/vivliostyle.js/issues/665)
99
-
100
- ## [2.1.3](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2...v2.1.3) (2020-09-30)
101
-
102
- **Note:** Version bump only for package @vivliostyle/react
103
-
104
- ## [2.1.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.5...v2.1.2) (2020-09-28)
105
-
106
- **Note:** Version bump only for package @vivliostyle/react
107
-
108
- ## [2.1.2-pre.5](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.4...v2.1.2-pre.5) (2020-09-28)
109
-
110
- **Note:** Version bump only for package @vivliostyle/react
111
-
112
- ## [2.1.2-pre.4](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.3...v2.1.2-pre.4) (2020-09-27)
113
-
114
- **Note:** Version bump only for package @vivliostyle/react
115
-
116
- ## [2.1.2-pre.3](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.2...v2.1.2-pre.3) (2020-09-25)
117
-
118
- **Note:** Version bump only for package @vivliostyle/react
119
-
120
- ## [2.1.2-pre.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.1...v2.1.2-pre.2) (2020-09-25)
121
-
122
- **Note:** Version bump only for package @vivliostyle/react
123
-
124
- ## [2.1.2-pre.1](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.2-pre.0...v2.1.2-pre.1) (2020-09-24)
125
-
126
- **Note:** Version bump only for package @vivliostyle/react
127
-
128
- ## [2.1.2-pre.0](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.1...v2.1.2-pre.0) (2020-09-18)
129
-
130
- **Note:** Version bump only for package @vivliostyle/react
131
-
132
- ## [2.1.1](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.0...v2.1.1) (2020-06-30)
133
-
134
- **Note:** Version bump only for package @vivliostyle/react
135
-
136
- ## [2.1.0](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.0-pre.3...v2.1.0) (2020-06-30)
137
-
138
- **Note:** Version bump only for package @vivliostyle/react
139
-
140
- ## [2.1.0-pre.3](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.0-pre.2...v2.1.0-pre.3) (2020-06-30)
141
-
142
- **Note:** Version bump only for package @vivliostyle/react
143
-
144
- ## [2.1.0-pre.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.0-pre.1...v2.1.0-pre.2) (2020-06-30)
145
-
146
- **Note:** Version bump only for package @vivliostyle/react
147
-
148
- ## [2.1.0-pre.1](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.0-pre.0...v2.1.0-pre.1) (2020-06-30)
149
-
150
- ### Bug Fixes
151
-
152
- - **react:** properly handle epage ([65b2a2c](https://github.com/vivliostyle/vivliostyle.js/commit/65b2a2c439dbe7e0e7a65ed6decb9f351e67157b))
153
-
154
- ### Features
155
-
156
- - **react:** support all documentOptions ([9408681](https://github.com/vivliostyle/vivliostyle.js/commit/940868170a2caa117104414ff772da0a52d29c2b))
157
- - support userStyleSheet and authorStyleSheet ([b0a68ca](https://github.com/vivliostyle/vivliostyle.js/commit/b0a68ca4517c67ede042fbda3b953a9a73eb50c8))
158
- - **react:** add renderer ([3eb027b](https://github.com/vivliostyle/vivliostyle.js/commit/3eb027b5e231386cd23430d192741a9eda330c2c))
159
- - **react:** implement Renderer component ([49afd58](https://github.com/vivliostyle/vivliostyle.js/commit/49afd58e5a5a8434516502790fedfae6988c16b5))
160
- - **react:** page navigation ([4b39a9b](https://github.com/vivliostyle/vivliostyle.js/commit/4b39a9b7854a1397da566229394d73c1d7033f06))
161
- - **react:** VivliostyleViewer component ([b857860](https://github.com/vivliostyle/vivliostyle.js/commit/b85786010211f5f62c1159c4241bd82cc3f8644d))