Releases: ontodev/nanobot.rs
2024-07-31 Alpha Release
WARNING: This is an experimental release that includes list support from VALVE and replaces Typeahead fields with React-Bootstrap-Typeahead. This version fixes a performance regression.
2024-07-29 Alpha Release
WARNING: This is an experimental release that includes list support from VALVE and replaces Typeahead fields with React-Bootstrap-Typeahead.
2024-04-25 Alpha Release
Full Changelog: v2024-03-29...v2024-04-25
2024-03-29 Alpha Release
Full Changelog: v2024-03-21...v2024-03-29
2024-03-21 Alpha Release
What's Changed
- Fix missing table.edit_view by @jamesaoverton in #83
- Improve server, rename --connection option by @jamesaoverton in #84
Full Changelog: v2024-03-20...v2024-03-21
2024-03-20 Alpha Release
What's Changed
- Support new valve config structs by @lmcmicu in #77
- Use table.edit_view for 'Add row' button #76 by @jamesaoverton in #79
- Improve menus for table cells by @jamesaoverton in #80
- Do not reset view on POST by @jamesaoverton in #81
Full Changelog: v2024-02-16...v2024-03-20
2024-02-16 Alpha Release
This release updates VALVE, which will now fail on missing column definitions. The 'SQLite type' and 'PostgreSQL type' columns of the 'datatype' table have been combined into a single 'SQL type' column. See examples/penguins/src/schema/ for examples.
What's Changed
- Use new valve API by @lmcmicu in #67
- First pass at JSON-LD support by @jamesaoverton in #71
- Fix top-level class view by @jamesaoverton in #72
- Fix integration tests by @jamesaoverton in #73
- Configurable default number of results per page by @jamesaoverton in #74
Full Changelog: v2024-01-23...v2024-02-16
2024-01-23 Alpha Release
Full Changelog: v2023-12-08...v2024-01-23
2023-12-08 Alpha Release
Full Changelog: v2023-11-30...v2023-12-08
2023-11-30 Alpha Release
Fixes a bug in undo/redo handling, restores links between tables, and improves rendering of null values.
Full Changelog: v2023-11-27...v2023-11-30