Releases: panel-extensions/panel-material-ui
Releases · panel-extensions/panel-material-ui
Version 0.5.0
What's Changed
Features
- Implement
IconButton
href
andtarget
by @philippjfr in #435 - Implement support for reconnect notifications by @philippjfr in #444
- Update to Mui v7 by @philippjfr in #459
Enhancements
- Implement
TextArea.resizable
by @philippjfr in #436 - Add
CrossSelector.size
by @hoxbro in #456 - Register
HoloViews
widgets and template by @philippjfr in #469 - Improve
ChatAreaInput
upload experience by @ahuang11 in #440 - Replace pyodide loader by @philippjfr in #466
Visual Tweaks
- Ensure components in header adapt to header color by @philippjfr in #438
Accordion
layout improvements by @philippjfr in #447- Add left border to active
MenuList
item by @philippjfr in #449 - Fix
Dialog
padding and close button alignment by @philippjfr in #452 - Reduce
Accordion
padding by @philippjfr in #468
Bug Fixes
- Align button menu components by @philippjfr in #425
- Hide selected options in
MultiChoice
option list by @TimoDiepers in #432 - Ensure
Select
'outlined'variant
is notched when updating value by @philippjfr in #434 - Portal tooltips into
Page
root by @philippjfr in #439 - Minor Chat tweaks by @philippjfr in #451
- Ensure CSS
icon_size
is permitted onIconButton
andToggleIcon
by @philippjfr in #453 - Wait to send
ChatAreaInput
message until files are uploaded by @philippjfr in #457 - Improve upload progress reporting in
ChatAreaInput
by @philippjfr in #458 - Trigger send event if sending empty message with uploaded files by @philippjfr in #460
- Fix default item open state handling in
List
component #454 by @szampier in #455 - Register CDN and dist directory with panel by @philippjfr in #463
- Ensure
FileDownload
fetches latest data by @philippjfr in #464 - Fix href support on
MenuButton
items by @philippjfr in #467
Documentation
- Update
mui.py
forPage.Meta
changes by @azjps in #441 - Align documentation of color variants by @philippjfr in #450
New Contributors
- @TimoDiepers made their first contribution in #432
- @szampier made their first contribution in #455
- @azjps made their first contribution in #441
Full Changelog: v0.4.0...v0.5.0
Version 0.4.0
Features
- Consistently support
Widget.description
tooltips by @philippjfr in #393 - Add
SplitButton
widget by @dalthviz in #284 - Add
MenuToggle
by @ahuang11 in #406
Enhancements
- Add
ChatInterface.input_params
by @ahuang11 in #401 - Optimize font CSS lookups by @philippjfr in #399
- Allow rendering components into
Accordion
andTabs
headers by @philippjfr in #409
Design Tweaks
- Reduce default
Typography
header size by @philippjfr in #394, #404, #410 - Align
IconButton
andToggleIcon
sizing by @philippjfr in #411 - Change
ChatMessage
placeholder loading animation by @philippjfr in #417
Bug Fixes
- Only
jslink
onWidget
instances, notWidgetBase
by @maximlt in #390 - Allow setting open on
MenuList
items by @philippjfr in #395 - Fix regression adding items to
MenuList
by @philippjfr in #396 - Ensure classic panel components are styled correctly by @philippjfr in #408
- Handle sync of
MuiNotification
model by @philippjfr in #412 - Fix handling of decimal values in
NumberInput
validation by @philippjfr in #413 - Ensure material-variables CSS does not override font and color by @philippjfr in #419
Documentation
- Review SplitButton Reference Guide by @MarcSkovMadsen in #398
- Add missing notebooks by @MarcSkovMadsen in #368
New Contributors
Full Changelog: v0.3.3...v0.4.0
Version 0.3.3
What's Changed
- Ensure Select menu in notebook is scrollable by @philippjfr in #385
- Ensure FileDownload filename can be set inside callback by @philippjfr in #386
- Allow switching Page.logo based on theme by @philippjfr in #388
Full Changelog: v0.3.2...v0.3.3
Version 0.3.2
What's Changed
- Ensure Card and ChatStep titles wrap by @philippjfr in #383
- Ensure icon_size is not dropped by @philippjfr in #384
- Update Backdrop.ipynb text by @Coderambling in #381
Full Changelog: v0.3.1...v0.3.2
Version 0.3.1
What's Changed
- Add missing doc attributes by @MarcSkovMadsen in #365
- Wrap
EditableSlider
label by @philippjfr in #373 - Fix textual issue in icons.md by @Coderambling in #369
- Add link in components.md doc by @Coderambling in #370
- Fix bug when clearing
Tabs
by @philippjfr in #374 - Add support for toggle actions on
MenuList
by @philippjfr in #376 - Hide empty
Tabs
by @philippjfr in #377
Full Changelog: v0.3.0...v0.3.1
Version 0.3.0
What's Changed
- Update README for announcement by @MarcSkovMadsen in #308
- Update Switch.ipynb to mention it is interchangeable not only with Toggle, but also with Checkbox by @Coderambling in #315
- Update Button.ipynb to change section name and minor textual change by @Coderambling in #313
- Change .api tab names by @MarcSkovMadsen in #311
- Align AutoCompleteInput-DatePicker with guiding principles by @MarcSkovMadsen in #309
- Update TextInput.ipynb to remove the word 'obfuscated' from the line near the top by @Coderambling in #319
- Review Indicators by @MarcSkovMadsen in #316
- Align TextInput, PasswordInput and AutocompleteInput by @philippjfr in #322
- Review Switch, Toggle, ToggleIcon and CheckBox by @MarcSkovMadsen in #326
- Fix Page header_color by @philippjfr in #329
- copilot-instructions by @MarcSkovMadsen in #325
- Implement Dialog.show_close_button and update docs by @philippjfr in #331
- Improve handling of Page.meta by @philippjfr in #332
- Review TimePicker by @philippjfr in #333
- Align slider reference docs by @philippjfr in #335
- Review FileDownload and Fab widget by @philippjfr in #334
- Branding by @MarcSkovMadsen in #328
- Update NestedSelect doc to indicate examples only work after Notebook execution by @Coderambling in #323
- Rename List to MenuList by @philippjfr in #336
- Review Container reference by @philippjfr in #337
- Rename Progress and LoadingSpinner by @philippjfr in #338
- Give LLMs what they expect by @MarcSkovMadsen in #352
- Add pmui Plotly support by @MarcSkovMadsen in #341
- Fix updates to Typography pane by @philippjfr in #353
- Improve rendering Select and MenuButton in notebooks by @philippjfr in #340
- Add CrossSelector widget by @philippjfr in #355
- Add pane reference guides by @MarcSkovMadsen in #354
- Cleanup of Menu reference docs by @philippjfr in #356
- Documentation Review for 0.3.0 release by @philippjfr in #357
- fix card collapsed by @MarcSkovMadsen in #359
- Add pane reference guides by @MarcSkovMadsen in #358
- Implement file upload on ChatAreaInput by @philippjfr in #360
- Ensure MenuList.active is stable by @philippjfr in #361
- Enhance ChatAreaInput by @philippjfr in #362
- expose compile-dev by @MarcSkovMadsen in #363
- Minor 0.3 improvements by @philippjfr in #364
New Contributors
- @Coderambling made their first contribution in #315
Full Changelog: v0.2.0...v0.3.0
Version 0.2.0
What's Changed
Features
- Implement
EditableRangeSlider
andEditableIntRangeSlider
by @philippjfr in #299 - Add support for
List
inline actions by @philippjfr in #292 - Support href and target on MenuButton by @philippjfr in #302
Bug fixes
- Fix
FileInput
not working by @MarcSkovMadsen in #287 - Correctly resolve themes and set default primary color by @philippjfr in #301
Documentation
- Review
AutocompleteInput
by @MarcSkovMadsen in #291 - Review
Checkbox
by @MarcSkovMadsen in #293 - Reorganize and add tests by @philippjfr in #294
- Reorganize and add
Menu
tests by @philippjfr in #295 - Review
CheckBoxGroup
by @MarcSkovMadsen in #297 - Fix conda install instructions by @travishathaway in #300
- Reference doc alignment by @philippjfr in #303
- Add ThemeToggle reference page by @philippjfr in #304
- Consistently use Mui API in reference guide by @philippjfr in #305
New Contributors
- @travishathaway made their first contribution in #300
Full Changelog: v0.1.4...v0.2.0
Version 0.1.4
What's Changed
- Fix FileInput rendering of progress by @philippjfr in #279
- Embed iframe content using srcdoc attribute for compatibility by @philippjfr in #285
- FileInput Guide Review by @MarcSkovMadsen in #278
- Allow setting Select size variant by @philippjfr in #286
Full Changelog: v0.1.3...v0.1.4
Version 0.1.3
What's Changed
- Correctly determine sizing_mode on Page by @philippjfr in #276
Full Changelog: v0.1.2...v0.1.3
Version 0.1.2
What's Changed
- Adjust header of demo example by @philippjfr in #275
- Change
BreakpointSwitcher
to not be a widget by @philippjfr in #275
Full Changelog: v0.1.1...v0.1.2