Skip to content

Commit a4dd9b1

Browse files
committed
release: 0.1.3
1 parent e457c46 commit a4dd9b1

4 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.1.3
4+
5+
- Fixed rail sizing at shorter viewport heights so the panel and list stay inside the viewport.
6+
- Hid the internal native scrollbar while keeping long outlines scrollable.
7+
- Restored the default polar accent color and kept a small visible progress mark at the top.
8+
- Tuned the public demo content and browser coverage for dense outlines and overflow behavior.
9+
310
## 0.1.2
411

512
- Hardened progress-only mode so the visual rail has a stable track height.

demo/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<title>toc-rail demo</title>
77
<link rel="icon" href="data:," />
8-
<link rel="stylesheet" href="../style.css?v=demo-0.1.2" />
8+
<link rel="stylesheet" href="../style.css?v=demo-0.1.3" />
99
<style>
1010
:root {
1111
color-scheme: light;
@@ -474,8 +474,8 @@ <h2 id="final-check">Final check</h2>
474474
</main>
475475
<script type="module">
476476
const moduleUrl = location.hostname.endsWith("github.io")
477-
? "https://cdn.jsdelivr.net/npm/toc-rail@0.1.2/dist/index.js"
478-
: "../dist/index.js?v=demo-0.1.2";
477+
? "https://cdn.jsdelivr.net/npm/toc-rail@0.1.3/dist/index.js"
478+
: "../dist/index.js?v=demo-0.1.3";
479479
const { mountTocRail } = await import(moduleUrl);
480480

481481
mountTocRail({

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "toc-rail",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Sticky reading rail with table-of-contents, scroll progress, and active heading state. Vanilla, ESM, zero dependencies.",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)