Skip to content
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

Merge @upfluence/oss package into this project #200

Merged
merged 11 commits into from
Aug 3, 2022

Conversation

phndiaye
Copy link
Member

@phndiaye phndiaye commented Aug 2, 2022

What does this PR do?

For some time now, we have noticed that the split between this package (holding Ember specific code) and @upfluence/oss package (holding more agnostic, Less CSS + assets only code) is not viable anymore and brings some pain point that are a bit annoying:

  • having to open PRs in two projects for the same task
  • Yarn links w/ @upfluence/oss that are not always straighforward (even more if you link this package to another running app)
  • Documentation being split between two packages

After discussion w/ the team, this PR brings the CSS, assets and deps from the @upfluence/oss package into @upfluence/oss-components definitely.

What are the observable changes?

Good PR checklist

  • Title makes sense
  • Is against the correct branch
  • Only addresses one issue
  • Properly assigned
  • Added/updated tests
  • Added/updated documentation
  • Migrated touched components to Glimmer Components
  • Properly labeled

Additional Notes

Copy link
Member

@Miexil Miexil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now, let's see the damage on staging :D

@import '_progress';
@import '_slider';
@import '_stats';
@import '_tables'; // TO_BE_DEPRECIATED
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deprecated* 😇

@phndiaye phndiaye merged commit 9a37fc1 into master Aug 3, 2022
@phndiaye phndiaye deleted the pn/deprecate-oss-package branch August 3, 2022 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants