-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
CHANGES
337 lines (233 loc) · 7.06 KB
/
CHANGES
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
0.24.2 (2020.10.28)
===================
- Refactor middleware for added simplicity (#77)
- Fix CookieConsent location max length (#79)
0.24.1 (2020.10.27)
===================
- Remove duplicate response functions from middleware
0.24.0 (2020.9.21)
==================
- Correct admin and trigger tests for missing success messages
- Add page tags related E2E tests
- Fully automate dev setup with Gitpod (#76)
- Fix Cypress integration test for triggers
- Update front-end dependencies
- Make cookie scanner functionality optional
- Update README
0.23.2 (2020.9.15)
==================
- Update middleware to prevent unnecessary loads
- Update front-end dependencies
0.23.1 (2020.8.16)
==================
- Prevent race collisions in middleware (#74)
0.23.0 (2020.8.12)
==================
- Update README
- Update front-end dependencies
- Bump elliptic from 6.5.2 to 6.5.3 (#71)
- Support for Wagtail 2.10 (#73)
- Update usage of request.site (#72)
0.22.4 (2020.6.22)
==================
- Implement end 2 end testing (#69)
- Create python-publish.yml
- Update README
- Dependency updates
0.22.3 (2020.6.18)
==================
- Dependency updates
- Add Wagtail 2.9 to testing suite
- Update example data for Wagtail 2.9
0.22.2 (2020.5.4)
=================
- Dependency updates
0.22.1 (2020.3.16)
==================
- Dependency updates
0.22.0 (2020.2.10)
==================
- Add support for Django 3.0 and Wagtail 2.8 (#66)
- Upgrade front-end dependencies
0.21.5 (2020.1.29)
==================
- Split middleware to support non-rewriting implementation
0.21.4 (2020.1.23)
==================
- Move statics to wagtail_tag_manager folder, fix statics (#65)
0.21.3 (2020.1.15)
==================
- Fix exampledata
0.21.2 (2020.1.9)
=================
- Exclude migrations from code quality check
- Update dependencies
0.21.1 (2019.12.9)
==================
- Upgrade front-end dependencies
0.21.0 (2019.11.7)
==================
- Add support for Wagtail 2.7 (#64)
0.20.2 (2019.11.6)
==================
- Feature/gdpr update (#59)
- Bump sandbox dependencies
- Update front-end dependencies
- Improve Python 3.5 compatability (#60)
- Add type checking
- Fix compatibility problem with Sitemap Generator (#62)
0.20.1 (2019.9.2)
=================
- Optimize the tag manager client
- Update README to cover lazy triggers
- Bump lodash from 4.17.11 to 4.17.14 (#58)
- Update underscore number literals to normal number literals (#57)
- Update front-end dependencies
0.20.0 (2019.7.5)
=================
- Add selenium browser tests (#52)
- Bump fstream from 1.0.11 to 1.0.12 (#53)
- Add help text blocks (#55)
- Randomize tests
- Upgrade front-end dependencies
- Back-end dependency updates
0.19.1 (2019.5.22)
==================
- Update and extend README
0.19.0 (2019.5.22)
==================
- Update README
- Turn code editor into a widget
- Reusable widget form horizontal checkbox select multiple
- Allow the TagMixin to include tags on descending pages
- Update front-end dependencies
- Update sandbox requirements
0.18.1 (2019.5.12)
==================
- Update Twine release script
0.18.0 (2019.5.12)
==================
- Add included custom variables for the consent state
- Tweak the tag form view display (#46)
- Refactor variable system (#47)
- Lazy triggers and variables (#49)
- Add Fossa license scans
0.17.1 (2019.4.30)
==================
- Handle possible None type in cookie request processing
0.17.0 (2019.4.30)
==================
- Reformat codebase, update Makefile and README
- Create CODE_OF_CONDUCT.md, update issue templates
- Restructure models
- Manage view Django 2.0 compatability
- Page tag implementation (#32)
- Switch WebDriver implementation to docker (#45)
- Add request based fallback to cookie scanner
0.16.6 (2019.4.26)
=================
- Add content type for long description
0.16.5 (2019.4.26)
==================
- Add Travis testing Matrix
- Fix compatibility with Django 2.0
- Verify compatibility with Django 2.2 and Wagtail 2.5
0.16.4 (2019.4.26)
==================
- Update front-end bundles
0.16.3 (2019.4.26)
==================
- Code quality improvements
- Update README
- Fix redirect to HomePage stay on current Page (#30) @shaquille-lab
- Update Codacy configuration
- Update front-end dependencies
0.16.2 (2019.4.3)
=================
- Add additional options to lazy manager template tag
0.16.1 (2019.4.3)
=================
- Always include style and code with lazy manager
0.16.0 (2019.4.3)
=================
- Repair strategy consent functionality
- Rename “continue” to “delayed”
- Add simpler strategy validation (#29)
0.15.1 (2019.4.2)
=================
- Ensure the lazy manager template tags honors settings
0.15.0 (2019.4.2)
=================
- Use single cookie for storage of consent state (#28)
0.14.0 (2019.4.1)
=================
- "Continue" tag type implementation (#25)
- Custom variable implementation (#26)
- Rename tag ‘active’ field to ‘auto_load’
- Allow for filtering of tags in the wtm_instant_tags template tag
- Make the cookie bar position relative
0.13.2 (2019.2.28)
==================
- Adjust babel polyfill implementation to avoid collision
0.13.1 (2019.2.25)
==================
- Fix IE11 list styling error
- Add babel polyfill for promise support
0.13.0 (2019.2.25)
==================
- Feature/query optimizations (#24)
- Split cookie and tag injection logic
- Tweaks to the trigger form view
- Add fetch polyfilll for better browser support
0.12.0 (2019.2.19)
==================
- Simplify cookie bar by using css for tabs (#22)
- Add FieldPanels to cookie bar settings
- Front-end dependency updates
- Update back-end dependencies
- Remove api consent functionality (#23)
0.11.0 (2019.2.1)
=================
- Add declaration table to cookie bar
- Update screenshots and README
0.10.4 (2019.1.31)
==================
- Safer attribute usage for request and response objects
0.10.3 (2019.1.31)
==================
- Add empty context to tag content validator
0.10.2 (2019.1.31)
==================
- Add tag content validation to check the template
0.10.1 (2019.1.31)
==================
- Add fallback for get_cookie variable function
0.10.0 (2019.1.30)
==================
- Include translatable verbose names (#20)
0.9.1 (2019.1.30)
================
- Fix the cookie bar setting context implementation
0.9.0 (2019.1.30)
================
- Allow configuration of the cookie bar from the settings
0.8.2 (2019.1.28)
================
- Revert wrongly bumped dependency
0.8.1 (2019.1.28)
=================
- Only show 'Scan cookies' button when settings allow it
0.8.0 (2019-01-28)
==================
- Add settings to prevent included style and script from loading
- Add context processors for cookie states
0.7.1 (2019-01-01)
==================
- Update front-end dependencies
- Add regex pattern validation for Trigger models pattern CharField (#15) @ntbrown
0.7.0 (2018-12-21)
==================
- Support Wagtail 2.4
- Split models and managers
- Solve BeautifulSoup parsing errors
- Add summary panel option