forked from iTwin/viewer-components-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG.json
More file actions
104 lines (104 loc) · 2.48 KB
/
CHANGELOG.json
File metadata and controls
104 lines (104 loc) · 2.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "@itwin/imodel-react-hooks",
"entries": [
{
"date": "Thu, 18 Jan 2024 15:05:39 GMT",
"version": "0.2.0",
"tag": "@itwin/imodel-react-hooks_v0.2.0",
"comments": {
"none": [
{
"author": "24278440+saskliutas@users.noreply.github.com",
"package": "@itwin/imodel-react-hooks",
"commit": "b155f38ae63caacf60740c47770f94b5a3e04fba",
"comment": "Revive tests"
}
]
}
},
{
"version": "0.2.0",
"tag": "@itwin/imodel-react-hooks_v0.2.0",
"date": "Fri, 29 Sep 2023 20:08:20 GMT",
"comments": {
"minor": [
{
"comment": "update @itwin/imodel-react-hooks to support itwin.js@4"
}
]
}
},
{
"version": "0.1.5",
"tag": "@itwin/imodel-react-hooks_v0.1.5",
"date": "Tue, 19 Apr 2022 14:15:57 GMT",
"comments": {
"patch": [
{
"comment": "Update to iTwin.js 3.0"
},
{
"comment": "Fix dependency lists of hooks"
},
{
"comment": "Remove bentleyjs-core mock in useMarker test file"
},
{
"comment": "Add transitive peers as dev deps"
}
]
}
},
{
"version": "0.1.4",
"tag": "@bentley/imodel-react-hooks_v0.1.4",
"date": "Fri, 04 Feb 2022 00:43:35 GMT",
"comments": {
"patch": [
{
"comment": "Add license.md"
}
]
}
},
{
"version": "0.1.3",
"tag": "@bentley/imodel-react-hooks_v0.1.3",
"date": "Thu, 28 Jan 2021 22:45:16 GMT",
"comments": {
"patch": [
{
"comment": "fixed jsxElement resetting on updates"
}
]
}
},
{
"version": "0.1.2",
"tag": "@bentley/imodel-react-hooks_v0.1.2",
"date": "Wed, 09 Dec 2020 19:09:13 GMT",
"comments": {
"patch": [
{
"comment": "remove makeInvalidContext, prefer makeContextWithProviderRequired"
}
]
}
},
{
"version": "0.1.1",
"tag": "@bentley/imodel-react-hooks_v0.1.1",
"date": "Wed, 14 Oct 2020 15:59:35 GMT",
"comments": {
"patch": [
{
"comment": "sort package.json for ci support"
},
{
"comment": "added the imodel-react-hooks package"
}
]
}
}
]
}