@atezer/figma-mcp-bridge 1.7.1 → 1.7.2

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
@@ -12,6 +12,42 @@ Bu dosya [Keep a Changelog](https://keepachangelog.com/tr/1.1.0/) bicimine uygun
12
12
 
13
13
  Bu changelog'a ekleme oncesi surumlerin tam ayrintilari icin `git log` kullanilabilir.
14
14
 
15
+ ## [1.7.2] - 2026-04-04
16
+
17
+ ### Kapsamli Entegrasyon Testi + 11 Skill Guncelleme + Code-Only Props
18
+
19
+ **Test:**
20
+ - Uctan uca entegrasyon testi: 46 arac, 17 skill, 11 faz
21
+ - 120 token (Primitives + Primitives Dark + Semantic), 6 ekran (3 boyut x 2 tema), 1 component set (5 variant)
22
+ - 10 dosya uretildi: 3 kod (React/Swift/Kotlin), 5 token (CSS/Tailwind/Swift/Kotlin/JSON), 1 handoff
23
+ - WCAG AA erisebilirlik: tum renk ciftleri PASS, tum touch target >= 44px
24
+
25
+ **Skill duzeltmeleri (9):**
26
+ - `audit/apply-figma-design-system`: figma_take_screenshot → figma_capture_screenshot
27
+ - `ai-handoff-export`: figma_get_component_details → figma_get_component_for_development
28
+ - `implement-design`: componentId → nodeId
29
+ - `figma-screen-analyzer`: DS compliance formulu duzeltildi
30
+ - `ds-impact-analysis`: sayfa limiti 5→20, transitif bagimlilik eklendi
31
+ - `fix-figma-design-system-finding`: 3 remediasyon modu kod ornegi
32
+ - `generate-figma-library`: batch hata yonetimi pattern
33
+
34
+ **Skill zenginlestirmeleri (20):**
35
+ - Token description + code syntax (Web/Android/iOS) zorunlu adimi
36
+ - Semantic Token = Alias zorunlu kurali
37
+ - Breakpoint / ekran boyut token'lari
38
+ - Dark mode token stratejisi (Pro+ native vs Free workaround)
39
+ - Code-Only Props katmani (Nathan Curtis yaklasimi)
40
+ - Responsive boyut presetleri (3 boyut + dark = 6 ekran zorunlu)
41
+ - MinHeight token binding zorunlu adimi
42
+ - A11y annotation frame (baslik hiyerarsisi, form iliskilendirme, odak sirasi, alt text, dinamik icerik)
43
+ - Erisebilirlik-tasarim tutarlilik kontrolu (7 kural)
44
+ - Code-Only Props spec data cikarma (handoff)
45
+
46
+ **FUTURE.md eklemeleri:**
47
+ - P0: Figma Make entegrasyonu + canli prototip sureci
48
+ - P0: Figma prototip baglantilari + animasyonlar
49
+ - P1: Figma Dev Mode entegrasyonu
50
+
15
51
  ## [1.7.0] - 2026-04-04 (guncelleme)
16
52
 
17
53
  ### Claude Code Destegi ve Test Raporu (YENi)
package/README.md CHANGED
@@ -197,7 +197,7 @@ Detaylı sorun giderme: [TROUBLESHOOTING.md](docs/TROUBLESHOOTING.md)
197
197
 
198
198
  | Bilgi | Kaynak |
199
199
  |-------|--------|
200
- | Güncel sürüm | **1.7.0** ([package.json](package.json)) |
200
+ | Güncel sürüm | **1.7.2** ([package.json](package.json)) |
201
201
  | Değişiklik geçmişi | [CHANGELOG.md](CHANGELOG.md) |
202
202
  | GitHub sürümleri | [Releases](https://github.com/atezer/FMCP/releases) |
203
203
  | npm paketi | [@atezer/figma-mcp-bridge](https://www.npmjs.com/package/@atezer/figma-mcp-bridge) |
@@ -221,7 +221,7 @@ Detaylı sorun giderme: [TROUBLESHOOTING.md](docs/TROUBLESHOOTING.md)
221
221
  | [ARCHITECTURE.md](docs/ARCHITECTURE.md) | Teknik mimari |
222
222
  | [USE_CASES.md](docs/USE_CASES.md) | Örnek kullanım senaryoları |
223
223
  | [SECURITY_AUDIT.md](docs/SECURITY_AUDIT.md) | Güvenlik denetimi |
224
- | [TEST_REPORT.md](docs/TEST_REPORT.md) | 46 araç test raporu ve plan bazlı yetenek matrisi |
224
+ | [TEST_REPORT.md](docs/TEST_REPORT.md) | Kapsamli entegrasyon testi: 46 arac, 17 skill, 120 token, 6 ekran |
225
225
 
226
226
  ## Güvenlik ve gizlilik
227
227
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atezer/figma-mcp-bridge",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "F-MCP ATezer: MCP server and Figma plugin bridge for Claude/Cursor. No REST token required.",
5
5
  "type": "module",
6
6
  "main": "dist/local.js",