1 Version history for the MasterKey Widget Set (MKWS)
4 - Add a new Handlebars helper, mkws-if-either, which evaluates
5 two conditions and runs the bracketed template if either is
6 true. Astonishingly, there is no way to make such a check
7 using stock Handlebars.
8 - Add another Handlebars helper, "compare". This code is by
9 Mike Griffin, taken from a blog comment (see source code for
13 1.0.0 Tue Nov 11 13:34:28 GMT 2014
14 - First major stable public release. Fixes MANY bugs and adds
15 many new features, including but not limited to the following:
16 * MKWS-84 Translate fieldnames in full-record popup
17 * MKWS-168 Standardise templating
18 * MKWS-206 CSS Styles for the Credo Widget need work
19 * MKWS-211 Refinements to the Overview widget
20 * MKWS-227 Bring MKWS documentation up to date
21 * MKWS-234 Improve SP configuration/proxying for better authentication
22 * MKWS-258 (part of MKWS-257) Move termlist hiding to CSS
23 * MKWS-270 Open-source the Widget Set v1.0
24 * MKWS-272 Do not make unnecessary SP/PP2 requests
25 * MKWS-279 Incorporate templates into documentation
26 * MKWS-280 We should not define globals named "widget" and "team"
27 * MKWS-281 Consolidate MKWS's index.html and README.html into a single file
28 * MKWS-286 cd doc; make clean + make (does not rebuild)
29 * MKWS-287 no translation of 'per page'
30 * MKWS-293 Build failed in Jenkins: mkws #1086
31 * MKWS-294 Change names of MKWS classes to be case-insensitive
32 * MKWS-295 Fix styles when built with old pandoc
33 * MKWS-296 PDF versions of documents do not build on Debian 6.0
34 * MKWS-297 Fix many broken MKWS demos
35 * MKWS-298 Facet-specific template name unwisely involves "caption"
36 * MKWS-300 make PDF documentation optional
37 * MKWS-302 (part of MKWS-297) Fix Mike's MKWS demos
38 * MKWS-303 (part of MKWS-297) we should setup a test case for our MKWS demos.
39 * MKWS-304 (part of MKWS-297) dict.html example broken
40 * MKWS-305 (part of MKWS-297) Fix the images.html demo
41 * MKWS-306 Upgrade demos to use new-style class-names
42 * MKWS-308 double search box in jasmine regression tests
43 * MKWS-309 IE8: some MKWS demos does not work anymore
44 * MKWS-310 make clean leaves files
45 * MKWS-311 check if koha mkws widgets runs with new class names
46 * MKWS-312 Reinstate the Summary template
47 * MKWS-313 Rename templates to lower case
48 * MKWS-314 Rename templates directory from "mkws.templates" to "templates"
49 * MKWS-315 Get rid of the mkws-widget-reference.templates directory
50 * MKWS-317 http://example.indexdata.com/ points to wrong URL
51 * MKWS-318 more stable regressions search query
52 * MKWS-319 Show diagnostic message as well as code
53 * MKWS-320 Style the tables in the MKWS documentation
54 * MKWS-321 Style the auth-name widget
55 * MKWS-322 Use "facets" widget in place of "termlists"
56 * MKWS-325 Top-level "make check" fails on caliban
57 * MKWS-329 Include the CSS file in archived releases
58 * MKWS-330 Remove query_width config option
59 * MKWS-333 make sure that MKWS works fine with the Internet Explorer
61 0.9.1 Thu Dec 19 15:33:13 GMT 2013
62 - First public release.