Skip to content

Multiple Color Columns, Connector-specific Overrides, and Highlight Parameter

Choose a tag to compare

@chuckwagoncomputing chuckwagoncomputing released this 24 Dec 13:32
· 4 commits to main since this release
667ee12
  • Added color-columns option - an array of columns containing CSS colors for coloring pins. If not provided, the color column will still be used if available. Each column provided will get a mode in the color selector.
  • The columns, print-columns, color-columns, and info-column parameters can now be set in a connector definition YAML's info section to override the values passed to the generator.
  • Added highlight URL parameter, which takes queries to match pins, which are highlighted and added to the info table.
  • Improved printing, but made it worse for Firefox due to this bug.
  • Changed board_url info option to url. board_url will continue to work for now.
  • Fixed parsing of colors parameter so that passing it as a single-line environment variable as in the standalone example actually works.
  • Fixed navigating back to the first page state after clicking a pin.