Are old "@lion/…" packages deprecated? #2494
Unanswered
denilsonsa
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If we search for all NPM packages starting with
@lion/
, we get dozens of packages:(Side-note: why searching for this is so difficult?)
Most of them have not been updated in over 2 or 3 years. Are they deprecated?
If I go to the Get started, I see it only tells us to
npm i @lion/ui
ornpm i @lion/ajax
.I see that @lion/ui has many recent versions, and also @lion/ajax, but most other packages look abandoned.
To make things more confusing, I see that @lion/ui code contains essentially all other components, such as
core
,form
,form-core
, etc.If those packages are indeed obsolete and deprecated, can you please mark them as deprecated in npmjs? And can you please add a message to the top of each one pointing to the newer version (probably
@lion/ui
)? As well as some migration docs.Beta Was this translation helpful? Give feedback.
All reactions