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

Preparing for v1.0.0 #390

Merged
merged 18 commits into from Jun 30, 2020
Merged

Preparing for v1.0.0 #390

merged 18 commits into from Jun 30, 2020

Conversation

antfu
Copy link
Member

@antfu antfu commented Jun 20, 2020

This plugin has been out for a while and already being used in many projects. This PR is a checklist for preparing our first v1.0.0 RC release. The document changes will be reflected in this PR as well.

Rendered README

Checklist

README Changes

  • Renamed the title from Vue Composition API to @vue/composition-api in case of misleading
  • Removed the warning
  • Removed the navigation
  • Corrected the header levels
  • Some wording changes

BREAKING CHANGES

Check out the list

Merged PRs


If you are interested in contributing to this, please leave comments or make PRs to the rc branch. Thanks :)

@antfu antfu marked this pull request as draft June 20, 2020 13:43
@antfu antfu changed the title WIP: preparing for v1.0.0 WIP: Preparing for v1.0.0 Jun 20, 2020
@antfu antfu added the v1.0 label Jun 21, 2020
@antfu
Copy link
Member Author

antfu commented Jun 22, 2020

Currently missed APIs from @vue/runtime-core:

customRef
defineAsyncComponent // no supported
isProxy
isReadonly
isVNode
mergeProps
onRenderTracked // no supported
onRenderTriggered // no supported
readonly
shallowReadonly
toHandlers

They should be either implemented or documented as not supporting.

Extra APIs

createComponent // should be removed
createElement // should be renamed to h
onServerPrefetch
set

EDIT: Added a note in README

@antfu antfu force-pushed the rc branch 2 times, most recently from 7e60fe5 to 97eb770 Compare June 28, 2020 03:04
@antfu antfu marked this pull request as ready for review June 28, 2020 03:11
@antfu antfu changed the title WIP: Preparing for v1.0.0 Preparing for v1.0.0 Jun 28, 2020
@antfu
Copy link
Member Author

antfu commented Jun 30, 2020

Let's have the beta!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant