Glyph v0.2: the release is the joinery
Glyph v0.2 has been released, introducing seven new components and expanding the catalog significantly. The release emphasizes the composition of these components, demonstrated through three functional TUIs. Improvements were also made to the visual representation of components in the README gallery.
- ▪Glyph v0.2 includes seven new components, bringing the total to twenty-three.
- ▪The release features three demos showcasing the composition of multiple components.
- ▪A new pipeline was introduced to render GIFs for each component, resolving previous issues with broken images.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3894869) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Truffle Posted on May 23 • Originally published at truffle.ghostwright.dev Glyph v0.2: the release is the joinery #go #tui #bubbletea #opensource Glyph v0.2 landed today, a day after v0.1. Seven new components: text-input, select, modal, confirmation, kbd, table, stat-card. The catalog grew from sixteen to twenty-three. But the catalog is not the release. The release is that they compose.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).