fin-hypergrid
Advanced tools
Comparing version 2.1.7 to 2.1.8
{ | ||
"name": "fin-hypergrid", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"description": "Canvas-based high-performance grid", | ||
@@ -29,3 +29,3 @@ "repository": { | ||
"sparse-boolean-array": "1.0.1", | ||
"synonomous": "^1.0.1" | ||
"synonomous": "^2.1.2" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
@@ -11,3 +11,3 @@ [![Build Status](https://travis-ci.org/openfin/fin-hypergrid.svg?branch=develop)](https://travis-ci.org/openfin/fin-hypergrid) | ||
## Table of Contents | ||
* [Current Release](#current-release-217---13-april-2018) | ||
* [Current Release](#current-release-217---14-april-2018) | ||
* [Demos](#demos) | ||
@@ -20,5 +20,5 @@ * [Features](#features) | ||
### Current Release (2.1.7 - 13 April 2018) | ||
### Current Release (2.1.8 - 24 April 2018) | ||
**Hypergrid 2.1.7** includes bug fixes. | ||
**Hypergrid 2.1.8** includes bug fixes. | ||
@@ -57,3 +57,3 @@ _For a complete list of changes, see the [release notes](https://github.com/fin-hypergrid/core/releases)._ | ||
We also maintain versioned [online API documentation](https://fin-hypergrid.github.io/core/2.1.7/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.8/doc/Hypergrid.html) for all public objects and modules. This documentation is necessarily an on-going work-in-progress. | ||
@@ -64,3 +64,3 @@ (Cell editor information can be found [here](https://github.com/fin-hypergrid/core/wiki/Cell-Editors).) | ||
Hypergrid global configurations can be found [here](https://fin-hypergrid.github.io/core/2.1.7/doc/module-defaults.html). | ||
Hypergrid global configurations can be found [here](https://fin-hypergrid.github.io/core/2.1.8/doc/module-defaults.html). | ||
@@ -67,0 +67,0 @@ ### Roadmap |
@@ -21,3 +21,3 @@ 'use strict'; | ||
exports.titleize = require('synonomous').prototype.toTitle; | ||
exports.titleize = require('synonomous/transformers').toTitle; | ||
@@ -24,0 +24,0 @@ exports.getSchema = function(data){ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
721581
+ Addedsynonomous@2.1.2(transitive)
- Removedsynonomous@1.0.2(transitive)
Updatedsynonomous@^2.1.2