Skip to content

Releases: proteus-h2020/proteic

v0.0.30

12 Feb 12:54
103aba8
Compare
Choose a tag to compare
v0.0.30 Pre-release
Pre-release

Changed

Fixed

  • Network chart improvements

v0.0.29

05 Feb 10:00
fcc31b3
Compare
Choose a tag to compare
v0.0.29 Pre-release
Pre-release

Added

  • iframe example

Changed

  • Fixed Proteic not working within an iframe
  • Remove unused storageService

v0.0.28

02 Feb 13:43
26ac8f4
Compare
Choose a tag to compare
v0.0.28 Pre-release
Pre-release

Changed

  • Fixed UMD module

Fixed

  • Updated Webpack to version 3
  • Lots of fixes and improvements

v0.0.27

09 Oct 09:36
Compare
Choose a tag to compare
v0.0.27 Pre-release
Pre-release

Added

    • New visualization: Parallel Coordinates
      imagen
  • New pause / resume button for streaming visualizations

  • New error component that shows an error sign if something went wrong
    imagen

  • New brush + zoom interaction

  • Streaming visualizations now show a throbber while waiting for data to start coming
    imagen

  • Confidence band component for line charts
    imagen

v0.0.26

30 Jun 11:17
Compare
Choose a tag to compare
v0.0.26 Pre-release
Pre-release

Added

  • New annotated events
  • New band annotations
  • New alerts component 🔔
  • Function to unpivot wide format coming from the Datasource to narrow format
  • Function to destroy charts
  • Option to set the position of the legend
  • Option to rotate X axis labels
  • Method to clear the chart data
  • Interpolated color scales
  • Added linear X axis to swimlane
  • Added sequential color scales to swimlane
  • Added option to display propertyZ in the swimlane boxes
  • TS linting

Changed

  • Upgrade TS version
  • The Y axis maximum calculation is now always a 10% larger than the original domain
  • The format of the color legend labels is now configurable using valuesFormat option
  • Design improvements
  • Upgraded d3-annotation version

Fixed

  • Huge performance improvements ⚡
  • Fixed heatmap drawing numbers as strings
  • Fixed keepDrawing ignoring propertyKey
  • Fixed a bug in Lineset that happened when using a propertyKey other than 'key'
  • Fixed Y axis not showing up if max and min are the same
  • Fixed swimlane series toggle not working
  • Fix color legend domain
  • Unclutter log messages

v0.0.25

24 Apr 13:25
Compare
Choose a tag to compare
v0.0.25 Pre-release
Pre-release
  • ⭐️ New visualization: Histogram
  • Add Annotation component 📝
  • Add ColorLegend component 🎨
  • Fix important performance issues ⚡
  • Update D3 version
  • Minor fixes improvements

v0.0.24

07 Mar 14:33
Compare
Choose a tag to compare
v0.0.24 Pre-release
Pre-release
  • Sequential scales bugfix

v0.0.23

07 Mar 10:41
Compare
Choose a tag to compare
v0.0.23 Pre-release
Pre-release
  • Heatmap bugfix

v0.0.22

03 Mar 08:43
Compare
Choose a tag to compare
v0.0.22 Pre-release
Pre-release

Improve datasource subscriptions

v0.0.21

02 Mar 14:46
Compare
Choose a tag to compare
v0.0.21 Pre-release
Pre-release
  • Refactor keepDrawing