All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: remove not needed dependency. (f5c81710)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: update sentry_flutter dependency. (650aaa95)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_analytics
-v0.1.0+1
djangoflow_app
-v6.0.1
djangoflow_app_links
-v3.0.1
djangoflow_auth
-v0.6.0+1
djangoflow_auth_apple
-v0.2.0+1
djangoflow_auth_discord
-v0.2.0+1
djangoflow_auth_facebook
-v0.2.0+1
djangoflow_auth_google
-v0.2.0+1
djangoflow_chat
-v0.2.0+1
djangoflow_deep_link_interface
-v2.0.1
djangoflow_emoji_rain
-v0.1.0+1
djangoflow_facebook_analytics
-v0.1.0+1
djangoflow_fcm
-v0.2.0+1
djangoflow_firebase_analytics
-v0.3.0+1
djangoflow_local_notification
-v0.1.0+1
djangoflow_mixpanel_analytics
-v0.5.0+1
djangoflow_oauth
-v0.0.1+1
djangoflow_odoo_oauth
-v0.1.0+1
djangoflow_remote_config
-v0.1.0+2
djangoflow_sync_drift_odoo
-v0.2.0+2
djangoflow_video_player
-v0.2.0+1
djangoflow_websocket
-v0.2.0+1
- REFACTOR: update dependencies. (b1531da6)
- REFACTOR: update dependencies. (b1531da6)
- REFACTOR: update dependencies. (b1531da6)
- REFACTOR: update dependencies. (b1531da6)
- REFACTOR: update dependencies. (b1531da6)
- REFACTOR: update dependencies. (b1531da6)
- REFACTOR: update dependencies. (b1531da6)
- REFACTOR: update dependencies. (b1531da6)
- REFACTOR: update dependencies. (b1531da6)
- REFACTOR: update dependencies. (b1531da6)
- REFACTOR: update dependencies. (b1531da6)
- REFACTOR: update dependencies. (b1531da6)
- REFACTOR: update dependencies. (b1531da6)
- REFACTOR: update dependencies. (b1531da6)
- REFACTOR: update dependencies. (b1531da6)
- REFACTOR: update dependencies. (b1531da6)
- REFACTOR: update dependencies. (b1531da6)
- REFACTOR: update dependencies. (b1531da6)
- REFACTOR: update dependencies. (b1531da6)
- REFACTOR: update dependencies. (b1531da6)
- REFACTOR: update dependencies. (b1531da6)
- REFACTOR: update dependencies. (b1531da6)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: logger update. (f5cc2e8b)
- REFACTOR: Update logger usage and dependencies. (4cae4864)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: remove custom http client, dev can pass whatever client they wish. (93215f85)
- FEAT: use djangoflow_oauth package as foundation to build OAuthProvider for odoo oauth. (545e867b)
- REFACTOR: make relevant changes for odoo_rpc package changes. (da09aab0)
- REFACTOR: expose loginStream. (286ebf13)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: Simplify OdooSession handling and update dependencies. (e5edc82d)
Packages with breaking changes:
Packages with other changes:
- There are no other changes in this release.
- BREAKING REFACTOR: Update drift and related dependencies. (054aac06)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: Use FlutterWebAuth2Options in PKCE auth. (6af4478d)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FEAT: Add web support for PKCE auth. (c72fa769)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: rethrow error from authenticate method. (a392e870)
Packages with breaking changes:
Packages with other changes:
- There are no other changes in this release.
- BREAKING REFACTOR: Update DjangoflowAppRunner to handle null root widget. (9059c18c)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FEAT: Add PKCE authentication support to be used for odoo. (ed89c051)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: update logout method in OdooSSOAuthenticator. (1571255d)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_odoo_auth
-v0.1.0+1
djangoflow_odoo_oauth
-v0.0.2
djangoflow_sync_drift_odoo
-v0.1.0+3
- REFACTOR: update dependencies. (82805098)
- REFACTOR: fix issue with converting comapny list as records. (b740488f)
- REFACTOR: Rename getDbList to fetchDbList in DjangoflowOdooAuthCubit. (7ec9f267)
- REFACTOR: Initialize client after successful login with custom session_id. (ec75fbd8)
- REFACTOR: Update DjangoflowOdooAuthCubit and DjangoflowOdooAuthRepository. (dd58e0c9)
- REFACTOR: add dbName from OdooSession. (c97bf6c4)
- FEAT: add djangoflow_odoo_oauth package. (38e1625a)
- REFACTOR: update dependencies. (5241b5e9)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: Update DjangoflowAppSnackbar to use a centralized method for showing snackbars. (71a36554)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: Update OdooBackend to use checkConnection() instead of isOnline. (82665b1f)
- REFACTOR: Add error handling for OdooException in DriftOdooSyncRepository. (1d049cfe)
- REFACTOR: Update OdooBackend to use checkConnection() instead of isOnline. (82665b1f)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: sync strategy to conditionally update existing item. (987f1dc2)
- FIX: add onConflict for insert statement to avoid errors during insert. (f33e5805)
Packages with breaking changes:
Packages with other changes:
- There are no other changes in this release.
- REFACTOR: use batch processing when syncing many items. (f75bc811)
- BREAKING REFACTOR: Add limit and offset parameters to getAll method in Backend. (715c2bda)
- BREAKING REFACTOR: Add limit and offset parameters to getAll method in Backend. (715c2bda)
Packages with breaking changes:
Packages with other changes:
- BREAKING REFACTOR: add direct error handling. (2bf42a14)
- REFACTOR: Update id column in BaseTable to remove auto-increment. (dff20233)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: Resolve conflict in DriftOdooSyncStrategy. (f1d41b7f)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: Update xml_rpc dependency version to 0.5.1. (e9d61217)
- REFACTOR: throw exception if backend is not available. (ae51a212)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_odoo_auth
-v0.0.3
djangoflow_sync_drift_odoo
-v0.0.2+3
djangoflow_sync_foundation
-v0.0.3
- REFACTOR: linter fixes. (f95182be)
- REFACTOR: update dependencies. (f77e843f)
- FEAT: add ExtendedOdooClient, which can fetch database list. (38437145)
- REFACTOR: linter fixes. (f95182be)
- REFACTOR: add logs. (00271ed8)
- REFACTOR: linter fixes. (7b9adc66)
- FIX: update syncing conditions. (84949a01)
- REFACTOR: linter fixes. (f95182be)
- REFACTOR: add logs. (00271ed8)
- FEAT: Add BackendNotAvailableException class. (3daf892d)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: update SyncBackends table in database. (e8e8254f)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: update OdooClientManager initializeClient method signature. (956a8e29)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: update djangoflow_odoo_auth_cubit.dart to add getDbList() method. (12106216)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: update djangoflow_odoo_auth_cubit.dart imports and emit statements. (93fcaa78)
- REFACTOR: update djangoflow_odoo_auth_repository.dart. (ef782425)
Packages with breaking changes:
Packages with other changes:
- There are no other changes in this release.
- REFACTOR: update sdk constraints. (a27a072f)
- REFACTOR: update app_links version and flutter_bloc dependency. (564ae0bd)
- BREAKING REFACTOR: update example. (cad47a85)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_odoo_auth
-v0.0.2+1
djangoflow_sync_drift_odoo
-v0.0.2+1
djangoflow_sync_foundation
-v0.0.2+1
- DOCS: update LICENSES. (432d791f)
- DOCS: update LICENSES. (432d791f)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_odoo_auth
-v0.0.2
djangoflow_sync_drift_odoo
-v0.0.2
djangoflow_sync_foundation
-v0.0.2
- FEAT: add odoo related packages. (2759d323)
- FEAT: add odoo related packages. (2759d323)
- FEAT: add odoo related packages. (2759d323)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: update params and add SingleChildWidget import in AppBuilder. (2ae11e1e)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: update params and add providers in AppBuilder. (970e8558)
- REFACTOR: update params and rename variables in AppBuilder. (d3c82cee)
- REFACTOR: update params. (38dbff73)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX: when all truncated widgets are Text, merge them. (f879f596)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX: return the truncatedChildren using super.build. (d8cf77b2)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: add simplified max line support. (242da8a2)
- REFACTOR: show Read More only when used. (b461d08e)
- REFACTOR: linter fix example app. (c874e463)
- FIX: issue with adding Read more span with a Text widget. (def24c6f)
- FEAT: use MarkdownBody instead of Markdown. (084e9399)
- DOCS: updated readme. (8acf12f2)
- DOCS: add comments. (b5d96420)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
djangoflow_remote_config
-v0.1.0+1
- REFACTOR: update dependencies to the last. (259625c4)
Packages with breaking changes:
djangoflow_analytics
-v0.1.0
djangoflow_app
-v5.0.0
djangoflow_auth
-v0.6.0
djangoflow_auth_apple
-v0.2.0
djangoflow_auth_discord
-v0.2.0
djangoflow_auth_facebook
-v0.2.0
djangoflow_auth_google
-v0.2.0
djangoflow_bloc_extensions
-v0.1.0
djangoflow_chat
-v0.2.0
djangoflow_deep_link_interface
-v2.0.0
djangoflow_emoji_rain
-v0.1.0
djangoflow_error_reporter
-v0.2.0
djangoflow_facebook_analytics
-v0.1.0
djangoflow_fcm
-v0.2.0
djangoflow_firebase_analytics
-v0.3.0
djangoflow_local_notification
-v0.1.0
djangoflow_mixpanel_analytics
-v0.5.0
djangoflow_remote_config
-v0.1.0
djangoflow_scrollable_column
-v0.1.0
djangoflow_sentry_reporter
-v0.3.0
djangoflow_video_player
-v0.2.0
djangoflow_websocket
-v0.2.0
Packages with other changes:
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
djangoflow_app_links
-v2.0.2
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: add appVersion field to app launch model. (ad5c5c81)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_auth
-v0.5.0+1
djangoflow_auth_google
-v0.1.0+8
djangoflow_auth_discord
-v0.1.0+6
djangoflow_auth_apple
-v0.1.0+6
djangoflow_auth_facebook
-v0.1.0+6
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
djangoflow_auth_google
-v0.1.0+8
djangoflow_auth_discord
-v0.1.0+6
djangoflow_auth_apple
-v0.1.0+6
djangoflow_auth_facebook
-v0.1.0+6
- FIX: use correct cubit in JwtAuthIntercetor. (75450618)
Packages with breaking changes:
Packages with other changes:
djangoflow_auth_google
-v0.1.0+7
djangoflow_auth_facebook
-v0.1.0+5
djangoflow_auth_apple
-v0.1.0+5
djangoflow_auth_discord
-v0.1.0+5
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
djangoflow_auth_google
-v0.1.0+7
djangoflow_auth_facebook
-v0.1.0+5
djangoflow_auth_apple
-v0.1.0+5
djangoflow_auth_discord
-v0.1.0+5
- BREAKING REFACTOR: add authCubit field for JwtAuthInterceptor. (bc17ac36)
Packages with breaking changes:
Packages with other changes:
- There are no other changes in this release.
- BREAKING REFACTOR: update dependencies. (c3f92792)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: update dependencies. (cfd76e2a)
- REFACTOR: update dependencies. (cfd76e2a)
Packages with breaking changes:
Packages with other changes:
- There are no other changes in this release.
- BREAKING REFACTOR: update dependencies. (3426f63d)
Packages with breaking changes:
Packages with other changes:
- There are no other changes in this release.
- BREAKING REFACTOR: update dependencies. (6e7cae19)
Packages with breaking changes:
Packages with other changes:
- There are no other changes in this release.
- BREAKING REFACTOR: update sentry dependency. (9e84bca9)
Packages with breaking changes:
Packages with other changes:
- There are no other changes in this release.
- BREAKING REFACTOR: use mixpanel_flutter 2.2.0. (e3309852)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REVERT: lower the mixpanel_flutter version. (6f140a3b)
- FEAT: support updating mixpanel user identity. (7ab9f9df)
Packages with breaking changes:
Packages with other changes:
- BREAKING REFACTOR: update dependencies and sdk constraints. (dfd33354)
- REFACTOR: update freezed generated files. (cada8a1f)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: update dependencies. (79d7a927)
Packages with breaking changes:
Packages with other changes:
- There are no other changes in this release.
- REFACTOR: resolve linter warnings. (9ab6b6e5)
- REFACTOR: freeze djangoflow_openapi version due to not supporting anymore. (25697269)
- BREAKING REFACTOR: update chat cubit. (fd0dbc87)
Packages with breaking changes:
Packages with other changes:
djangoflow_analytics
-v0.0.2+3
djangoflow_app
-v3.7.6
djangoflow_app_links
-v1.2.4
djangoflow_auth_discord
-v0.1.0+4
djangoflow_auth_google
-v0.1.0+6
djangoflow_deep_link_interface
-v1.2.3
djangoflow_facebook_analytics
-v0.0.4+3
djangoflow_fcm
-v0.1.0+9
djangoflow_firebase_analytics
-v0.2.0+3
djangoflow_local_notification
-v0.0.2+9
djangoflow_mixpanel_analytics
-v0.1.0+3
djangoflow_remote_config
-v0.0.4+5
djangoflow_websocket
-v0.1.0+6
djangoflow_auth_apple
-v0.1.0+4
djangoflow_auth_facebook
-v0.1.0+4
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
djangoflow_auth_apple
-v0.1.0+4
djangoflow_auth_facebook
-v0.1.0+4
- REFACTOR: update generated files. (b057a275)
- BREAKING REFACTOR: bump djangoflow_openapi version. (26b7bcd1)
- REFACTOR: update generated files. (b057a275)
- REFACTOR: update generated files. (b057a275)
- REFACTOR: update generated files. (b057a275)
- REFACTOR: update generated files. (b057a275)
- REFACTOR: update generated files. (b057a275)
- REFACTOR: update generated files. (b057a275)
- REFACTOR: update generated files. (b057a275)
- REFACTOR: update generated files. (b057a275)
- REFACTOR: update generated files. (b057a275)
- REFACTOR: update generated files. (b057a275)
- REFACTOR: update generated files. (b057a275)
- REFACTOR: update generated files. (b057a275)
- REFACTOR: update generated files. (b057a275)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX: do not update lastUpdate if result was empty. (fee86fc4)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX: if empty then use fallback. (b1d2fc45)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: expose dismissDirection. (d071f5f3)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: expose more fields for DjangoflowAppSnackbar. (cc7e27f4)
Packages with breaking changes:
Packages with other changes:
- There are no other changes in this release.
- DOCS: update readme with troubleshooting. (69a662fd)
- BREAKING REFACTOR: remove not mandatory controller initialization. (2c491181)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: update sdk constraints. (dcc52876)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX: video player initialization on web. (e72c5d4b)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_analytics
-v0.0.2+2
djangoflow_app
-v3.7.3
djangoflow_app_links
-v1.2.3
djangoflow_auth
-v0.3.0+5
djangoflow_auth_apple
-v0.1.0+3
djangoflow_auth_discord
-v0.1.0+3
djangoflow_auth_facebook
-v0.1.0+3
djangoflow_auth_google
-v0.1.0+5
djangoflow_bloc_extensions
-v0.0.2+3
djangoflow_deep_link_interface
-v1.2.2
djangoflow_error_reporter
-v0.1.0+3
djangoflow_facebook_analytics
-v0.0.4+2
djangoflow_fcm
-v0.1.0+8
djangoflow_firebase_analytics
-v0.2.0+2
djangoflow_local_notification
-v0.0.2+8
djangoflow_mixpanel_analytics
-v0.1.0+2
djangoflow_sentry_reporter
-v0.1.0+3
djangoflow_video_player
-v0.0.2
djangoflow_websocket
-v0.1.0+5
djangoflow_remote_config
-v0.0.4+2
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
djangoflow_remote_config
-v0.0.4+2
- REFACTOR: resolve linter warnings. (9ab6b6e5)
- REFACTOR: resolve linter warnings. (9ab6b6e5)
- REFACTOR: expose more fields for VideoPlayerController. (73909c85)
- REFACTOR: update VideoPlayerWidgetBuilder. (28cf6739)
- FEAT: add VideoPlayerWidget. (06345040)
- FEAT: add VideoPlayerWidgetBuilder. (38f844c1)
- FEAT: initialize djangoflow_video_player pacakge. (3cca34f7)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX: showing snackbar results in to empty scaffold error. (f1ab4a96)
- REFACTOR: remove unused import. (a94c4f34)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REVERT: remove workaround for. (2171605b)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_auth
-v0.3.0+4
djangoflow_auth_discord
-v0.1.0+2
djangoflow_auth_apple
-v0.1.0+2
djangoflow_auth_facebook
-v0.1.0+2
djangoflow_auth_google
-v0.1.0+4
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
djangoflow_auth_discord
-v0.1.0+2
djangoflow_auth_apple
-v0.1.0+2
djangoflow_auth_facebook
-v0.1.0+2
djangoflow_auth_google
-v0.1.0+4
- FIX: check if signed in before logging out. (e830367e)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: update dependency. (0b68f0ce)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: update dependencies. (691d2a1d)
- REFACTOR: update dependencies. (691d2a1d)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: update conditions for web getToken AbortError. (0980c1e2)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX(fcm): AbortError, no active Service Worker for web. (aabeb45d)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_analytics
-v0.0.2+1
djangoflow_app
-v3.7.1
djangoflow_app_links
-v1.2.2
djangoflow_auth
-v0.3.0+3
djangoflow_auth_apple
-v0.1.0+1
djangoflow_auth_discord
-v0.1.0+1
djangoflow_auth_facebook
-v0.1.0+1
djangoflow_auth_google
-v0.1.0+2
djangoflow_bloc_extensions
-v0.0.2+2
djangoflow_deep_link_interface
-v1.2.1
djangoflow_emoji_rain
-v0.0.3+2
djangoflow_error_reporter
-v0.1.0+2
djangoflow_facebook_analytics
-v0.0.4+1
djangoflow_fcm
-v0.1.0+1
djangoflow_firebase_analytics
-v0.2.0+1
djangoflow_local_notification
-v0.0.2+7
djangoflow_mixpanel_analytics
-v0.1.0+1
djangoflow_remote_config
-v0.0.4+1
djangoflow_scrollable_column
-v0.0.1+2
djangoflow_sentry_reporter
-v0.1.0+2
djangoflow_websocket
-v0.1.0+4
- REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)
- REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)
- REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)
- REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)
- REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)
- REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)
- REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)
- REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)
- REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)
- REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)
- REFACTOR: upgrade to flutter_lint 3.0.1. (ebfc2663)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FEAT: add appVersionWithPackageName. (3b900fa6)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR(djangoflow_app): Expose AppCubit.internal. (2c1996ae)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: update build_runner generated files. (2981f62a)
- DOCS: update CHANGELOG. (2cefb62f)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FEAT(djangoflow_app): Add package_info_extensions. (b99d82cf)
- FEAT(djangoflow_app): Add EnvSwitcher. (46d8b3f4)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: remove not needed import. (9721a1f1)
- DOCS: update README with troubleshooting section. (22e15804)
- DOCS(remote_config): update code documentation. (12fc9beb)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX(djangoflow_auth_google): Add mounted state. (efc87249)
- FIX(djangoflow_emoji_rain): Add mounted state. (c1becc45)
Packages with breaking changes:
djangoflow_auth_apple
-v0.1.0
djangoflow_auth_discord
-v0.1.0
djangoflow_auth_facebook
-v0.1.0
djangoflow_auth_google
-v0.1.0
Packages with other changes:
- There are no other changes in this release.
- BREAKING REFACTOR: remove djangoflow_openapi dependency from social provider packages. (178a6b77)
- BREAKING REFACTOR: remove djangoflow_openapi dependency from social provider packages. (178a6b77)
- BREAKING REFACTOR: remove djangoflow_openapi dependency from social provider packages. (178a6b77)
- BREAKING REFACTOR: remove djangoflow_openapi dependency from social provider packages. (178a6b77)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FEAT: add
loadSilently
to avoid triggering loading state. (86ebd165)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FEAT: add logo fields to AppLaunchDetails. (212a8661)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_auth
-v0.3.0+2
djangoflow_auth_apple
-v0.0.5+13
djangoflow_auth_discord
-v0.0.4+14
djangoflow_auth_facebook
-v0.0.4+13
djangoflow_auth_google
-v0.0.3+13
djangoflow_local_notification
-v0.0.2+6
djangoflow_openapi_extensions
-v0.0.3+3
djangoflow_remote_config
-v0.0.1+1
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
djangoflow_remote_config
-v0.0.1+1
- REFACTOR: update djangoflow_openapi dependency. (993a8c5b)
- REFACTOR: update djangoflow_openapi dependency. (993a8c5b)
- REFACTOR: update djangoflow_openapi dependency. (993a8c5b)
- REFACTOR: update djangoflow_openapi dependency. (993a8c5b)
- REFACTOR: update djangoflow_openapi dependency. (993a8c5b)
- REFACTOR: update djangoflow_openapi dependency. (993a8c5b)
- REFACTOR: update djangoflow_openapi dependency. (993a8c5b)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_auth
-v0.3.0+1
djangoflow_emoji_rain
-v0.0.3
djangoflow_local_notification
-v0.0.2+5
djangoflow_auth_discord
-v0.0.4+13
djangoflow_auth_google
-v0.0.3+12
djangoflow_auth_facebook
-v0.0.4+12
djangoflow_auth_apple
-v0.0.5+12
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
djangoflow_auth_discord
-v0.0.4+13
djangoflow_auth_google
-v0.0.3+12
djangoflow_auth_facebook
-v0.0.4+12
djangoflow_auth_apple
-v0.0.5+12
- REFACTOR: update dependencies. (ba8d8a77)
- REFACTOR: update dependencies. (3a832e53)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: enableAutoSessionTracking set to false. (820e6e05)
- REFACTOR: add djangoflow_sentry_reporter example (#54). (a0ca00f4)
Packages with breaking changes:
Packages with other changes:
djangoflow_app_links
-v1.2.1
djangoflow_auth_discord
-v0.0.4+12
djangoflow_auth_facebook
-v0.0.4+11
djangoflow_auth_google
-v0.0.3+11
djangoflow_auth_apple
-v0.0.5+11
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
djangoflow_auth_discord
-v0.0.4+12
djangoflow_auth_facebook
-v0.0.4+11
djangoflow_auth_google
-v0.0.3+11
djangoflow_auth_apple
-v0.0.5+11
- REFACTOR: update tests. (c08d86d6)
- FEAT: add HydratedAuthCubitBase abstract class. (356ba929)
- DOCS: update README. (09286317)
- BREAKING REFACTOR: AuthCubit now extends HydratedAuthCubitBase. (804a5e08)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: update djangoflow_openapi dependency. (b486077c)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
-
chore: update djangoflow_app to 3.5.0
-
REFACTOR: update sdk contraints for djangoflow_app. (12df5e6e)
-
REFACTOR: add djangoflow_app example. (5798e331)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_auth
-v0.2.2+1
djangoflow_auth_apple
-v0.0.5+10
djangoflow_auth_discord
-v0.0.4+11
djangoflow_auth_facebook
-v0.0.4+10
djangoflow_auth_google
-v0.0.3+10
djangoflow_local_notification
-v0.0.2+4
djangoflow_openapi_extensions
-v0.0.3+1
- REFACTOR: update djangoflow_openapi dependency. (b486077c)
- REFACTOR: update djangoflow_openapi dependency. (b486077c)
- REFACTOR: update djangoflow_openapi dependency. (b486077c)
- REFACTOR: update djangoflow_openapi dependency. (b486077c)
- REFACTOR: update djangoflow_openapi dependency. (b486077c)
- REFACTOR: update djangoflow_openapi dependency. (b486077c)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_auth
-v0.2.2
djangoflow_auth_google
-v0.0.3+9
djangoflow_auth_facebook
-v0.0.4+9
djangoflow_auth_apple
-v0.0.5+9
djangoflow_auth_discord
-v0.0.4+10
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
djangoflow_auth_google
-v0.0.3+9
djangoflow_auth_facebook
-v0.0.4+9
djangoflow_auth_apple
-v0.0.5+9
djangoflow_auth_discord
-v0.0.4+10
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_auth
-v0.2.1+6
djangoflow_auth_google
-v0.0.3+8
djangoflow_auth_facebook
-v0.0.4+8
djangoflow_auth_discord
-v0.0.4+9
djangoflow_auth_apple
-v0.0.5+8
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
djangoflow_auth_google
-v0.0.3+8
djangoflow_auth_facebook
-v0.0.4+8
djangoflow_auth_discord
-v0.0.4+9
djangoflow_auth_apple
-v0.0.5+8
- REFACTOR: update registerOrInviteUser. (6ef61571)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_auth
-v0.2.1+5
djangoflow_auth_discord
-v0.0.4+8
djangoflow_auth_apple
-v0.0.5+7
djangoflow_auth_google
-v0.0.3+7
djangoflow_auth_facebook
-v0.0.4+7
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
djangoflow_auth_discord
-v0.0.4+8
djangoflow_auth_apple
-v0.0.5+7
djangoflow_auth_google
-v0.0.3+7
djangoflow_auth_facebook
-v0.0.4+7
- REFACTOR: rename credentailToTokenLogin to obtainTokenAndLogin. (98911fd1)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_auth
-v0.2.1+4
djangoflow_auth_discord
-v0.0.4+7
djangoflow_auth_facebook
-v0.0.4+6
djangoflow_auth_apple
-v0.0.5+6
djangoflow_auth_google
-v0.0.3+6
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
djangoflow_auth_discord
-v0.0.4+7
djangoflow_auth_facebook
-v0.0.4+6
djangoflow_auth_apple
-v0.0.5+6
djangoflow_auth_google
-v0.0.3+6
- REFACTOR: rename loginWithOTP to credentialToTokenLogin for clarity. (5d83770a)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_auth
-v0.2.1+3
djangoflow_auth_google
-v0.0.3+5
djangoflow_auth_apple
-v0.0.5+5
djangoflow_auth_discord
-v0.0.4+6
djangoflow_auth_facebook
-v0.0.4+5
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
djangoflow_auth_google
-v0.0.3+5
djangoflow_auth_apple
-v0.0.5+5
djangoflow_auth_discord
-v0.0.4+6
djangoflow_auth_facebook
-v0.0.4+5
- FIX: wrong return type for
UserSignup
via generic. (e5174289)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_auth
-v0.2.1+2
djangoflow_auth_discord
-v0.0.4+5
djangoflow_auth_google
-v0.0.3+4
djangoflow_auth_apple
-v0.0.5+4
djangoflow_auth_facebook
-v0.0.4+4
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
djangoflow_auth_discord
-v0.0.4+5
djangoflow_auth_google
-v0.0.3+4
djangoflow_auth_apple
-v0.0.5+4
djangoflow_auth_facebook
-v0.0.4+4
- FIX: wrong return type for
UserSignup
. (4fef0941)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_auth
-v0.2.1+1
djangoflow_auth_apple
-v0.0.5+3
djangoflow_auth_discord
-v0.0.4+4
djangoflow_auth_facebook
-v0.0.4+3
djangoflow_auth_google
-v0.0.3+3
- REFACTOR: update
SocialTokenObtainProviderEnum provider
toProviderEnum
. (f6685e40) - REFACTOR: rename
loginWithOTP
tologinWithOTP
. (b7aa9dd3) - REFACTOR: requestOtp now takes
OTPObtainRequest
instead of only email. (bbe91299) - REFACTOR: renamed
registrationWithEmail
toregisterOrInviteUser
. (746a1c3d) - DOCS: update
SocialTokenObtainProviderEnum provider
toProviderEnum
. (0c231686) - DOCS: update method documentation. (0988879c)
- DOCS: update
SocialTokenObtainProviderEnum provider
toProviderEnum
. (04fd4a30)
- DOCS: update
SocialTokenObtainProviderEnum provider
toProviderEnum
. (04fd4a30)
- DOCS: update
SocialTokenObtainProviderEnum provider
toProviderEnum
. (04fd4a30)
- DOCS: update
SocialTokenObtainProviderEnum provider
toProviderEnum
. (04fd4a30)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FEAT: add dismissAll method. (baaeb826)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX: fix build_runner not running from the script properly. (06a4e2a8)
- FEAT: add generate-openapi-copywith.sh script. (82208f54)
- DOCS: update example url in generate-openapi.sh.md file. (04e3256d)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR: update generate-openapi.sh to support custom hostname. (90b2ff10)
- FEAT: support API_VERSION as cmd arg. (74f41ea9)
- FEAT: add generate-openapi.sh tool. (5a770218)
- DOCS: add generate-openapi.sh related doc. (b41de461)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FEAT(app): add AppHeaderInterceptor. (0351c250)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_bloc_extensions
-v0.0.2+1
djangoflow_local_notification
-v0.0.2+3
djangoflow_chat
-v0.0.1+2
djangoflow_websocket
-v0.1.0+3
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
djangoflow_local_notification
-v0.0.2+3
djangoflow_chat
-v0.0.1+2
djangoflow_websocket
-v0.1.0+3
- DOCS(bloc_extensions): update README. (9bb0a9ac)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_bloc_extensions
-v0.0.2
djangoflow_chat
-v0.0.1+1
djangoflow_local_notification
-v0.0.2+2
djangoflow_websocket
-v0.1.0+2
- FEAT: add djangoflow_bloc_extensions package. (354025cb)
- REFACTOR(chat): remove CubitMaybeEmit in favor of SafeEmitMixin. (c577f5ac)
- REFACTOR(local_notification): remove CubitMaybeEmit in favor of SafeEmitMixin. (049bbf53)
- REFACTOR(websocket): remove CubitMaybeEmit in favor of SafeEmitMixin. (289b5e8b)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_auth
-v0.2.1
djangoflow_local_notification
-v0.0.2+1
djangoflow_auth_discord
-v0.0.4+3
djangoflow_auth_apple
-v0.0.5+2
djangoflow_auth_google
-v0.0.3+2
djangoflow_auth_facebook
-v0.0.4+2
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
djangoflow_auth_discord
-v0.0.4+3
djangoflow_auth_apple
-v0.0.5+2
djangoflow_auth_google
-v0.0.3+2
djangoflow_auth_facebook
-v0.0.4+2
- FEAT(auth): add JwtAuthInterceptor. (6378e6e5)
- FIX(local_notification): fix build_runner not running. (3aca6480)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- REFACTOR(discord_auth): add
http
as a dependancy. (df5a3aea)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
djangoflow_auth
-v0.2.0+1
djangoflow_local_notification
-v0.0.2
djangoflow_websocket
-v0.1.0+1
djangoflow_auth_facebook
-v0.0.4+1
djangoflow_auth_discord
-v0.0.4+1
djangoflow_auth_apple
-v0.0.5+1
djangoflow_auth_google
-v0.0.3+1
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
djangoflow_auth_facebook
-v0.0.4+1
djangoflow_auth_discord
-v0.0.4+1
djangoflow_auth_apple
-v0.0.5+1
djangoflow_auth_google
-v0.0.3+1
- REFACTOR(auth): re-structure files for better organization. (62e836aa)
- DOCS(auth): update README. (6a9e75a5)
- REFACTOR(local_notification): remove firebase_messaging dependency. (4a4aef9c)
- REFACTOR(local_notification): add better error handling. (79f7dae6)
- REFACTOR(local_notification): update analysis_options. (3be92b83)
- FEAT(local_notification): add example app. (d5aaab6a)
- FEAT(local_notification): add ImageDownloader. (d0ced3d9)
- FEAT(local_notification): refactor to declutter. (284d68b0)
- FEAT(local_notification): add initial djangoflow_local_notification package. (7971aa5d)
- DOCS(local_notification): update CHANGELOG. (336fb707)
- DOCS(local_notification): add demo gifs. (7e2b3510)
- DOCS(local_notification): update README. (32f6155e)
- DOCS(local_notification): add LICENSE file. (69ed6602)
- DOCS(local_notification): update description in pubspec. (a0458bef)
- REFACTOR(websocket): move all files under src folder. (837c697d)
- REFACTOR(websocket): delete .iml file. (f41470d0)
- REFACTOR(websocket): add interface and config to make it more flexible. (3589b916)
- FIX(websocket): fix wrong generated constructor name. (931e10fb)
- DOCS(websocket): update CHANGELOG. (f47278cc)
- DOCS(websocket): update README. (a47975b5)