Skip to content

Releases: GenieFramework/StippleUI.jl

v0.24.14

09 Sep 18:21

Choose a tag to compare

StippleUI v0.24.14

Diff since v0.24.13

  • add page_sticky()

v0.24.13

17 Jul 08:29

Choose a tag to compare

StippleUI v0.24.13

Diff since v0.24.12

  • update Quasar version to 2.18.1

v0.24.12

13 Jul 22:01

Choose a tag to compare

StippleUI v0.24.12

Diff since v0.24.11

  • Fix uploader() (again)

v0.24.11

08 Jul 10:54

Choose a tag to compare

StippleUI v0.24.11

Diff since v0.24.10

  • add option format to table as the standard format (already existed for cell_template())
  • allow for AbstractStrings in option format

v0.24.10

08 Jul 09:37

Choose a tag to compare

StippleUI v0.24.10

Diff since v0.24.9

  • add relabel!(::DataTable, ...) to modify headers of DataTables
  • fix docstring of table (v-on:row-click)
  • add a format function to cell_template

v0.24.9

28 Jun 22:05

Choose a tag to compare

StippleUI v0.24.9

Diff since v0.24.8

  • support base_path in Uploaders
  • update links in README

v0.24.8

17 Apr 09:23

Choose a tag to compare

StippleUI v0.24.8

Diff since v0.24.7

  • make knob a normal element to receive templates

v0.23.7

14 Apr 20:08

Choose a tag to compare

StippleUI v0.23.7

Diff since v0.23.6

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v0.23.6

14 Apr 18:49

Choose a tag to compare

StippleUI v0.23.6

Diff since v0.23.5

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v0.24.7

13 Apr 22:25

Choose a tag to compare

StippleUI v0.24.7

Diff since v0.24.6

  • add a preprocess handler addTableInfo() for the @onmacro via mixin
    it adds a row, column, and value of the clicked cell to the event data of the table event :row_clicked