diff --git a/README.md b/README.md index ddf3cb3a6..dc00e8b0b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It also highlights a DOM-based custom external editor triggered via hypergrid ev ## Table of Contents -* [Current Release](#current-release-2111---12-june-2018) +* [Current Release](#current-release-2115---29-june-2018) * [Demos](#demos) * [Features](#features) * [Testing](#testing) @@ -16,9 +16,9 @@ It also highlights a DOM-based custom external editor triggered via hypergrid ev * [Roadmap](#roadmap) * [Contributing](#contributors) -### Current Release (2.1.14 - 12 June 2018) +### Current Release (2.1.15 - 29 June 2018) -**Hypergrid 2.1.14** includes bug fixes. +**Hypergrid 2.1.15** includes bug fixes and new features. _For a complete list of changes, see the [release notes](https://github.com/fin-hypergrid/core/releases)._ @@ -52,13 +52,13 @@ Find more information on our [testing page](TESTING.md) Primarily our tutorials will be on the [wiki](https://github.com/fin-hypergrid/core/wiki). -We also maintain versioned [online API documentation](https://fin-hypergrid.github.io/core/2.1.14/doc/Hypergrid.html) for all public objects and modules. This documentation is necessarily an on-going work-in-progress. +We also maintain versioned [online API documentation](https://fin-hypergrid.github.io/core/2.1.15/doc/Hypergrid.html) for all public objects and modules. This documentation is necessarily an on-going work-in-progress. (Cell editor information can be found [here](https://github.com/fin-hypergrid/core/wiki/Cell-Editors).) (Cell Rendering information can be found [here](https://github.com/fin-hypergrid/core/wiki/Cell-Renderers).) -Hypergrid global configurations can be found [here](https://fin-hypergrid.github.io/core/2.1.14/doc/module-defaults.html). +Hypergrid global configurations can be found [here](https://fin-hypergrid.github.io/core/2.1.15/doc/module-defaults.html). ### Roadmap diff --git a/demo/formatter-workbench/instructions.html b/demo/formatter-workbench/instructions.html index 78c766e9b..7bf1ffb56 100644 --- a/demo/formatter-workbench/instructions.html +++ b/demo/formatter-workbench/instructions.html @@ -173,7 +173,7 @@

Define a new localizer and add it to the grid

  • Code your localizer referring to examples and the localizer interface documentation.
  • Be sure to assign your localizer to module.exports.
  • Click the grid.localization.add(…) button.
  • -
  • Optional: Edit the localizer and click grid.localization.add(…) to update it.
  • +
  • Optional: Edit the localizer and click grid.localization.add(…) again to update it.
  • @@ -299,6 +299,7 @@
    Throw error on parser failer
    1. In the Localizer pane, select the trend localizer.
    2. Uncomment the if statement with the throw statement within it.
    3. +
    4. Click the grid.localization.add(…) button to update it.
    5. Edit another cell, again setting the contents to some invalid value.
    6. Press the enter key.
    7. The parser cannot convert the value.
    8. diff --git a/demo/index.html b/demo/index.html index 981012c65..d39465739 100644 --- a/demo/index.html +++ b/demo/index.html @@ -22,7 +22,7 @@ b = g.behavior, m = b.dataModel;">top-level global vars -

      Hypergrid 2.1.14 dev testbench

      +

      Hypergrid 2.1.15 dev testbench

      Dashboard
      diff --git a/demo/js/demo/index.js b/demo/js/demo/index.js index 217f00c9b..3b7c2c3a4 100644 --- a/demo/js/demo/index.js +++ b/demo/js/demo/index.js @@ -42,6 +42,7 @@ window.onload = function() { margin: { bottom: '17px', right: '17px'}, schema: schema, plugins: require('fin-hypergrid-event-logger'), + // canvasContextAttributes: { alpha: false }, state: { color: 'orange' } }, grid = new Hypergrid('div#json-example', gridOptions), diff --git a/demo/multiple-grids.html b/demo/multiple-grids.html index 30b0d24f5..c4a9a033a 100644 --- a/demo/multiple-grids.html +++ b/demo/multiple-grids.html @@ -5,7 +5,7 @@ -

      Hypergrid 2.1.14 multiple grids demo

      +

      Hypergrid 2.1.15 multiple grids demo

      diff --git a/demo/row-props.html b/demo/row-props.html index e6129bdf7..72a94d3f9 100644 --- a/demo/row-props.html +++ b/demo/row-props.html @@ -24,7 +24,7 @@ div#behind { position: absolute; visibility: hidden; - top: 150px; + top: 350px; left: 150px; width: 400px; height: 400px; @@ -33,16 +33,22 @@ background-color: orange; } input[type=range] { - width: 100px + width: 100px; + height: 12px + } + input[type=color] { + width: 12px; + height: 12px; + padding: 0; } -

      Hypergrid 2.1.14 performance workbench

      +

      Hypergrid 2.1.15 performance workbench

      @@ -108,34 +114,34 @@

      Hypergrid 2.1.14 performance workbench<
      Text truncation:
      Clip to:
      @@ -218,8 +224,8 @@

      Hypergrid 2.1.14 performance workbench< translucent blue

      -