Skip to content

Commit bc4291c

Browse files
committed
RELEASING: Releasing 1 package(s)
Releases: rspress-plugin-file-tree@1.0.2 [skip ci]
1 parent a45e165 commit bc4291c

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.changeset/file-tree-improvements.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/rspress-plugin-file-tree/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# rspress-plugin-file-tree
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- a45e165: Improve file tree parser and UI:
8+
9+
- Support both 2-space and 4-space indentation formats
10+
- Support comments after filenames (any text after the filename is treated as comment)
11+
- Support `#`, `//`, `<--`, `-->` and other comment styles
12+
- Skip leading `.` line (current directory marker)
13+
- Add HTML file icon support
14+
- Empty directories now default to collapsed state
15+
- Add `...` ellipsis support for omitted content
16+
317
## 1.0.1
418

519
### Patch Changes

packages/rspress-plugin-file-tree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rspress-plugin-file-tree",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Rspress plugin that add support for file tree component.",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)