@adhese/sdk 0.13.0 → 0.14.1

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