Skip to content

Commit

Permalink
Merge pull request #207 from streamsync-cloud/v300
Browse files Browse the repository at this point in the history
v0.3.0 adjustments
  • Loading branch information
ramedina86 authored Jan 25, 2024
2 parents c1ba611 + 1122d06 commit 52abe0d
Show file tree
Hide file tree
Showing 17 changed files with 401 additions and 397 deletions.
3 changes: 1 addition & 2 deletions apps/hello/ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -966,8 +966,7 @@
"totalItems": "@{paginated_members_total_items}",
"pageSizeOptions": "1,2,5",
"pageSizeShowAll": "no",
"jumpTo": "no",
"urlParam": "no"
"jumpTo": "no"
},
"parentId": "e1ax8ctt8lrao0e4",
"position": 1,
Expand Down
2 changes: 1 addition & 1 deletion src/streamsync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from streamsync.core import Readable, FileWrapper, BytesWrapper, Config
from streamsync.core import initial_state, component_manager, session_manager, session_verifier

VERSION = "0.2.8"
VERSION = "0.3.0"

component_manager
session_manager
Expand Down
8 changes: 4 additions & 4 deletions src/streamsync/app_templates/hello/ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
"width": "1",
"isCollapsible": "",
"startCollapsed": "",
"horizontalAlignment": "center"
"contentHAlign": "center"
},
"parentId": "fb22acfc-cdb5-44b6-9e97-76c3a51a8fff",
"position": 2
Expand Down Expand Up @@ -367,7 +367,7 @@
"id": "09ddb2da-6fa3-4157-8da3-4d5d44a6a58d",
"type": "horizontalstack",
"content": {
"alignment": "left"
"contentHAlign": "start"
},
"parentId": "85120b55-69c6-4b50-853a-bbbf73ff8121",
"position": 0
Expand Down Expand Up @@ -591,7 +591,7 @@
"content": {
"width": "1",
"verticalAlignment": "",
"horizontalAlignment": ""
"contentHAlign": ""
},
"parentId": "b9cb10e5-1ead-448b-afcc-909e23afb72a",
"position": 0
Expand Down Expand Up @@ -843,7 +843,7 @@
"id": "9bb8a686-7013-4af7-a89e-d89c7754120d",
"type": "horizontalstack",
"content": {
"alignment": "left"
"contentHAlign": "start"
},
"parentId": "771dc336-69b2-400e-9ea3-e881e2332c9d",
"position": 2,
Expand Down
2 changes: 1 addition & 1 deletion tests/testapp/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def _get_altair_chart():
"b": {
"pet_count": 8
},
"utfࠀ": 23,
"utfࠀ": "ثعلب كلب",
"prog_languages": {
"c": {"name": "C"},
"ts": {"name": "TypeScript"},
Expand Down
Loading

0 comments on commit 52abe0d

Please sign in to comment.