Skip to content

Delete DEVELOPER.md #27

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

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

usernamealreadyis
Copy link

angular/DEVELOPER.md
2ce9e95 on Nov 14, 2015
@IgorMinar IgorMinar docs(DEVELOPER.md): update info about clang-format setup

IgorMinar and others added 9 commits December 8, 2015 16:26
Our build system is pretty complicated and we have many commits that touch it.

For this reason these kids of changes warrant its own type.
memory was not allocated to be high enough, resulting in partial results to be
clipped, and therefore failing the assertions

Closes angular#6161
Previously when comparing which of multiple possible routes to choose in
an ambiguous case, we looked at the specificity of the target of redirect
matches rather than the original match. This meant that if a redirect
used a whilecard, but redirected to a target that was a static path,
we'd cound the static path's specificity instead of the wildcard.

This change stores the specificity of the redirect on the RedirectInstruction.

Closes angular#5933
This is no longer needed for g3sync.

Closes angular#6232
The bundles will only be used if the flag `--useBundles` is passed to `gulp build.js`.
BREAKING CHANGE:
- Platform pipes can only contain types and arrays of types,
  but no bindings any more.
- When using transformers, platform pipes need to be specified explicitly
  in the pubspec.yaml via the new config option
  `platform_pipes`.
- `Compiler.compileInHost` now returns a `HostViewFactoryRef`
- Component view is not yet created when component constructor is called.
  -> use `onInit` lifecycle callback to access the view of a component
- `ViewRef#setLocal` has been moved to new type `EmbeddedViewRef`
- `internalView` is gone, use `EmbeddedViewRef.rootNodes` to access
  the root nodes of an embedded view
- `renderer.setElementProperty`, `..setElementStyle`, `..setElementAttribute` now
  take a native element instead of an ElementRef
- `Renderer` interface now operates on plain native nodes,
  instead of `RenderElementRef`s or `RenderViewRef`s

Closes angular#5993
angular/DEVELOPER.md
2ce9e95  on Nov 14, 2015
@IgorMinar IgorMinar docs(DEVELOPER.md): update info about clang-format setup
usernamealreadyis and others added 7 commits January 6, 2016 05:07
wants to merge 7 commits into GistIcon:usernamealreadyis-patch-100000000 from angular:master
1 parent 7ae23ad commit 89f32f8 @kegluneq kegluneq committed with tbosch
docs(contributing.md): add docs for "build" commit type
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.

9 participants