Version 2.4.1
Added
Changed
- The
warn_on_undocumented_optionoption now defaults toTrueand only check the option names - We have added a new option
warn_on_unexpected_option_typethat defaults towarn_on_undocumented_optionwhentypeguard>=4.4.1is installed (Falseotherwise) - Wrapping JS function definitions in parentheses prior to JS eval is now done on the JS side.
Fixed
- We have added type hints to
itable.optionseven for the options that don't have a default value (#224) - The optional final semicolon in
styleargument is now supported again (#386) - The index of Pandas Style object is now rendered when non-trivial (#393)
- We have made the CSS files compatible with the shadow dom used by Marimo (#383)
- A workaround for the incorrect widget weight in Shiny is to use
fillable=Falsein theoutput_widget(#360) - We have fixed a Javascript error in the Jupyter widget ('t.state_change is undefined') (#407)