Liking cljdoc? Tell your friends :D

0.10.0 (2020-06-11)

  • Make im-tables-3 more feature complete #79
    • Project setup
      • Update dependencies
      • Run tests against local biotestmine
      • Improve dev experience by not rebooting table on changes
      • Fix README code example
    • Constraints
      • New searchable dropdown and calendar components
      • Filter constraint ops to those applicable to data type
      • Add IS NULL and IS NOT NULL
      • Filter manager for adding and modifying constraints and logic
    • Interface
      • Handle overly wide tables by displaying scrollbar
      • Fix numerical column summary title pluralisation
      • Column summary scrollbar for tbody instead of entire body
      • Do not add href to cells until we are sure URL is complete
    • Error handling
      • Views for No Results, Invalid Query, Server Error and Im-tables Crashed (error boundary)
      • Use async-flow for booting and handle invalid responses
      • Add save-list-failure event to be intercepted by BlueGenes
  • Fix and improve histogram in numeric column summary #82
    • Linear/log scale toggle buttons (also added to regular column summary)
    • Min and max labels for X axis
    • Average line (with tooltip showing average)
    • Tooltips for buckets showing interval and count of values
  • Fix styling problems when used in Bluegenes #86
    • Buttons with unreadable text
  • Modals need a max height and scrollbar #84

0.9.0 (2019-11-01)

  • Only show summary fields instead of all attributes in cell popovers #56
  • Remove bower dependency d427da5
  • Avoid showing empty cell popovers #65
  • Fix dropdown selection in filter column not changeable #65
  • Fix sort column not working at all #65
  • Colour sort column icon arrows when sorted #65
  • Include references in Add Columns tree #65
  • Remove column summary limit of 1000 unique values (it will now summarize the top 1000 rows regardless) #70
  • Show descriptive title in column summary #70
  • Wait with additional HTTP requests until table is interacted with #59 #60 #70
  • Fix export modal close button not working #72
  • Add a skeleton loader for column summary #73

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close