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

Pr/decrecation notice #138

Merged
merged 3 commits into from
Dec 15, 2017
Merged

Pr/decrecation notice #138

merged 3 commits into from
Dec 15, 2017

Conversation

TheMcMurder
Copy link
Contributor

Completes an item in #135

@@ -85,6 +90,11 @@ export function getAppsToMount() {
.filter(isLoaded)
}

export unloadChildApplication(appName, opts) {
Copy link
Member

Choose a reason for hiding this comment

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

This is invalid javascript syntax. Needs to be

export function unloadChildApplication(...) {...}

Copy link
Member

@joeldenning joeldenning left a comment

Choose a reason for hiding this comment

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

🚶

@TheMcMurder TheMcMurder merged commit 01ec613 into 3.7.0 Dec 15, 2017
@TheMcMurder TheMcMurder deleted the pr/decrecation-notice branch December 15, 2017 17:19
TheMcMurder added a commit that referenced this pull request Jan 9, 2018
* Adding back old API's along with deprecation notice

* Adding documentation marking the api's as deprecated

* Hahaha whoops.
TheMcMurder added a commit that referenced this pull request Jan 11, 2018
* Pr/new api (#137)

* Brute force removing references to children from the application

* Renaming to registerApplication

* registerApplication

* Brute force updating documentation

* Fixing tests that were using `unloadChildApplication`

* appName not childAppName

* Updating docs

* Updating docs

* updating tests

* Updating test variable names

* Fixing all remaining refs to child-apps/child apps/child app

* Pr/decrecation notice (#138)

* Adding back old API's along with deprecation notice

* Adding documentation marking the api's as deprecated

* Hahaha whoops.

* Pr/single spa config (#139)

* actually upping the version number

* Updating documentation for root-application to be called single-spa-config

* Updating Root Application file to call out the name change explicitly and why

* Completing documentation changes

* A few more documentation changes

* Found one more reference I missed

* Global find replace failed me here. Fixing a bunch of small grammar and sentence issues.

* Registering applications using a configuration object revision 1 (#143)

* Registering applications using a configuration object revision 1

* Spaces

* Pr/tabs spaces (#144)

* Turning all tabs into spaces

* Fixing duplicate import error

* spaces instead of tabs for all .spec files

* tabs to spaces in additional files I missed (#146)

* Pr/adding documentation on using applications for registration (#152)

* small change here, the docs were ignoring the second argument

* Adding an explanation of using the application as the second argument.
- Putting existing section on the loading function as a sub section of the new section on either loading function or Application
- Adding example of inline application definition.

* Fixing capitalization on files

* More tiny capitalization changes
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