Skip to content

Commit 5fce033

Browse files
committed
Resolved merge conflicts
2 parents b6ade49 + a4db645 commit 5fce033

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+8438
-594
lines changed

chartlets.js/CHANGES.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
1-
## Version 0.0.23 (in development)
1+
## Version 0.0.27 (from 2024/11/25)
2+
3+
* Added component `IconButton` and enhanced other components' attributes.
4+
5+
## Version 0.0.26 (from 2024/11/23)
6+
7+
* Channels such as `Input`, `State`, `Output` no longer have a `link` property.
8+
Instead, we use a special `id` format, namely `"@app"` and `@container`
9+
to address states other than components. (#52)
10+
11+
## Version 0.0.25 (from 2024/11/23)
12+
13+
* `Registry.register()` now requires the `type`
14+
to be passed as 1st argument because `component.name` will
15+
be a mangled name in most cases.
16+
17+
## Version 0.0.24 (from 2024/11/23)
18+
19+
* Exporting required `HostStore` type.
20+
21+
## Version 0.0.23 (from 2024/11/23)
22+
23+
* Introduced new interface `HostState` that applications may implement
24+
to provide computed properties, i.e., a derived state. (#43)
225

326
* Replacing entire components if a related component `StateChange`
427
has an empty `property`. (#38)

chartlets.js/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
65
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React + TS</title>
6+
<title>Chartlets Demo</title>
87
</head>
98
<body>
109
<div id="root"></div>

0 commit comments

Comments
 (0)