Socket
Socket
Sign inDemoInstall

ember-nf-graph

Package Overview
Dependencies
187
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous13Next

1.0.0-beta.22

Diff

Changelog

Source

1.0.0-beta.22

  • FIX fix regression in nf-line tracking behavior
  • FIX nf-bars should actually render bars again (doh)
  • FIX nf-brush-selection will no longer throw errors to console while brushing
blesh
published 1.0.0-beta.21 •

Changelog

Source

1.0.0-beta.21

  • UPDATE components with tracking capabilities (nf-line, nf-area and nf-bars) updated to support additional data passed with trackingData, rendered values are renderX and renderY, where actual values are still at x and y. This was to account for new stacked area functionality.
  • UPDATE nf-bars now will render a tracking dot if showTrackingDot is set to true
  • BREAKING nf-line, nf-area and nf-bars will no longer emit values, actions or events for hoverChange and hoverEnd. didTrack still functions, though.
blesh
published 1.0.0-beta.20 •

Changelog

Source

1.0.0-beta.20

  • UPDATE nf-graph component now has didAutoUpdateMinX, didAutoUpdateMinY, didAutoUpdateMaxX, didAutoUpdateMaxX that will trigger when the corresponding values are updated automatically by a mode of "push-tick", "auto" or "tick".
  • UPDATE nf-graph component now has actions autoScaleXAction and autoScaleYAction that will send when the auto update events (mentioned above) trigger.
blesh
published 1.0.0-beta.19 •

Changelog

Source

1.0.0-beta.19

  • FIX issue where nf-area having null data would throw an unhandled error.
blesh
published 1.0.0-beta.18 •

Changelog

Source

1.0.0-beta.18

  • FIX axes components will once again use the passed templates for pre-Glimmer Ember.
blesh
published 1.0.0-beta.17 •

Changelog

Source

1.0.0-beta.17

  • ADD nf-tracker component. This is a component for templatable tracking dots
  • UPDATE nf-line and nf-area to use nf-tracker for tracking dot generation
  • UPDATE improved performance on hover/tracking
  • UPDATE add aggregate to nf-area-stack component to sum y values of areas for stacking purposes. Defaults to false currently, but should be used with true from this point on, as it will default to true in future versions.
  • UPDATE switch templates to attribute syntax
  • UPDATE switch most computed properties to new computed property syntax
  • FIX nf-graph should work with Glimmer now (thanks @jamesarosen)
  • BREAKING graph components such as nf-line and nf-area will no longer sort your data for you. This is done for performance reasons.
blesh
published 1.0.0-beta.16 •

Changelog

Source

1.0.0-beta.16

  • FIX #64 put tickFactory back where it belongs on the axes components
  • FIX #59 fixed an issue where nf-bars scales had the wrong domain values.
jayphelps
published 1.0.0-beta.15 •

Changelog

Source

1.0.0-beta.15

  • FIX Moved ember-new-computed to deps not devDeps
jayphelps
published 1.0.0-beta.14 •

Changelog

Source

1.0.0-beta.14

  • FIX #63 Uses new computed property syntax w/ polyfill for host apps running older ember
jayphelps
published 1.0.0-beta.13 •

Changelog

Source

1.0.0-beta.13

  • FIX #56 Added rxjs to host app bower blueprint
  • FIX rxjs dependency added to index.js
  • UPDATE removed dependency on ember-cli-rx
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc