@adhese/sdk 0.13.0 → 0.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.
- package/CHANGELOG.md +255 -0
- package/dist/index.cjs +255 -328
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +84 -35
- package/dist/index.js +188 -329
- package/dist/index.js.map +1 -1
- package/dist/requestAds.schema-Cb8_FVMb.js +169 -0
- package/dist/requestAds.schema-Cb8_FVMb.js.map +1 -0
- package/dist/requestAds.schema-D3gd-oXt.cjs +169 -0
- package/dist/requestAds.schema-D3gd-oXt.cjs.map +1 -0
- package/package.json +4 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
# @adhese/sdk
|
|
2
|
+
|
|
3
|
+
## 0.14.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 242cfa3: Make all slots reactive objects to make interaction with them much more streamlined
|
|
8
|
+
- 242cfa3: Create an ID that is generated on slot creation to keep track of the slot. This ID will stay the same even if the name of the slots changes.
|
|
9
|
+
- 9ebb4fd: Add status value to slots
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- b38e189: Make schema export load dynamically when it's needed
|
|
14
|
+
- Updated dependencies [242cfa3]
|
|
15
|
+
- @adhese/sdk-shared@0.3.0
|
|
16
|
+
|
|
17
|
+
## 0.13.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- 66c3715: Add onEmpty callback to slots that is called whenever a slots remains empty after being requested from the API
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- 7710851: Make sure non-lazy slots are requested when created
|
|
26
|
+
- 31723ae: Fix when requesting slots on creation that the ad value is not set
|
|
27
|
+
|
|
28
|
+
## 0.12.0
|
|
29
|
+
|
|
30
|
+
### Minor Changes
|
|
31
|
+
|
|
32
|
+
- f66cd71: Remove onViewabilityChanged hook and move the implementation to a callback on the createSlot instead
|
|
33
|
+
- a26839b: Refactor the Adhese instance to be reactive object
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- 44130f4: Move createLogger to @adhese/sdk-shared
|
|
38
|
+
- Updated dependencies [44130f4]
|
|
39
|
+
- @adhese/sdk-shared@0.2.0
|
|
40
|
+
|
|
41
|
+
## 0.11.2
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- dbc1db3: Fix NPM files not pointing to dist folder
|
|
46
|
+
|
|
47
|
+
## 0.11.1
|
|
48
|
+
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
- eebcd88: Release @adhese/sdk-shared
|
|
52
|
+
- Updated dependencies [eebcd88]
|
|
53
|
+
- @adhese/sdk-shared@0.1.0
|
|
54
|
+
|
|
55
|
+
## 0.11.0
|
|
56
|
+
|
|
57
|
+
### Minor Changes
|
|
58
|
+
|
|
59
|
+
- 1de2be6: Add isDisposed value to the AdheseContext
|
|
60
|
+
- dd01918: Change how requests are handled internally. Requests for slots from the API are now batched to limit the ammount of API calls
|
|
61
|
+
|
|
62
|
+
### Patch Changes
|
|
63
|
+
|
|
64
|
+
- b0a0c25: Throw an error when a slot with a duplicate name is added
|
|
65
|
+
|
|
66
|
+
## 0.10.0
|
|
67
|
+
|
|
68
|
+
### Minor Changes
|
|
69
|
+
|
|
70
|
+
- 5e8ecb2: Create onViewabilityChanged hook that is run when a slots visibility changes
|
|
71
|
+
|
|
72
|
+
## 0.9.0
|
|
73
|
+
|
|
74
|
+
### Minor Changes
|
|
75
|
+
|
|
76
|
+
- 484bc66: Create onSlotCreate hook that is run when a new slot is created. It can be used to modify the passed slot options
|
|
77
|
+
|
|
78
|
+
### Patch Changes
|
|
79
|
+
|
|
80
|
+
- 12fe2a0: Fix ad not being asigned to the slot.ad value after lazy loading
|
|
81
|
+
|
|
82
|
+
## 0.8.1
|
|
83
|
+
|
|
84
|
+
### Patch Changes
|
|
85
|
+
|
|
86
|
+
- ed346cb: Remove hooks from general export and add pass them as an argument when calling a plugin so they are properly scoped to the Adhese instance
|
|
87
|
+
- e8578f2: Add information about the current version in the package.json to plugins
|
|
88
|
+
- bef61c2: Remove logs from onInit and onDispose
|
|
89
|
+
|
|
90
|
+
## 0.8.0
|
|
91
|
+
|
|
92
|
+
### Minor Changes
|
|
93
|
+
|
|
94
|
+
- 1cc8bff: Create hooks to write plugins
|
|
95
|
+
- 10a18fd: Simplify exposed functions from sdk
|
|
96
|
+
- 10a18fd: Make addSlot function syncronous and remove add function
|
|
97
|
+
|
|
98
|
+
### Patch Changes
|
|
99
|
+
|
|
100
|
+
- ee019fd: Update README files to match package specific instructions
|
|
101
|
+
- 76566dc: Add jsdoc to AdheseOptions.safeframe
|
|
102
|
+
|
|
103
|
+
## 0.7.0
|
|
104
|
+
|
|
105
|
+
### Minor Changes
|
|
106
|
+
|
|
107
|
+
- 3e0b574: Create plugin system for @adhese/sdk and move @adhese/sdk-devtools to it
|
|
108
|
+
|
|
109
|
+
### Patch Changes
|
|
110
|
+
|
|
111
|
+
- c8c37d9: Replace special characters in parameters values with underscores
|
|
112
|
+
- 80d943b: Update dependencies
|
|
113
|
+
- fa24130: Replace lodash with remeda to offer a more modern solution to common utilities
|
|
114
|
+
|
|
115
|
+
## 0.6.4
|
|
116
|
+
|
|
117
|
+
### Patch Changes
|
|
118
|
+
|
|
119
|
+
- 53683c6: Filter out all external dependencies from bundle
|
|
120
|
+
- Updated dependencies [53683c6]
|
|
121
|
+
- @adhese/sdk-devtools@0.6.4
|
|
122
|
+
|
|
123
|
+
## 0.6.3
|
|
124
|
+
|
|
125
|
+
### Patch Changes
|
|
126
|
+
|
|
127
|
+
- 99f728f: Replace lodash-es with lodash to prevent breaking CJS builds
|
|
128
|
+
- 85ee707: Remove dynamicImportInCjs option
|
|
129
|
+
- Updated dependencies [99f728f]
|
|
130
|
+
- Updated dependencies [85ee707]
|
|
131
|
+
- @adhese/sdk-devtools@0.6.3
|
|
132
|
+
|
|
133
|
+
## 0.6.2
|
|
134
|
+
|
|
135
|
+
### Patch Changes
|
|
136
|
+
|
|
137
|
+
- e9fb6f3: Update build outputs to allow installation in CommonJS env
|
|
138
|
+
- Updated dependencies [e9fb6f3]
|
|
139
|
+
- @adhese/sdk-devtools@0.6.2
|
|
140
|
+
|
|
141
|
+
## 0.6.1
|
|
142
|
+
|
|
143
|
+
### Patch Changes
|
|
144
|
+
|
|
145
|
+
- c435430: Remove unused safeframe package
|
|
146
|
+
|
|
147
|
+
## 0.6.0
|
|
148
|
+
|
|
149
|
+
### Minor Changes
|
|
150
|
+
|
|
151
|
+
- 41b0dd8: Add support for IAB Safeframe
|
|
152
|
+
|
|
153
|
+
### Patch Changes
|
|
154
|
+
|
|
155
|
+
- 9c80d57: Update dependencies
|
|
156
|
+
- Updated dependencies [9c80d57]
|
|
157
|
+
- @adhese/sdk-devtools@0.6.0
|
|
158
|
+
|
|
159
|
+
## 0.5.2
|
|
160
|
+
|
|
161
|
+
### Patch Changes
|
|
162
|
+
|
|
163
|
+
- @adhese/sdk-devtools@0.5.2
|
|
164
|
+
|
|
165
|
+
## 0.5.1
|
|
166
|
+
|
|
167
|
+
### Patch Changes
|
|
168
|
+
|
|
169
|
+
- a211689: Fix issue where the transformed ad was sent again to the onBeforeRender callback making subsequent transforms not possible
|
|
170
|
+
- 7fc299d: Fix issue where onInit was executed multiple times
|
|
171
|
+
- @adhese/sdk-devtools@0.5.1
|
|
172
|
+
|
|
173
|
+
## 0.5.0
|
|
174
|
+
|
|
175
|
+
### Minor Changes
|
|
176
|
+
|
|
177
|
+
- a666b90: Add onBeforeRender callback to intercept the to be rendered ad
|
|
178
|
+
- eac9754: Add Vue based reactivity to offer more flexible control flow
|
|
179
|
+
- eac9754: Make createAdhese and createSlot syncronous to simplify implementation
|
|
180
|
+
- a666b90: Add ability to receive JSON strings in the response tag/body
|
|
181
|
+
|
|
182
|
+
### Patch Changes
|
|
183
|
+
|
|
184
|
+
- Updated dependencies [d7f6111]
|
|
185
|
+
- Updated dependencies [eac9754]
|
|
186
|
+
- Updated dependencies [eac9754]
|
|
187
|
+
- @adhese/sdk-devtools@0.5.0
|
|
188
|
+
|
|
189
|
+
## 0.4.0
|
|
190
|
+
|
|
191
|
+
### Minor Changes
|
|
192
|
+
|
|
193
|
+
- 52862a1: Add support for DALE gateway responses
|
|
194
|
+
|
|
195
|
+
### Patch Changes
|
|
196
|
+
|
|
197
|
+
- a4da136: Fix GET request not working with some slots properly
|
|
198
|
+
- Updated dependencies [52862a1]
|
|
199
|
+
- Updated dependencies [7bbe1ff]
|
|
200
|
+
- @adhese/sdk-devtools@0.4.0
|
|
201
|
+
|
|
202
|
+
## 0.3.0
|
|
203
|
+
|
|
204
|
+
### Patch Changes
|
|
205
|
+
|
|
206
|
+
- 63cd49f: Add missing documentation for debugChange event
|
|
207
|
+
- Updated dependencies [22c81ff]
|
|
208
|
+
- Updated dependencies [e88cce4]
|
|
209
|
+
- @adhese/sdk-devtools@0.3.0
|
|
210
|
+
|
|
211
|
+
## 0.2.0
|
|
212
|
+
|
|
213
|
+
### Minor Changes
|
|
214
|
+
|
|
215
|
+
- 82d823f: Create separate @adhese/sdk-devtool package to simplify dependencies in the @adhese/sdk package
|
|
216
|
+
|
|
217
|
+
### Patch Changes
|
|
218
|
+
|
|
219
|
+
- Updated dependencies [82d823f]
|
|
220
|
+
- @adhese/sdk-devtools@0.2.0
|
|
221
|
+
|
|
222
|
+
## 0.1.5
|
|
223
|
+
|
|
224
|
+
### Patch Changes
|
|
225
|
+
|
|
226
|
+
- 6725b17: Add repository field to package.json
|
|
227
|
+
|
|
228
|
+
## 0.1.4
|
|
229
|
+
|
|
230
|
+
## 0.1.3
|
|
231
|
+
|
|
232
|
+
## 0.1.2
|
|
233
|
+
|
|
234
|
+
### Patch Changes
|
|
235
|
+
|
|
236
|
+
- 6c3b93e: Add license file
|
|
237
|
+
- 6c3b93e: Add license field to package.json files
|
|
238
|
+
|
|
239
|
+
## 0.1.1
|
|
240
|
+
|
|
241
|
+
### Patch Changes
|
|
242
|
+
|
|
243
|
+
- d481a4e: Add license file
|
|
244
|
+
|
|
245
|
+
## 0.1.0
|
|
246
|
+
|
|
247
|
+
### Minor Changes
|
|
248
|
+
|
|
249
|
+
- 9df9809: Add comitizen
|
|
250
|
+
- 9df9809: Initial release
|
|
251
|
+
|
|
252
|
+
### Patch Changes
|
|
253
|
+
|
|
254
|
+
- 9df9809: Update dependencies
|
|
255
|
+
- 9df9809: Fix eslint-config version number
|