Closed sadiqevani closed 5 years ago
The new npm package @aeternity/aepp-components-3 does not solve our issue
That issues with this package do we have? It works great in the Base app
@davidyuk in what sense it works great? This is not a long-term solution, are we suppose to have:
@aeternity/aepp-components-3
@aeternity/aepp-components-4
@aeternity/aepp-components-5
For each major version?
I know it works, its just not a proper solution! We will go through with proper release versions and we'll export old components through the releases to keep backward compatibility.
People working with components are kinda confused at what they should import and foremost some people don't know where are the new components.
@aeternity/aepp-components-3
is a temporary solution for the Base app, later we will be able to publish v3 at @aeternity/aepp-components
This pull request deals with the issue of having two separate components repository. The new npm package
@aeternity/aepp-components-3
does not solve our issue and its slow in release and is a bit confusing.I've turned the old components into a single
.vue
component so thescss
in there gets bundled with the per-folder component, and also gets included in theaepp.components.css
file so we don't need to use two different npm packages for the components.@davidyuk I haven't tested on any application, and also we should have only one single npm package so we can do better transition.