File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
77
8+ ## [ 0.2.0] - 2026-02-18
9+
10+ ### Added
11+
12+ - ** 折り畳み(Collapse)** — ムーブハンドル左端のシェブロン(▾/▸)で付箋を折り畳み/展開。折り畳み時はハンドル+テキスト1行目のみ表示
13+ - ** autoSize モード** — 付箋のサイズをコンテンツに自動フィットさせるモード
14+ - ** GitHub Pages デモ** — https://kan.github.io/wema/ でスタンドアロン版を公開
15+ - ** ロゴ** — favicon、ツールバー、README にロゴを追加
16+
17+ ### Changed
18+
19+ - ツールバーのテキストラベルを SVG アイコンに置き換え、レイアウトボタンをドロップダウンに統合
20+ - ビューポートを超えるノートがある場合にスタンドアロン版でスクロール可能に
21+
22+ ### Fixed
23+
24+ - lock/viewOnly 切替時の選択状態クリア漏れ
25+ - リスト変換の revert 不具合
26+ - チェックリスト内での IME 確定 Enter の誤動作
27+
828## [ 0.1.0] - 2025-02-15
929
1030### Added
@@ -22,4 +42,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
2242- ** イベントシステム** — ` note:* ` / ` edge:* ` / ` change ` / ` history:change ` イベント
2343- ** CSS カスタマイズ** — CSS 変数によるスタイル調整
2444
45+ [ 0.2.0 ] : https://github.com/kan/wema/releases/tag/v0.2.0
2546[ 0.1.0 ] : https://github.com/kan/wema/releases/tag/v0.1.0
Original file line number Diff line number Diff line change @@ -12,11 +12,13 @@ Web上に付箋を絵馬のように貼って並べる、フレームワーク
1212
1313付箋の作成・編集・自由配置・接続線描画を提供する。1ファイルで完結するスタンドアロンHTML版もあり、ブラウザで開くだけで使える。
1414
15+ ** [ デモを試す] ( https://kan.github.io/wema/ ) **
16+
1517## 使い方
1618
1719### スタンドアロン版(最も簡単)
1820
19- [ Releases] ( https://github.com/kan/wema/releases ) から ` wema.html ` をダウンロードしてブラウザで開くだけ 。
21+ [ デモページ ] ( https://kan.github.io/wema/ ) でそのまま使うか、 [ Releases] ( https://github.com/kan/wema/releases ) から ` wema.html ` をダウンロードしてブラウザで開く 。
2022
2123- 付箋の追加・編集・ドラッグ移動・リサイズ・削除
2224- 接続線(Edge)の作成・スタイル編集
Original file line number Diff line number Diff line change 11{
22 "name" : " @kanf/wema" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "description" : " A framework-agnostic TypeScript library for placing sticky notes on a web board" ,
55 "type" : " module" ,
66 "main" : " ./dist/wema.umd.js" ,
You can’t perform that action at this time.
0 commit comments