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

Release 2.3.5 #11580

Merged
merged 12 commits into from Aug 12, 2021
Merged

Release 2.3.5 #11580

merged 12 commits into from Aug 12, 2021

Conversation

StorytellerCZ
Copy link
Collaborator

@StorytellerCZ StorytellerCZ commented Aug 11, 2021

Help us test the upcoming release:

meteor update --release 2.3.5-rc.0

This release includes:

@nachocodoner
Copy link
Member

The issue with babel-parser is fixed in this PR, I just tested it. Thank you!

@@ -40,7 +40,7 @@ Tinytest.add("ecmascript - transpilation - class methods", (test) => {
test.isTrue(contains(output, 'Foo.staticMethod = function staticMethod('));
test.isTrue(contains(output,
'.prototypeMethod = function prototypeMethod('));
test.isTrue(contains(output, '[computedMethod] = function ('));
test.isTrue(contains(output, '[_computedMethod] = function ('));
Copy link
Collaborator

Choose a reason for hiding this comment

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

Was this just breaking tests and not actual code?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

As far as I can see yes. I will look if I can find something relevant in the changelogs, but from what I have been running the code and other tests there weren't any adverse effects.
🤔 Not even as far as I have tested in production build.

@StorytellerCZ StorytellerCZ linked an issue Aug 12, 2021 that may be closed by this pull request
@StorytellerCZ
Copy link
Collaborator Author

@Gywem rc.0 is out with new Node!

@StorytellerCZ StorytellerCZ merged commit fc354ad into devel Aug 12, 2021
@StorytellerCZ StorytellerCZ added this to the Release 2.3.5 milestone Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment