2.0.1
What's Changed
- Add validation warning for unrecognized chart fields by @palewire in #435
- enable strict validation for all chart model configs by @palewire in #436
- refactor(charts): reorganize enums into dedicated subpackage by category by @palewire in #437
- docs: add Sphinx extension for Pydantic parameter tables by @palewire in #438
- docs: reorganize documentation structure with advanced usage section by @palewire in #439
- docs: add Sphinx extension for auto-generating enum tables by @palewire in #440
- feat: add BaseChart operations for delete, duplicate and fork by @palewire in #441
- docs: add new chart objectt guide and reorder chart classes for improved clarity by @palewire in #442
- feat: add methods for retrieving display URLs, iframe code, editor URL, and PNG URL in BaseChart class by @palewire in #443
- docs: fix boolean enum value rendering and update example by @palewire in #444
- docs: expand area chart documentation with comprehensive example by @palewire in #445
- feat: enhance AreaChart configuration with y-axis label alignment and… by @palewire in #446
- docs: update chart examples with new data sources and enhanced visualizations for various chart types by @palewire in #447
- fix: Correct what the publish chart method returns by @palewire in #448
- refactor: rename 'bg' to 'outline' in TextAnnotation model and update related tests by @palewire in #449
- feat: add chart factory function for typed chart retrieval by @palewire in #450
- docs: Trim the table of contents length on the index by @palewire in #451
- feat: add devcontainer configuration and setup script for development environment by @palewire in #452
- fix: add missing clean_env parameter to test_get_chart_line_chart function by @palewire in #453
- feat: Enhance arrow model with color and label options, fix docs by @palewire in #454
- docs: Update BarChart example by @palewire in #455
- Update ColumnChart example with improved annotations and data source by @palewire in #456
- refactor: update documentation for various chart examples with improv… by @palewire in #457
Full Changelog: 2.0.0...2.0.1