Skip to content

Commit e3558f3

Browse files
committed
docs: update changelog with v0.0.2-Alpha and v0.0.0-Alpha releases
- Add v0.0.2-Alpha: Tailwind colors integration (Dec 6, 2024) - Add v0.0.0-Alpha: Foundation release (Dec 1, 2024) - Update sidebar navigation with all versions - Fix v1.0.0 date typo (2024 not 2025)
1 parent e6f2326 commit e3558f3

File tree

1 file changed

+68
-2
lines changed

1 file changed

+68
-2
lines changed

docs/updates.html

Lines changed: 68 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@
7676
<div class="nav-group">
7777
<h4>Changelog</h4>
7878
<ul>
79-
<li><a href="#v1-0-0" class="active">v1.0.0</a></li>
79+
<li><a href="#v0-0-2-alpha" class="active">v0.0.2-Alpha</a></li>
80+
<li><a href="#v0-0-0-alpha">v0.0.0-Alpha</a></li>
81+
<li><a href="#v1-0-0">v1.0.0</a></li>
8082
</ul>
8183
</div>
8284
</aside>
@@ -91,10 +93,74 @@ <h4>Changelog</h4>
9193

9294
<h1 style="margin-bottom: 48px;">Changelog</h1>
9395

96+
<div id="v0-0-2-alpha" class="changelog-entry">
97+
<div class="entry-header">
98+
<span class="version-badge">v0.0.2-Alpha</span>
99+
<span class="entry-date">December 6, 2024</span>
100+
</div>
101+
102+
<div class="entry-content">
103+
<h3>Tailwind Colors Integration</h3>
104+
<p>Major update bringing the complete Tailwind CSS color palette directly into your Figma workflow.
105+
</p>
106+
107+
<h4>New Features</h4>
108+
<ul>
109+
<li><strong>Tailwind Color Variables:</strong> Automatically generate all 242 Tailwind color
110+
variables (22 color families × 11 shades) with a single click.</li>
111+
<li><strong>Integrated Workflow:</strong> Tailwind colors now generate alongside Shadcn
112+
variables - no separate button needed.</li>
113+
<li><strong>Complete Color Palette:</strong> Includes slate, gray, zinc, neutral, stone, red,
114+
orange, amber, yellow, lime, green, emerald, teal, cyan, sky, blue, indigo, violet, purple,
115+
fuchsia, pink, and rose.</li>
116+
</ul>
117+
118+
<h4>Improvements</h4>
119+
<ul>
120+
<li><strong>Enhanced Plugin UI:</strong> Added professional footer with social links, tooltips,
121+
and improved navigation.</li>
122+
<li><strong>Better Feedback:</strong> Success messages now show exact counts of generated
123+
variables including Tailwind colors.</li>
124+
<li><strong>API Compatibility:</strong> Fixed createVariable compatibility for Figma's
125+
incremental mode.</li>
126+
</ul>
127+
</div>
128+
</div>
129+
130+
<div id="v0-0-0-alpha" class="changelog-entry">
131+
<div class="entry-header">
132+
<span class="version-badge">v0.0.0-Alpha</span>
133+
<span class="entry-date">December 1, 2024</span>
134+
</div>
135+
136+
<div class="entry-content">
137+
<h3>Foundation Release</h3>
138+
<p>Establishing the core plugin infrastructure with essential features for design system automation.
139+
</p>
140+
141+
<h4>New Features</h4>
142+
<ul>
143+
<li><strong>Plugin UI Enhancement:</strong> Added footer with social links (GitHub, Email,
144+
Website, Discord) and hover tooltips.</li>
145+
<li><strong>Grid System:</strong> Implemented mobile and desktop grid styles for responsive
146+
design.</li>
147+
<li><strong>Component Library:</strong> Added new component generation capabilities.</li>
148+
</ul>
149+
150+
<h4>Website Updates</h4>
151+
<ul>
152+
<li><strong>Modern UI:</strong> Upgraded website with professional sections and footer.</li>
153+
<li><strong>Documentation:</strong> Created pricing and changelog pages.</li>
154+
<li><strong>Image Optimization:</strong> Optimized all website images for better performance.
155+
</li>
156+
</ul>
157+
</div>
158+
</div>
159+
94160
<div id="v1-0-0" class="changelog-entry">
95161
<div class="entry-header">
96162
<span class="version-badge">v1.0.0</span>
97-
<span class="entry-date">November 23, 2025</span>
163+
<span class="entry-date">November 23, 2024</span>
98164
</div>
99165

100166
<div class="entry-content">

0 commit comments

Comments
 (0)