Skip to content

Version 1.3.0

Compare
Choose a tag to compare
@etpinard etpinard released this 12 Jul 19:20
· 30 commits to dev since this release
96aac85

Added

  • Add getindex method by id for app.layout and components #203

Changed

  • Update DashCoreResources to v2.10.2 #212, with additions such as:
    • plotly.js v2.23.2
    • support for Promises in clientside callbacks
    • new component dcc_geolocation
    • support for MathJax in dcc_markdown and dcc_graph
    • new prop disable_n_clicks
    • new dcc_dropdown props search and maxHeight
  • Update DashBase compat bound to "0.2" (JSON2 is longer installed) #194

Internal

Tech debt

  • Update resource generation pipeline #212
  • Update Lint workflow and lint all the files #206, #210,

Tests

  • Fix the CircleCI integration tests #207 and #211
  • Run CI tests on Julia 1.9 #196
  • Add Aqua checks and adapt code accordingly #192

Docs

New Contributors

Full diff: v1.2.1...v1.3.0