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

Rename @fluentui-react-native/experimental-framework to @fluentui-react-native/framework #400

Merged
merged 3 commits into from
Aug 19, 2020
Merged

Conversation

JasonVMo
Copy link
Contributor

Platforms Impacted

  • iOS
  • macOS
  • win32
  • windows
  • android

All changes are impacting experimental packages, so all platforms, but none for production scenarios.

Description of changes

Very soon we want to switch over to using the experimental framework. In preparation for that it is getting a rename to be called @fluentui-react-native/framework. Note that there was a package in the repo with this name but it contained the old framework and was unpublished and unused, it only existed for purposes of running the bundle analyzer.

So this change:

  • deletes the files under packages/libraries/framework
  • repaths packages/experimental/experimental-framework to packages/experimental/framework
  • renames @fluentui-react-native/experimental-framework to @fluentui-react-native/framework
  • updates references to that framework

It's just a step in the direction of changing over.

Verification

Automated tests

Before After
Screenshot or description before this change Screenshot or description with this change

Pull request checklist

This PR has considered (when applicable):

  • Automated Tests
  • Documentation and examples
  • Keyboard Accessibility
  • Voiceover
  • Internationalization and Right-to-left Layouts

['color', ...fontStyles.keys]
)
['color', ...fontStyles.keys],
),
Copy link
Contributor

Choose a reason for hiding this comment

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

Did you run prettier? I see a lot of extraneous commas throughout

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We were getting inconsistency on this setting, after a quick poll in the teams channel we decided to make trailing commas default and I recently updated our general settings to use that. As a result we'll see a bunch of changes like this as people edit files. Long term though it should sort itself out.

I'm tempted to do a full pass but it will generate a lot of noise for people with changes in progress.

@JasonVMo JasonVMo merged commit 3ece39b into microsoft:master Aug 19, 2020
@JasonVMo JasonVMo deleted the framework-fixup branch August 19, 2020 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants