• button component and time series plots

    frostbyte_neo released this 2023-10-18 22:06:23 +00:00

    • Better support for time series in the chart component. You can now use the time top-attribute to display a time series chart
      with smart x-axis labels.
    • New component: button. This allows you to create rows of buttons that allow navigation between pages.
    • Better error messages for Microsoft SQL Server. SQLPage now displays the line number of the error, which is especially useful for debugging long migration scripts.
    • Many improvements in the official website and the documentation.
      • Most notably, the documentation now has syntax highlighting on code blocks (using prism with a custom theme made for tabler). This also illustrates the usage of external javascript and css libraries in SQLPage. See the shell component documentation.
      • Better display of example queries in the documentation, with smart indentation that makes it easier to read.
    • Clarify some ambiguous error messages:
      • make it clearer whether the error comes from SQLPage or from the database
      • specific tokenization errors are now displayed as such
    Downloads