@nnao45/figma-use 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,7 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [0.11.1] - 2026-01-29
8
+ ## [0.1.1] - 2026-02-03
9
+
10
+ ### Added
11
+
12
+ - **Icon E2E coverage** — icon search/sets/import/create scenarios now covered (including grid/component modes).
13
+ - **Image create E2E** — local file image creation test using `assets/anya.jpg`.
14
+ - **Font list limit** — `font list` now supports `--limit` for safer JSON output.
15
+
16
+ ### Fixed
17
+
18
+ - **CDP API stability** — unified CDP eval path to avoid premature WebSocket closure.
19
+ - **Icon search limit** — client-side limit applied when API ignores `limit`.
20
+ - **Icon import grid** — corrected auto-layout parameters for grid frames.
21
+ - **E2E isolation** — each suite now uses an isolated test page to prevent cross-suite interference.
9
22
 
10
23
  ### Fixed
11
24