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

🔥 Remove legacy spece-pen view api compat #153

Merged
merged 1 commit into from Sep 7, 2016
Merged

🔥 Remove legacy spece-pen view api compat #153

merged 1 commit into from Sep 7, 2016

Conversation

zertosh
Copy link
Collaborator

@zertosh zertosh commented Jul 13, 2016

Cleanup

@@ -35,7 +32,6 @@
"tool-bar": {
"description": "A container for buttons at workspace edge",
"versions": {
"0.1.0": "provideToolBarLegacy",
"1.0.0": "provideToolBar"
Copy link
Contributor

Choose a reason for hiding this comment

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

We could merge 0.1.0 and 1.0.0 together...

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Supporting 0.1.0 means having to keep grim and jquery :(

Copy link
Contributor

Choose a reason for hiding this comment

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

Not necessarily, in my research only 3 package used the extended API. Nuclide is up-to-date, Flex Tool Bar hopefully soon, and don't really care about Atom-macros.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Maybe I'm misunderstanding what you meant by "merge". Are you saying:

"tool-bar": {
  "versions": {
    "0.1.0": "provideToolBar",    
    "1.0.0": "provideToolBar"
  }
}

That's kinda dangerous, since you don't know what kinds of private packages people have

Copy link
Contributor

Choose a reason for hiding this comment

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

Fair enough.

@jerone jerone mentioned this pull request Sep 6, 2016
23 tasks
@jerone jerone merged commit 4d263e6 into atom-community:master Sep 7, 2016
ghost pushed a commit to facebookarchive/nuclide that referenced this pull request Sep 7, 2016
Summary: V0 of the tool-bar API is going away in atom-community/tool-bar#153. It's been almost 5 months since V1 was introduced, so lets finish the transition.

Reviewed By: matthewwithanm

Differential Revision: D3826349

fbshipit-source-id: a88cf7076352a0e62f33c717367c14063fe75396
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.

None yet

2 participants