Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(tutorial): add deprecation notice to v1.4.x tutorial and point to the correct branch #14675

Conversation

gkalpak
Copy link
Member

@gkalpak gkalpak commented May 25, 2016

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Docs update.

Does this PR introduce a breaking change?
No

Please check if the PR fulfills these requirements

Other information:

  • Add a deprecation notice on the 'index' page.
  • Hide the "Live Demo" buttons (since we don't have a live demo).
  • Update the GitHub diff links to point to the pre-v1.5.0-snapshot 1.4-snapshot angular-phonecat branch.
  • Modify all git commangs to use the appropriate branch and tags.

Related to #14416.

…o the correct branch

- Add a deprecation notice on the 'index' page.
- Hide the "Live Demo" buttons (since we don't have a live demo).
- Update the GitHub diff links to point to the `pre-v1.5.0-snapshot` angular-phonecat branch.
- Modify all git commangs to use the appropriate branch and tags.

Related to angular#14416.
@gkalpak
Copy link
Member Author

gkalpak commented May 25, 2016

The only thing missing (except for merging this PR) is to create the old-step-* tags on angular-phonecat.

(We might need better names for pre-v1.5.0-snapshot and old-step-*.)

@gkalpak
Copy link
Member Author

gkalpak commented May 26, 2016

@petebacondarwin, I have assigned you, since you are the official tutorial reviewer this month 😛

scope.diffLo = seq ? (seq - 1): '0~1';
scope.diffHi = seq;
scope.diffLo = 13 - seq;
scope.diffHi = 12 - seq;
Copy link
Contributor

Choose a reason for hiding this comment

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

why these changes?

Copy link
Member Author

Choose a reason for hiding this comment

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

Hm...I made them before I created the new tags. Now that we have the tags, I should just change compare/step- to compare/old-step- 😃

@gkalpak gkalpak force-pushed the v1.4.x-docs-tutorial-add-point-to-old-version branch from 89d88e9 to 9d06681 Compare May 27, 2016 10:21
@gkalpak
Copy link
Member Author

gkalpak commented May 27, 2016

@petebacondarwin, I made the changes. PTAL

- Rename branch: `pre-v1.5.0-snapshot` --> `1.4-snapshot`
- Rename steps:  `old-step-*`          --> `1.4-step-*`
@gkalpak
Copy link
Member Author

gkalpak commented May 31, 2016

Renamed branch to 1.4-snapshot and tags to 1.4-step-* (as discussed off-github).
Merging...

gkalpak added a commit that referenced this pull request May 31, 2016
…o the correct branch

- Add a deprecation notice on the 'index' page.
- Hide the "Live Demo" buttons (since we don't have a live demo).
- Update the GitHub diff links to point to the `1.4-snapshot` angular-phonecat branch.
- Modify all git commangs to use the appropriate branch and tags (e.g. `1.4-step-*`).

Related to #14416.

Closes #14675
@gkalpak
Copy link
Member Author

gkalpak commented May 31, 2016

Closed via 6234cda.

@gkalpak gkalpak closed this May 31, 2016
@gkalpak gkalpak deleted the v1.4.x-docs-tutorial-add-point-to-old-version branch June 3, 2016 19:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants