stkevintan
f963ae530c
bump angular to 16.2.8
2023-10-08 20:07:55 +08:00
stkevintan
ff8f5c3fbf
move type dependency to dev
2022-12-20 19:28:44 +08:00
stkevintan
ab0584f9c0
fix: listener and renderer type errors
2022-12-20 19:23:42 +08:00
Zoran Liu
577feebae3
update
2022-04-07 16:44:51 +08:00
Zoran Liu
e371eac99f
update version
2022-04-07 14:55:38 +08:00
Zoran Liu
00be998ab7
5.0.0-alpha
2022-04-06 21:42:21 +08:00
Zoran Liu
5ff9836129
5.0.0-alpha
2022-04-06 17:40:11 +08:00
Zoran Liu
ebc1021838
upgrade
2022-04-01 21:13:33 +08:00
Zoran Liu
67f988e6c1
upgrade
2022-03-30 20:01:24 +08:00
Zoran Liu
32c8acead0
@angular/core migration - migration-v13-testbed-teardown
...
In Angular version 13, the `teardown` flag in `TestBed` will be enabled by default. This migration automatically opts out existing apps from the new teardown behavior.
2022-03-30 14:44:43 +08:00
Zoran Liu
c651b0ad06
@angular/cli migration - update-libraries-v13
...
Update library projects to be published in partial mode and removed deprecated options from ng-packagr configuration.
2022-03-30 14:43:46 +08:00
Zoran Liu
70803ac86c
@angular/cli migration - remove-emit-decorator-metadata
...
Remove 'emitDecoratorMetadata' TypeScript compiler option. Decorator metadata is no longer needed by Angular. Read more about this here: https://www.typescriptlang.org/docs/handbook/decorators.html#metadata
2022-03-30 14:15:45 +08:00
Zoran Liu
df269d95a0
@angular/cli migration - update-zonejs
...
Update 'zone.js' to version 0.11.x. Read more about this here: https://github.com/angular/angular/blob/master/packages/zone.js/CHANGELOG.md#breaking-changes-since-zonejs-v0111
2022-03-30 14:15:43 +08:00
shinnqy
0305ed6446
Merge pull request #188 from ZhiliangLiu/zoranliu/fabric-build
...
Zoranliu/fabric build
2022-01-07 11:32:46 +08:00
Zoran Liu
47b2f8e2a3
update fabric build
2022-01-06 16:47:13 +08:00
Zoran Liu
d0b2db4ee7
fix react fragment
2022-01-06 16:28:08 +08:00
Yan Qiu
d77059f3ae
chore: bump @angular-react/core
2021-12-22 16:37:36 +08:00
Zoran Liu
b8c3fa4fc6
update
2021-12-22 13:33:16 +08:00
Zoran Liu
d5052e02fa
update
2021-12-22 12:42:51 +08:00
Yan Qiu
7bfaa40fe7
chore: config enalbeIvy
2021-12-20 15:51:26 +08:00
Zoran Liu
ed63eddcc9
update version
2021-12-20 12:42:16 +08:00
Zoran Liu
547cfc4d61
fix
2021-12-17 15:30:23 +08:00
Zoran Liu
786b7206a5
fix
2021-12-17 10:27:16 +08:00
Zoran Liu
5029106805
@angular/cli migration - update-libraries-tslib
...
Update library projects to use tslib version 2 as a direct dependency. Read more about this here: https://v10.angular.io/guide/migration-update-libraries-tslib
2021-12-16 17:02:22 +08:00
Zoran Liu
0dcb1eee46
fix
2021-12-16 16:57:31 +08:00
Zoran Liu
e1c614bac0
fix
2021-12-16 11:38:28 +08:00
Zoran Liu
cea26591bc
@angular/core migration - migration-v9-undecorated-classes-with-decorated-fields
...
Undecorated classes with decorated fields migration. As of Angular 9, it is no longer supported to have Angular field decorators on a class that does not have an Angular decorator. Read more about this here: https://v9.angular.io/guide/migration-undecorated-classes
2021-12-15 16:11:22 +08:00
Yan Qiu
253a60351d
feat: replace office-ui-fabric-react with @fluentui/react
2021-06-11 11:11:13 +08:00
Yan Qiu
17dcc200a3
chore: upgrade ng-packagr to v5.7.1 in order to generate metadata for each component
2021-06-08 14:06:04 +08:00
Aaron Greenwald
ab3f82500d
bump major version
2020-09-13 11:57:18 +03:00
Shai Rose
c4dd253ca4
clenaup
2020-01-29 14:58:01 +02:00
Shai Rose
92ffda388b
removed http from package lock
2020-01-29 14:51:04 +02:00
Shai Rose
e5092f27f5
bump version
2020-01-29 14:38:40 +02:00
Shai Rose
bd67258502
upgrade (office-ui-fabric-react): updates office-ui-fabric-react version.
2020-01-29 13:26:11 +02:00
Shai Rose
44ab009fb1
upgrade (office-ui-fabric-react): Upgrades to fabric 7 version. Updates React (minor), React-dom (minor), office-ui-fabric-react (major). Removes deprecated props.
2020-01-20 13:46:51 +02:00
Aaron Greenwald
e3e7c8c690
update docs, remove stale documentation
2019-08-19 17:11:28 +03:00
Noa Nutkevitch
490890ba97
update version
2019-07-08 14:50:43 +03:00
Noa Nutkevitch
51eb498648
use requestAnimationFrame instead of setTimeOut
2019-07-03 15:46:10 +03:00
Shai Rose
2341e2c85b
upgrade (angular 8): dependant package updates (ng-packger, codelyzer, tsickle)
2019-06-23 16:20:13 +03:00
Shai Rose
0cd6f8e11d
upgrade (angular): Upgrade to angular 8 - returned nrwl and ngrx. fixed typescript and build errors
2019-06-20 16:13:23 +03:00
Shai Rose
c2b9c9c73c
upgrade (angular): Upgrade to angular 8 - bump version numbers
2019-06-20 12:27:16 +03:00
Shai Rose
7d51e9d491
upgrade (angular): Upgrade to angular 8 - cli and core.
...
devx: Change default ng-serve port.
docs: Update 'getting started'.
2019-06-20 11:32:05 +03:00
dorgold
f5abed6570
Release version 0.6.5
2019-05-16 10:24:47 +03:00
Zvi Avidor
cbf2c7eedf
bump version
2019-05-15 13:50:24 +03:00
Ben Grynhaus
bd7eaaa720
Revert "Allow wrapping any React component with an Angular one on-the-fly" ( #111 )
...
Reverts Microsoft/angular-react#106
Issues with AOT builds including this, reverting until resolved.
2019-03-30 17:18:21 +03:00
Ben Grynhaus
b756043226
Allow wrapping any React component with an Angular one on-the-fly. ( #106 )
2019-03-30 16:59:25 +03:00
Ben Grynhaus
4bb71a8395
Allow modifying props in custom render function. ( #99 )
...
Note that this is only a partial replacement for Fabric's pattern,
since we still want to abstract away JSX from consumers,
and Angular doesn't have first-class support for creating templates in TypeScript.
2019-03-25 17:42:19 +02:00
Ben Grynhaus
11b46f1fa4
0.6.2 ( #108 )
...
* bump version
* update changelog
2019-03-24 19:27:05 +02:00
Jerry Wang
9923cefa3f
0.6.1
2019-03-22 13:04:57 -07:00
Ben Grynhaus
ec65a3e6d8
Add more documentation ( #101 )
...
There's been a lack of documentation in some key parts of the repo, especially under the `@angular-react/core` library.
This PR aims to add some much-necessary internal repo documentation, and in addition to #40 should cover most of the foreseen needs in this regard.
2019-03-19 21:43:01 +02:00