react-virtualized
Advanced tools
Comparing version 0.0.3 to 0.0.4
Changelog | ||
------------ | ||
#### 0.0.4 | ||
Added keypress scrolling support. | ||
#### 0.0.3 | ||
@@ -5,0 +8,0 @@ Added "main" entry to package.json. |
@@ -6,3 +6,3 @@ { | ||
"user": "bvaughn", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"scripts": { | ||
@@ -21,3 +21,3 @@ "build": "npm run build:webpack", | ||
"test:unit": "NODE_ENV=dev karma start", | ||
"watch": "watch 'clear && npm run lint -s && npm run test -s' source test" | ||
"watch": "watch 'clear && npm run lint -s && npm run test -s' source" | ||
}, | ||
@@ -24,0 +24,0 @@ "repository": { |
@@ -149,2 +149,6 @@ /** @flow */ | ||
</div> | ||
<p> | ||
View <a href='https://github.com/bvaughn/react-virtualized/blob/master/source/FlexTable/FlexTable.example.js'>the source</a> | ||
</p> | ||
</div> | ||
@@ -151,0 +155,0 @@ ) |
@@ -82,2 +82,6 @@ /** | ||
/> | ||
<p> | ||
View <a href='https://github.com/bvaughn/react-virtualized/blob/master/source/VirtualScroll/VirtualScroll.example.js'>the source</a> | ||
</p> | ||
</div> | ||
@@ -84,0 +88,0 @@ ) |
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
69466
1402