@podlite/image 0.0.31 → 0.0.33

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.
@@ -0,0 +1,62 @@
1
+ # @podlite/image
2
+
3
+ =head1 Upcoming
4
+
5
+ =head1 0.0.15
6
+
7
+ =item support for `=picture` block
8
+
9
+ =head1 0.0.13
10
+
11
+ =item update deps
12
+
13
+ =head1 0.0.12
14
+
15
+ =item refactor tests
16
+
17
+ =head1 0.0.11
18
+
19
+ =item refactor
20
+
21
+ =head1 0.0.10
22
+
23
+ =item refactor
24
+
25
+ =head1 0.0.9
26
+
27
+ =item update register plugin api
28
+
29
+ =head1 0.0.8
30
+
31
+ =item add :link attribute support
32
+ =item change =Image format ( use text after image link as caption)
33
+ =item add :caption support
34
+ =item udpdate package
35
+
36
+ =head1 0.0.7
37
+
38
+ =item handle empty content
39
+
40
+ =head1 0.0.6
41
+
42
+ =item update deps
43
+
44
+ =head1 0.0.5
45
+
46
+ =item update deps
47
+
48
+ =head1 0.0.4
49
+
50
+ =item update deps
51
+
52
+ =head1 0.0.3
53
+
54
+ =item update deps
55
+
56
+ =head1 0.0.2
57
+
58
+ =item clean src field
59
+
60
+ =head1 0.0.1
61
+
62
+ =iteminitial release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@podlite/image",
3
- "version": "0.0.31",
3
+ "version": "0.0.33",
4
4
  "description": "image",
5
5
  "main": "lib/index.js",
6
6
  "license": "MIT",
@@ -29,7 +29,7 @@
29
29
  "module": "./esm/index.js"
30
30
  },
31
31
  "dependencies": {
32
- "@podlite/schema": "^0.0.32"
32
+ "@podlite/schema": "^0.0.34"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": "^16.0.0 || ^17.0.0 || ^18",
package/CHANGELOG.md DELETED
@@ -1,62 +0,0 @@
1
- # @podlite/image
2
-
3
- ## Upcoming
4
-
5
- ## 0.0.15
6
-
7
- - support for `=picture` block
8
-
9
- ## 0.0.13
10
-
11
- - update deps
12
-
13
- ## 0.0.12
14
-
15
- - refactor tests
16
-
17
- ## 0.0.11
18
-
19
- - refactor
20
-
21
- ## 0.0.10
22
-
23
- - refactor
24
-
25
- ## 0.0.9
26
-
27
- - update register plugin api
28
-
29
- ## 0.0.8
30
-
31
- - add :link attribute support
32
- - change =Image format ( use text after image link as caption)
33
- - add :caption support
34
- - udpdate package
35
-
36
- ## 0.0.7
37
-
38
- - handle empty content
39
-
40
- ## 0.0.6
41
-
42
- - update deps
43
-
44
- ## 0.0.5
45
-
46
- - update deps
47
-
48
- ## 0.0.4
49
-
50
- - update deps
51
-
52
- ## 0.0.3
53
-
54
- - update deps
55
-
56
- ## 0.0.2
57
-
58
- - clean src field
59
-
60
- ## 0.0.1
61
-
62
- -initial release