-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Replace a package list in download.md
with a link to the 3rd-party libraries page
#2415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace a package list in download.md
with a link to the 3rd-party libraries page
#2415
Conversation
🦋 Changeset detectedLatest commit: de246e9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hey @BG-Software-BG - I appreciate your effort in making Tabler even better, but I'd like to raise a two points ... and I hope that doesn't come across the wrong way. Regarding the main change: My bigger concern: I know that you are a long term user and contributor of Tabler, but
I’m always happy to help with reviews! If you’d like, feel free to add me as a reviewer for future PRs. |
Hi @kevinpapst Firstly, I didn't remove those libraries. There is a new docs page for them: https://docs.tabler.io/ui/getting-started/references, which I've linked on the download page to avoid duplication and to only rely on the one source file - Secondly, you might be right that the |
Cool, I didn't know that one. Thanks for sharing!
I am actually very cautious when it comes to changes in lock files (Supply Chain Attacks are a real risk), that's why I proposed the CI action to prevent such changes in the first place. And "we" means @codecalm and you? 👍 |
Yes, exactly.
No problem 🙂 |
@BG-Software-BG - apologies for the confusion, but in this change you add the following comment:
However, the package.json file currently has no such Lines 151 to 174 in db6200a
|
@ethancrawford - actually I've changed this note about the Previously there was: For the complete list of supported packages you can check the peerDependencies section in our [package.json](https://github.com/tabler/tabler/blob/dev/package.json) I didn't check correctness of this sentence, just modified it. It should definitely be changed to avoid confusion. I think that the correct source is the https://github.com/tabler/tabler/blob/dev/core/libs.json file. |
Ah yes, sorry, totally missed that 😅 |
Fixes #2414