X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=src%2FNEWS;h=0c715242f4f83c43418719f84adebd1593f4a375;hp=5bbb6ad7c517f434a4c6f63b68bafaf88f899e59;hb=d04dec7cca82e4914f260bad76d71eefc6b6cf53;hpb=7722615c17cf1b36d1d2f25c6b60eadfc04653ee diff --git a/src/NEWS b/src/NEWS index 5bbb6ad..0c71524 100644 --- a/src/NEWS +++ b/src/NEWS @@ -1,15 +1,60 @@ Version history for the MasterKey Widget Set (MKWS) -0.9 series ----------- +1.1.0 [IN PROGRESS] + - Add a new Handlebars helper, mkws-if-either, which evaluates + two conditions and runs the bracketed template if either is + true. Astonishingly, there is no way to make such a check + using stock Handlebars. + - ### Check JIRA. -The 0.9.x series of releases are beta quality. They are functional but -have not yet been extensively battle-tested. +1.0.0 Tue Nov 11 13:34:28 GMT 2014 + - First major stable public release. Fixes MANY bugs and adds + many new features, including but not limited to the following: + * MKWS-84 Translate fieldnames in full-record popup + * MKWS-168 Standardise templating + * MKWS-206 CSS Styles for the Credo Widget need work + * MKWS-211 Refinements to the Overview widget + * MKWS-227 Bring MKWS documentation up to date + * MKWS-234 Improve SP configuration/proxying for better authentication + * MKWS-258 (part of MKWS-257) Move termlist hiding to CSS + * MKWS-270 Open-source the Widget Set v1.0 + * MKWS-272 Do not make unnecessary SP/PP2 requests + * MKWS-279 Incorporate templates into documentation + * MKWS-280 We should not define globals named "widget" and "team" + * MKWS-281 Consolidate MKWS's index.html and README.html into a single file + * MKWS-286 cd doc; make clean + make (does not rebuild) + * MKWS-287 no translation of 'per page' + * MKWS-293 Build failed in Jenkins: mkws #1086 + * MKWS-294 Change names of MKWS classes to be case-insensitive + * MKWS-295 Fix styles when built with old pandoc + * MKWS-296 PDF versions of documents do not build on Debian 6.0 + * MKWS-297 Fix many broken MKWS demos + * MKWS-298 Facet-specific template name unwisely involves "caption" + * MKWS-300 make PDF documentation optional + * MKWS-302 (part of MKWS-297) Fix Mike's MKWS demos + * MKWS-303 (part of MKWS-297) we should setup a test case for our MKWS demos. + * MKWS-304 (part of MKWS-297) dict.html example broken + * MKWS-305 (part of MKWS-297) Fix the images.html demo + * MKWS-306 Upgrade demos to use new-style class-names + * MKWS-308 double search box in jasmine regression tests + * MKWS-309 IE8: some MKWS demos does not work anymore + * MKWS-310 make clean leaves files + * MKWS-311 check if koha mkws widgets runs with new class names + * MKWS-312 Reinstate the Summary template + * MKWS-313 Rename templates to lower case + * MKWS-314 Rename templates directory from "mkws.templates" to "templates" + * MKWS-315 Get rid of the mkws-widget-reference.templates directory + * MKWS-317 http://example.indexdata.com/ points to wrong URL + * MKWS-318 more stable regressions search query + * MKWS-319 Show diagnostic message as well as code + * MKWS-320 Style the tables in the MKWS documentation + * MKWS-321 Style the auth-name widget + * MKWS-322 Use "facets" widget in place of "termlists" + * MKWS-325 Top-level "make check" fails on caliban + * MKWS-329 Include the CSS file in archived releases + * MKWS-330 Remove query_width config option + * MKWS-333 make sure that MKWS works fine with the Internet Explorer -0.9.2 [IN PROGRESS] - - Full-record template invokes {{translate}} on fieldnames. - Fixes MKWS-84 Translate fieldnames in full-record popup. - -0.9.1 Thu Dec 19 15:33:13 GMT 2013 +0.9.1 Thu Dec 19 15:33:13 GMT 2013 - First public release.