Naomi Black
|
f6cd26b0a6
|
docs(docgen): fixed a typo that was breaking dgeni
|
2015-05-22 21:47:34 -07:00 |
Naomi Black
|
5a52c0b71d
|
docs(di): fix missing export for dgeni docgen
|
2015-05-22 21:47:34 -07:00 |
gdi2290
|
662da0d728
|
feat(render): re-export render and export `DirectiveResolver`
Closes #2026
|
2015-05-22 17:38:00 -07:00 |
vsavkin
|
df59e969cf
|
chore(di): moved tests to typescript
|
2015-05-22 17:32:21 -07:00 |
vsavkin
|
d27e5512c0
|
chore(reflection): tsfy tests
|
2015-05-22 17:03:40 -07:00 |
yjbanov
|
d48fae3566
|
fix(core): resurrect OnChange interface
|
2015-05-22 16:48:00 -07:00 |
vsavkin
|
3525c9c074
|
chore(forms): moved tests/forms to typescript
|
2015-05-22 14:44:57 -07:00 |
Tobias Bosch
|
05774f6c8a
|
fix(build): also run ts tests in node.
|
2015-05-22 13:19:58 -07:00 |
Alex Eagle
|
16447ce75c
|
chore(build): improve messaging when using clang-format
|
2015-05-22 10:10:22 -07:00 |
Martin Probst
|
15f1eb28a2
|
fix(deps): Update clang-format to 1.0.14.
|
2015-05-22 09:39:15 -07:00 |
Caitlin Potter
|
e50f537667
|
build(gulp): turn off dartfmt logs by default
Closes #2105
|
2015-05-22 12:18:42 -04:00 |
Victor Berchet
|
ed8364741b
|
refactor(form example): TSify
|
2015-05-22 17:45:57 +02:00 |
Victor Berchet
|
6c1cb089b5
|
refactor(examples): ts’ify
relates to #2008
|
2015-05-22 16:48:29 +02:00 |
Marc Laval
|
4b98ed114e
|
fix(collection): iterator on Map keys is not supported (Safari)
Closes #2096
|
2015-05-22 15:41:01 +02:00 |
Marc Laval
|
d308e55e12
|
fix(collection): new Map(iterable) is not supported (Safari)
|
2015-05-22 15:40:44 +02:00 |
Victor Berchet
|
10bc7e948c
|
feat(key_event): alias esc to escape
fixes #2010
|
2015-05-22 15:39:21 +02:00 |
Victor Berchet
|
9988471fb8
|
test(fakeAsync): renable a test blocked on jasmine 2.3.3
|
2015-05-22 15:36:12 +02:00 |
Rado Kirov
|
05fa9bc9fb
|
feat(router): add the router bundle to the bundle task.
|
2015-05-22 15:31:09 +02:00 |
Marc Laval
|
57b88ec2d6
|
fix(collection): new Set(iterable) is not supported (IE11, Safari)
Closes #2063
|
2015-05-22 15:16:49 +02:00 |
Victor Berchet
|
b1c9bf14b2
|
feat(ElementInjector): support an arbitrary number of bindings
fixes #1853
|
2015-05-22 13:42:53 +02:00 |
Marc Laval
|
588fbfd848
|
fix(test): use a not expandable CSS rule in ShadowCSS spec (Firefox)
Closes #2061
|
2015-05-22 13:32:24 +02:00 |
Marc Laval
|
b2a24e021f
|
fix(browser_adapter): HTMLStyleElement.innerText does not trigger creation of CSS rules (Firefox)
|
2015-05-22 13:32:07 +02:00 |
Marc Laval
|
661a04798e
|
fix(test): adds longer timers for NgZone and PromisePipe tests (IE11)
Closes #2055
|
2015-05-22 13:30:49 +02:00 |
Marc Laval
|
665ccafd73
|
fix(browser_adapter): event creation fails (IE11, Firefox)
|
2015-05-22 13:30:48 +02:00 |
Marc Laval
|
f35dbb99b5
|
fix(browser_adapter): element.getBoundingClientRect fails when element not in DOM (IE11)
|
2015-05-22 13:30:47 +02:00 |
Marc Laval
|
a393f84fa4
|
fix(browser_adapter): element.matches only available with prefix (IE11)
|
2015-05-22 13:30:47 +02:00 |
Marc Laval
|
92c2c33a84
|
fix(browser_adapter): assigning null to document.title sets the title to "null" (IE11, Firefox)
|
2015-05-22 13:30:46 +02:00 |
Marc Laval
|
9802debf71
|
fix(test): native shadow DOM is required (IE11, Firefox)
|
2015-05-22 13:30:45 +02:00 |
Marc Laval
|
2287938f5a
|
fix(router): event.defaultPrevented is not reliable (IE11)
|
2015-05-22 13:30:44 +02:00 |
Marc Laval
|
5103f080e9
|
fix(test): function.name is not available (IE11)
|
2015-05-22 13:30:44 +02:00 |
gdi2290
|
1f20ef9787
|
feat(router.js): export routerDirectives
|
2015-05-22 12:45:26 +02:00 |
Adam Bradley
|
1ad6558229
|
fix(examples): update form example to use NgIf
|
2015-05-22 12:32:13 +02:00 |
gdi2290
|
d61a0dfa22
|
test(ObservablePipe): onDestroy shouldn't throw
|
2015-05-22 12:31:46 +02:00 |
Igor Minar
|
ac510b67cc
|
chore(docs): update npm-shrinkwrap.readme.md instructions
Closes #2043
|
2015-05-22 00:13:20 -07:00 |
Igor Minar
|
5ed091e260
|
build(gulp): fix test.unit.dart
- format code for the first run
- don't run tests if first build fails
Closes #1647
|
2015-05-21 23:50:56 -07:00 |
Tobias Bosch
|
cc2c8f6b00
|
refactor(test): ts’if compiler integration tests.
|
2015-05-21 17:53:53 -07:00 |
yjbanov
|
c28952c707
|
chore(release): bump version to alpha.25
|
2015-05-21 17:37:45 -07:00 |
vsavkin
|
30c3e5a84e
|
fix(forms): changed forms to create only one value accessor instead of always creating DefaultValueAccessor
|
2015-05-21 17:31:25 -07:00 |
yjbanov
|
2ff3873881
|
chore(transformers): remove bindProperty hack
|
2015-05-21 16:58:32 -07:00 |
Tobias Bosch
|
aec51d616b
|
refactor(ts'ify): ts’ify mocks, directives and test_lib
Also cleans up global types.
|
2015-05-21 15:33:37 -07:00 |
yjbanov
|
c5996529c3
|
chore(expressions): add explicit test for map vs property access
|
2015-05-21 14:41:26 -07:00 |
vsavkin
|
00c3693daa
|
feat(forms): migrated forms to typescript
|
2015-05-21 13:55:15 -07:00 |
vsavkin
|
fed86fc8ac
|
feat(injector): support forwardRef in toAlias
|
2015-05-21 09:52:43 -07:00 |
vsavkin
|
705ee46f31
|
fix(di): changed host and view injector to respect visibility
|
2015-05-21 09:17:56 -07:00 |
vsavkin
|
f210c41c1f
|
feat(di): changed toFactory to support dependency annotations
|
2015-05-21 08:34:48 -07:00 |
Julie Ralph
|
863eb3c559
|
chore(testing): update karma-jasmine and jasmine
Jasmine to jasmine-core 2.3.4.
Update tools tests using minijasminenode to directly use jasmine.
See #1860
|
2015-05-20 21:34:56 -07:00 |
vsavkin
|
b6b52e62b2
|
fix(element_injector): fixed element injector to inject view dependencies into its components
|
2015-05-20 17:48:04 -07:00 |
Julie Ralph
|
dd9b08cce8
|
chore(testing): update protractor to version 2.1.0
|
2015-05-20 17:28:23 -07:00 |
Tobias Bosch
|
e61d82b9be
|
refactor(core): ts’ify core
|
2015-05-20 16:30:41 -07:00 |
Tobias Bosch
|
aabc898f3b
|
chore: fix race condition during build.
|
2015-05-20 16:21:38 -07:00 |