Skip to content

Releases: senx/discovery-widgets

v1.1.72

08 Feb 17:31
Compare
Choose a tag to compare
  • Fix map refresh flicks
  • Fix map path icon position
  • Fix image size

v1.1.71

01 Feb 14:57
Compare
Choose a tag to compare

Minor fixes

v1.1.68

26 Jan 15:48
Compare
Choose a tag to compare
  • Add auto height in tiles of type dashboard
  • Fix no data handling
  • Fix multi input when no value

v1.1.65

25 Jan 11:06
Compare
Choose a tag to compare

Fix Focus sync

v1.1.64

23 Jan 16:04
Compare
Choose a tag to compare

Changelog

  • Fix Focus
  • Add rows and cell colors in tabular
  • Add link event

Rows and cells colors sample

{
  'title' 'Test'
  'columns'  [ 'Name' 'A' 'B' 'C' 'Link' ]
  'rows' [
    [ 'label X' 15 56 44 '<' 'a href="https://warp10.io/">Warp 10</' + 'a>' + ]
    [ 'label Y' 1 5 4 '<' 'a href="https://senx.io/">SenX</' + 'a>' + ]
    [ 'label Z' 14 45 78 '<' 'img src="https://warp10.io/assets/img/header-w-white.png" />' + ]
  ]
  'params' {
    'label Y' [ NULL { 'fontColor' 'white' 'bgColor' 'red' } ]
    'label Z' { 'fontColor' 'white' 'bgColor' 'green' }
  }
}

Link event sample

{
    'title' 'Link Sample'
    'options' { 'eventHandler' 'type=link,tag=.*'    }
    'tiles' [
      {
        'type' 'button' 'w' 4 'h' 1 'x' 0 'y' 0
        'title' 'Open new tab'
        'macro' <%
          { 
            'data' <%
              {
                'events' [ 
                  { 'tags' [ 'button' ] 'type' 'link' 'value' { 'link' 'https://warp10.io/' 'target' '_blank' } } 
                ]
              }
            %>
            'globalParams' { 'button' { 'label' 'Open' } } 
          }
        %>
      }

      {
        'type' 'button' 'w' 4 'h' 1 'x' 4 'y' 0
        'title' 'Open self (default)'
        'macro' <%
          { 
            'data' <%
              {
                'events' [ 
                  { 'tags' [ 'button' ] 'type' 'link' 'value' 'https://warp10.io/' } 
                ]
              }
            %>
            'globalParams' { 'button' { 'label' 'Open' } } 
          }
        %>
      }
    ]
}

v1.1.63

19 Jan 09:42
Compare
Choose a tag to compare
  • Fix zoom sync
  • Fix focus

v1.1.62

18 Jan 13:11
Compare
Choose a tag to compare
  • Fix slider timezone
  • Fix zoom and reset zoom sync
  • Fix unFocus sync
  • Deps update
  • Fix color for maps
  • Fix tooltips background and add a tooltip delay
  • Fix tooltips position
  • Fix type change as a result

v1.1.60

04 Jan 16:20
Compare
Choose a tag to compare
  • Fix calendar
  • Fix map crash when junks on stack

Happy new year

30 Dec 13:30
Compare
Choose a tag to compare
  • Fix Show/Hide feature and add Show/Hide by id
  • Remove startup script which causes issues with some imports

Merry Xmas

29 Dec 09:51
Compare
Choose a tag to compare
  • Fix lat/lng/zoom reset on map when no data and track = false
  • Add scale on map
  • Fix map's colored weighted dots gradient computation
  • Add ability to use an hidden tile as a line break in a flex dashboard
  • Add startup info