dragon_charts_flutter 0.1.1-dev.2
dragon_charts_flutter: ^0.1.1-dev.2 copied to clipboard
A lightweight and highly customizable charting library for Flutter.
0.1.1-dev.2 #
Note: This release has breaking changes.
-
cd /Users/charl/Code/UTXO/komodo_defi_sdk && yes "" | CI=true melos version --yes -c -d -D -m "chore(release): patch bump across workspace after dependency constraints update" -V "dragon_charts_flutter:patch" -V "dragon_logs:patch" -V "komodo_cex_market_data:patch" -V "komodo_coin_updates:patch" -V "komodo_coins:patch" -V "komodo_defi_framework:patch" -V "komodo_defi_local_auth:patch" -V "komodo_defi_rpc_methods:patch" -V "komodo_defi_sdk:patch" -V "komodo_defi_types:patch" -V "komodo_symbol_converter:patch" -V "komodo_ui:patch" -V "komodo_wallet_build_transformer:patch" -V "komodo_wallet_cli:patch" | cat
-
FEAT(rpc): trading-related RPCs/types (#191).
-
FEAT(auth): poll trezor connection status and sign out when disconnected (#126).
-
BREAKING CHORE: unify Dart SDK (^3.9.0) and Flutter (>=3.35.0 <3.36.0) constraints across workspace.
0.0.1-pre1 - 2024-05-26 #
- First stable MVP PoC with line graphs implemented.
0.0.1 - 2024-05-26 #
- Visual improvements to the line graphs and tooltips.
- Partial API documentation.
- Improvements to animations, especially when changing data set size.
- Other miscellaneous bug fixes and improvements.
0.0.2 - 2024-06-17 #
Added #
- Minor visual tweaks: Improved the visual appearance of the application with minor tweaks for better user experience. (
2fc0171e) - QoL improvements and miscellaneous changes: Added various quality-of-life improvements and miscellaneous changes for better functionality and user experience. (
f2c39896) - Multiple point selection/highlighting strategies: Introduced new strategies for selecting and highlighting multiple points on the chart, enhancing interactivity. (
bb94c136)
Changed #
- Cartesian selection configuration: Enhanced the configuration options for cartesian selection, providing more flexibility and customization options. (
dc49710f) - Tooltip functionality: Improved the tooltip functionality, ensuring accurate and clear information display. (
b44b0833)
Fixed #
- Further lint fixes: Addressed additional linting issues to maintain code quality and consistency. (
7231300c) - Chart padding for labels: Fixed padding issues to ensure labels are correctly displayed without overlapping, improving chart readability. (
344c2014)
Documentation #
- Rename reference of Graph to Chart: Refactored code to rename references from
GraphtoChartfor better clarity and consistency. (6a790fbb) - README updates:
- Updated references from
GraphExtenttoChartExtent. - Improved documentation for chart components and their properties.
- Updated references from
0.0.3 - 2024-07-01 #
Added #
- Sparkline Chart: Added support for sparkline charts, allowing users to visualize data trends in a compact format. (
8124e08)
0.1.0 - 2024-07-05 #
- Initial release with support for line charts.: The first stable release of the library, providing support for line charts. No functional changes from the previous version.
- Linter Fixes: Apply linter fixes. There are no functional changes.