Release/0.0.2 - #5
Merged
Merged
Conversation
The library was written for a dashboard — charts and KPI cards of different heights, where a CSS Grid leaves a stripe of empty space under every short card — but the docs described it as a Pinterest-style photo layout, which is the narrower of the two audiences and not the one it was built for. The npm README and llms.txt now name both. llms.txt matters here because it is what an AI assistant reads: asked for help with an Angular dashboard layout, it previously had nothing to connect this package to the question. Adds dashboard, dashboard-layout, charts, widgets and cards to the package keywords for the same reason.
Dates the changelog and bumps the package to 0.0.2. The headline is the peer range. 0.0.1 declared ^22.0.0, so npm refused to install it on Angular 17 through 21 — most of the versions the README claims support for. Anyone finding the package through npm search today hits that wall, which makes this release the one that makes it installable at all. Nothing in the runtime changed. The npm README now asks directly for the two things that help: an issue when something breaks, and a star when it doesn't. Stars decide whether the next person with the same layout problem ever finds the package, and an honest ask beats hoping.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this change?
How to see it
Checks
npm testpassesnpm run formatrun on the files I touchednpm run verify:compat, if I changed anything public (builds a real app on Angular 17–22)