Skip to content

Releases: cldellow/datasette-ui-extras

0.28

20 Feb 15:17
Compare
Choose a tag to compare

Add omnisearch box on table pages

0.27

18 Feb 20:55
Compare
Choose a tag to compare

Add dependency on datasette-mutable-downloads

0.26.1

18 Feb 17:40
Compare
Choose a tag to compare
  • Edit UI: initialize DropdownControl initial value to first choice when inserting a row, if the underlying field is not nullable

0.26

18 Feb 17:27
Compare
Choose a tag to compare
  • Edit UI: Can add new rows
  • Edit UI: Stats are automatically updated when rows are deleted/updated/inserted

0.25

16 Feb 15:19
Compare
Choose a tag to compare

Use sqlite-sqlean for real. Deploy failures due to crashes in native code were an unrelated, duckdb bug.

0.24

16 Feb 03:53
Compare
Choose a tag to compare

revert 0.23

0.23

16 Feb 03:31
Compare
Choose a tag to compare

Use sqlite-sqlean's PyPI version for crypto package

0.22

15 Feb 00:18
Compare
Choose a tag to compare

Use sqlite_sqlean for crypto package; add Edit row button for users with update-row permission

0.21

12 Feb 16:12
Compare
Choose a tag to compare

Better editing support, with custom controls for dates, date times, foreign keys, JSON string arrays, closed lists declared via CHECK constraints.

0.20

05 Feb 23:12
Compare
Choose a tag to compare

Add initial support for editing rows.

You can edit a table or a view (if it has INSTEAD OF triggers).

The only control for editing is a StringControl -- it's not very user-friendly!

You can author your own controls and plug them in via a hook.