Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .changeset/fluent-icons-rename.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/monorepo-migration.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/react-internal-reorg.md

This file was deleted.

214 changes: 90 additions & 124 deletions packages/cli/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lcui/cli",
"version": "1.2.2",
"version": "1.2.3",
"type": "module",
"description": "Command line interface for rapid LCUI development",
"main": "index.js",
Expand Down
27 changes: 24 additions & 3 deletions packages/fluent-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,34 @@
## [1.0.4](https://gitee.com/lcui-dev/fluent-ui-system-icons/compare/v1.0.3...v1.0.4) (2025-01-27)

## 2.0.0

### Major Changes

## [1.0.3](https://gitee.com/lcui-dev/fluent-ui-system-icons/compare/v1.0.2...v1.0.3) (2024-12-23)
- b39bde0: BREAKING: package renamed from `@lcui/react-icons` to `@lcui/fluent-icons`.

The functionality is unchanged, but the package name on npm has moved. Update
your dependency and import statements:

### Bug Fixes
```diff
- import { Icon } from "@lcui/react-icons";
+ import { Icon } from "@lcui/fluent-icons";
```

The previous package (`@lcui/react-icons`) will receive no further updates.

* 仅在 fontSize 参数有效时设置样式 ([b12e133](https://gitee.com/lcui-dev/fluent-ui-system-icons/commits/b12e133b761ef42560ebf3dfead760711fadc93b))
### Patch Changes

- b39bde0: Repository restructure: the three packages now live in a single monorepo at
[`lcui-dev/lcui-toolkit`](https://github.com/lcui-dev/lcui-toolkit), managed with
npm workspaces and Changesets. The original repositories have been archived.
No runtime behaviour changes; published artifacts are equivalent to the prior
standalone releases.
- Updated dependencies [b39bde0]
- Updated dependencies [b39bde0]
- @lcui/react@0.6.0

## [1.0.3](https://gitee.com/lcui-dev/fluent-ui-system-icons/compare/v1.0.2...v1.0.3) (2024-12-23)

### Bug Fixes

- 仅在 fontSize 参数有效时设置样式 ([b12e133](https://gitee.com/lcui-dev/fluent-ui-system-icons/commits/b12e133b761ef42560ebf3dfead760711fadc93b))
2 changes: 1 addition & 1 deletion packages/fluent-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lcui/fluent-icons",
"version": "1.0.4",
"version": "2.0.0",
"type": "module",
"description": "An icon library for LCUI applications based on fluentui-system-icons",
"main": "dist/index.js",
Expand Down
41 changes: 29 additions & 12 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,45 @@
# [0.5.0](https://gitee.com/lcui-dev/react/compare/v0.4.0...v0.5.0) (2025-01-07)

## 0.6.0

### Features
### Minor Changes

* 更新头文件名称 ui__widgets.h -> LCUI/widgets.h ([78fac30](https://gitee.com/lcui-dev/react/commits/78fac308d625babff87c2f1ff892b33ed78f1b84))
- b39bde0: Internal: split `src/` into `runtime/`, `compiler/`, and `widgets/` subdirectories.

Add subpath exports so callers can import a narrower surface area:

```ts
import { Button } from "@lcui/react/widgets";
import { compile } from "@lcui/react/compiler";
import { useState } from "@lcui/react/runtime";
```

# [0.4.0](https://gitee.com/lcui-dev/react/compare/v0.3.0...v0.4.0) (2024-12-22)
No breaking changes — every symbol previously exported from `@lcui/react` is
still available from the package root.

### Patch Changes

### Bug Fixes
- b39bde0: Repository restructure: the three packages now live in a single monorepo at
[`lcui-dev/lcui-toolkit`](https://github.com/lcui-dev/lcui-toolkit), managed with
npm workspaces and Changesets. The original repositories have been archived.
No runtime behaviour changes; published artifacts are equivalent to the prior
standalone releases.

* 结点名称与组件名称不一致 ([3cc733b](https://gitee.com/lcui-dev/react/commits/3cc733b5c869efb0c120c72057c1063f5afadae8))
* 指定 ref 属性后未正确生成对应结构体成员 ([a3b7920](https://gitee.com/lcui-dev/react/commits/a3b792036a4e7cfeaed0446f286127e804a1b93a))
* fmt() 函数生成的代码缺失必要头文件 ([efb4ea4](https://gitee.com/lcui-dev/react/commits/efb4ea456175964ed21eba800c889f51fe6816b5))
### Features

- 更新头文件名称 ui\_\_widgets.h -> LCUI/widgets.h ([78fac30](https://gitee.com/lcui-dev/react/commits/78fac308d625babff87c2f1ff892b33ed78f1b84))

### Features
# [0.4.0](https://gitee.com/lcui-dev/react/compare/v0.3.0...v0.4.0) (2024-12-22)

* 添加 ScrollArea 组件 ([bdbd870](https://gitee.com/lcui-dev/react/commits/bdbd870299aba7d54bc60a27aa1c4988a9d634e3))
* 添加 Scrollbar 组件 ([766ca91](https://gitee.com/lcui-dev/react/commits/766ca91ff8c1ce3fe7d60b3f88355557d08221c2))
* 支持用函数名称绑定事件处理器 ([31a38d6](https://gitee.com/lcui-dev/react/commits/31a38d65ec3065b7999581137dd2fe68a0755cbe))
* useState() 函数支持传入第二个参数指定值类型 ([ace2bc2](https://gitee.com/lcui-dev/react/commits/ace2bc2a84d99d45d7ab3b2813096afa2852446c))
### Bug Fixes

- 结点名称与组件名称不一致 ([3cc733b](https://gitee.com/lcui-dev/react/commits/3cc733b5c869efb0c120c72057c1063f5afadae8))
- 指定 ref 属性后未正确生成对应结构体成员 ([a3b7920](https://gitee.com/lcui-dev/react/commits/a3b792036a4e7cfeaed0446f286127e804a1b93a))
- fmt() 函数生成的代码缺失必要头文件 ([efb4ea4](https://gitee.com/lcui-dev/react/commits/efb4ea456175964ed21eba800c889f51fe6816b5))

### Features

- 添加 ScrollArea 组件 ([bdbd870](https://gitee.com/lcui-dev/react/commits/bdbd870299aba7d54bc60a27aa1c4988a9d634e3))
- 添加 Scrollbar 组件 ([766ca91](https://gitee.com/lcui-dev/react/commits/766ca91ff8c1ce3fe7d60b3f88355557d08221c2))
- 支持用函数名称绑定事件处理器 ([31a38d6](https://gitee.com/lcui-dev/react/commits/31a38d65ec3065b7999581137dd2fe68a0755cbe))
- useState() 函数支持传入第二个参数指定值类型 ([ace2bc2](https://gitee.com/lcui-dev/react/commits/ace2bc2a84d99d45d7ab3b2813096afa2852446c))
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lcui/react",
"version": "0.5.0",
"version": "0.6.0",
"type": "module",
"description": "A React library for LCUI development",
"main": "lib/index.js",
Expand Down