You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/pages/blog/release/0.8.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ draft: false
20
20
21
21
Today we continue to improve [npmx.dev](https://npmx.dev). npmx 0.8 includes new features to help our users navigate the npm registry and chose great dependencies to build their projects. Our [repository](https://repo.npmx.dev) has more than 3K stars and we're 240+ contributors working together to craft a modern browser for our packages.
22
22
23
-
## Unleash your mechanical keyboard
23
+
## Unleash your mechanical keyboard with ⌘ K
24
24
25
25
npmx now has a rich command palette for efficient, keyboard-driven access to every page, toggle, and action across the website. Open it by hitting ⌘ K on macOS or Ctrl+K on Windows/Linux, or by clicking the new “jump to…” item in the header.
26
26
@@ -62,6 +62,25 @@ On a package page, type or paste any version or [SemVer range specifier](https:/
62
62
63
63
The command palette is intended to be accessible to everyone, with a full, rich experience on mobile and desktop, keyboard, mouse, touch screens, and screen readers. This wasn't a regular tech conference. We were very impressed by the quality of the talks and conversations.
64
64
65
+
## New package comparison view: quadrant graphs
66
+
67
+
XXX words here XXX
68
+
69
+
<figure>
70
+
<imgsrc="/blog/release/0.8/quadrant-graph-example.png"alt="Scatter plot of package traction vs. ergonomics, with delineated quadrants, showing seven UI component packages" />
71
+
<figcaption>
72
+
Dark-themed scatter plot titled ‘Package traction vs ergonomics.’ The vertical axis is labeled ‘Ergonomics’ (increasing upward), and the horizontal axis is labeled ‘Traction’ (increasing to the right). The chart is divided into four labeled regions: top left ‘Hidden gems,’ top right ‘Solid picks,’ bottom right ‘Popular with tradeoffs,’ and bottom left ‘Avoid.’ Several UI component libraries are plotted as colored dots:
73
+
- ‘emotion’ appears near the top center, indicating high ergonomics with moderate traction.
74
+
- ‘bootstrap’ is in the upper right quadrant, showing strong traction and relatively high ergonomics.
75
+
- ‘reka-ui’ and ‘radix-ui’ are on the right side near the horizontal midline, indicating high traction with moderate ergonomics.
76
+
- ‘@chakra-ui/react’ is in the lower right quadrant, suggesting high traction but lower ergonomics.
77
+
- ‘@material/web’ is near the bottom center, indicating low ergonomics and moderate traction.
78
+
- ‘solid-ui’ is on the far left near the horizontal midline, indicating low traction with moderate ergonomics.
79
+
80
+
Faint concentric rounded rectangles in the background suggest scoring tiers, and axis lines intersect at the center of the chart.
81
+
</figcaption>
82
+
</figure>
83
+
65
84
## We were @ ATmosphereConf 26!
66
85
67
86
The atproto community gathered in Vancouver for their annual conference. Five members of the npmx community were there, enjoying the conversations and talks.
0 commit comments