UNPKG

2.9 kBMarkdownView Raw
1
2# CookieNotice changelog
3
4← [README][]
5
6Version History
7
8## Version 1.3.4
9 * _Date: 24 November 2020_
10 * Changed default font size handling
11 * New demo page
12 * new languages (pl, es, nl)
13 * configuration examples (images)
14
15
16## Version 1.1.19
17 * _Date: 09 July 2020_
18 * Added fontSize customization, with fallback to 12px if unset
19
20## Version 1.1.18
21 * _Date: 01 January 2019_;
22 * Step back to px based font sizes due to negative side effects
23
24 ## Version 1.1.17
25 * _Date: 15 December 2018_;
26 * Accessibility (a11y) improvements - fixed all WCAG2AA errors and warnings
27
28## Version 1.1.16
29 * _Date: 12 December 2018_;
30 * Initial font size too small
31
32 ## Version 1.1.14/15
33 * _Date: 6 December 2018_;
34 * Typo in German translation -> contrib. by @chroedermatthias (Matthias Schröder)
35 * Dependency upgrade
36 * Fixed unit tests
37
38## Version 1.1.12
39
40 * _Date: approx. 4-6 June 2018_;
41 * Add accessibility testing via [grunt-rsids-pa11y][] and [pa11y][], WCAG 2.0 AA, pull #6;
42 * Accessibility fixes — colour contrast, button role, link target, link underline;
43 * Accessibility fixes — express CSS font-size in `em` or `rem`, not `px`;
44 * Add configuration option — `linkTarget` (default: '');
45 * Edit the language used in the English translation;
46 * Fix `browser` and `repository` fields in `package.json`;
47 * Add `files` and `bugs` fields to `package.json`;
48 * Add `engines` and `contributors` fields to `package.json`;
49 * Add `live-server` to `peerDependencies` in `package.json`;
50 * Remove Nick's email address from `README` & `bower.json` (!)
51
52## Version 1.1.11
53
54 * _Date: 30 May 2018_;
55 * Add support for `data-cookie-notice` attribute on `<script>`, pull #5, issue [#4][];
56 * Document `data-` attribute in README;
57 * Document _unpkg_ CDN in README;
58
59## Version 1.1.10
60
61 * _Date: 29 May 2018_;
62 * Move jQuery to `devDependencies` for clarity, pull #2;
63 * Point `tests/index.html` to local copies of jQuery and QUnit (was CDN);
64
65## Version 1.1.9
66
67 * _Date: 25 May 2018_;
68 * Add Travis-CI testing to the project, pull #1;
69 * Update test dependencies —
70 jQuery from 2.x → 3.x; QUnit from 1.x → 2.x;
71 * Add SVG badges for Travis-CI, NPMJS.com, etc. to `README.md`;
72
73## Version 1.1.8
74
75 * _Date: 25 May 2018_;
76
77## Version 1.1.7
78
79 * _Date: 25 April 2018_;
80
81...
82
83## Version 1.1.0
84
85 * _Date: 24 April 2018_;
86 * First release on [npm][];
87
88## Version 1.0.0
89
90 * _Date: 20 May 2015_;
91 * Release by: [@micc83][];
92 * (Not on [npm][])
93
94---
95
96← [README][]
97
98[readme]: https://github.com/AOEpeople/cookie-notice#readme
99[npm]: https://www.npmjs.com/package/cookie-notice
100[@micc83]: https://github.com/micc83/cookie-notice-js "Alessandro Benoit"
101[#4]: https://github.com/AOEpeople/cookie-notice/issues/4
102[a11y-fail]: https://travis-ci.org/nfreear/cookie-notice/jobs/387344672#L1217-L1235
103[grunt-rsids-pa11y]: https://www.npmjs.com/package/grunt-rsids-pa11y
104[pa11y]: http://pa11y.org/