@flourish/controls
Advanced tools
Comparing version
{ | ||
"name": "@flourish/controls", | ||
"version": "2.2.1", | ||
"version": "2.3.0", | ||
"description": "Switchable dropdown/buttons/slider control", | ||
@@ -33,3 +33,5 @@ "main": "controls.js", | ||
"devDependencies": { | ||
"@flourish/cypress": "^2.12.3", | ||
"@flourish/eslint-plugin-flourish": "^0.7.2", | ||
"cypress": "^7.3.0", | ||
"eslint": "^5.16.0", | ||
@@ -36,0 +38,0 @@ "pre-commit": "^1.2.2" |
@@ -57,5 +57,5 @@ # Flourish controls | ||
### `appendTo(container, [bounding_container])` | ||
### `appendTo(parent_container, [bounding_container])` | ||
Appends the control to the `container` DOM node and injects CSS into the `head` if necessary. The optional `bounding_container` makes sure the dropdown list will never overflow outside that container. | ||
Appends the control to the `parent_container` DOM node and injects CSS into the `head` if necessary. The optional `bounding_container` makes sure the dropdown list will never overflow outside that container. | ||
@@ -100,2 +100,7 @@ Returns the control object. | ||
### getNode() | ||
Returns the container of the control that has been created. It will have a class of `"fl-controls-container"` | ||
## Styling the controls | ||
@@ -106,3 +111,1 @@ | ||
@@ -0,1 +1,4 @@ | ||
# 2.3.0 | ||
* Add getNode() method | ||
# 2.2.1 | ||
@@ -2,0 +5,0 @@ * Fix vertical alignment of title |
@@ -170,2 +170,6 @@ import { select } from "d3-selection"; | ||
control_obj.getNode = function() { | ||
return container; | ||
}; | ||
var isPlaying = function(is_playing) { | ||
@@ -172,0 +176,0 @@ if (is_playing === undefined) return state._is_playing_; |
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
212457
24.6%26
36.84%5419
22.94%109
2.83%5
66.67%1
Infinity%