Skip to content

V1.0.0 beta.6#22

Merged
percevalw merged 2 commits intomainfrom
v1.0.0-beta.6
Feb 26, 2026
Merged

V1.0.0 beta.6#22
percevalw merged 2 commits intomainfrom
v1.0.0-beta.6

Conversation

@percevalw
Copy link
Copy Markdown
Owner

Changelog

New notebook-based tutorials : each tutorial can now be downloaded as a Jupyter notebook and run "at home".

New DataWidgetFactory !

  • The DatasetExplorerApp factory moved to metanno/recipes/data_widget_factory.py and is now DataWidgetFactory
  • create_table_widget and create_form_widget now take fields built with infer_fields (makes them reusable, or you can provide fields directly)
  • create_text_widget:
    • now returns a toolbar widget and a text widget as a tuple
    • now supports fields for the span editor to customize the toolbar
  • Optional helpers can replace custom wiring
    • create_selected_field_view for simple value display of selected table rows, for instance to show a note header
    • create_filters_view for table filters
  • Automatic syncing between tables, forms, and text widgets (no more manual callbacks required)
  • Nested data support, ie notes: [{"note_id": ..., "note_text": ..., "entities": [{"id": ..., "begin": ...}], ...}] can be seen in two views using store keys notes and notes.entities
  • New connection status bar to know if an app is connected, disconnected or offline.

New Pret changes !

  • Transactions, connection status, store rollbacks, Jupyter "Open in a new tab" button, and more.
  • Check out Pret's changelog for more info.

@github-actions
Copy link
Copy Markdown

Docs preview URL

https://metanno-v100-beta6.vercel.app/

@percevalw percevalw merged commit ddb74fc into main Feb 26, 2026
8 checks passed
@percevalw percevalw deleted the v1.0.0-beta.6 branch February 26, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant