stkevintan
711518c665
add readme
2023-10-08 20:10:33 +08:00
stkevintan
f963ae530c
bump angular to 16.2.8
2023-10-08 20:07:55 +08:00
Fang Liu
db9f4f23ed
Merge pull request #219 from microsoft/qiuya/text
...
feat: add text component
2023-01-28 19:44:17 +08:00
Yan Qiu
ebcb80bb75
feat: add text component
2023-01-28 18:59:09 +08:00
ZhiliangLiu
ea69424f03
Merge pull request #218 from microsoft/qiuya/calendar
...
feat: add more props to calendar
2023-01-20 11:51:49 +08:00
Yan Qiu
ebfbf505d1
feat: add more props to calendar
2023-01-20 11:46:06 +08:00
ZhiliangLiu
f4005a3f15
Merge pull request #216 from microsoft/qiuya/time-picker
...
feat: add time-picker component
2023-01-04 13:51:53 +08:00
Yan Qiu
9f416d240a
feat: add time-picker component
2023-01-04 13:29:13 +08:00
shinnqy
2911dbd771
Merge pull request #212 from microsoft/fix-types
...
fix: listener and renderer type errors
2022-12-29 15:44:51 +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
ZhiliangLiu
508dcbc625
Update README.md
2022-10-25 16:33:12 +08:00
shinnqy
bf3549539e
Merge pull request #195 from ZhiliangLiu/zoranliu/5.0.0-alpha
...
Zoranliu/5.0.0 alpha
2022-04-08 11:27:40 +08:00
Zoran Liu
88e9e79eb1
update node version
2022-04-07 18:16:08 +08:00
Zoran Liu
e4ddba7af7
update
2022-04-07 18:08:58 +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
d9955bb06e
upgrade libs
2022-03-30 17:19:52 +08:00
Zoran Liu
41f81333f8
upgrade libs
2022-03-30 14:58:06 +08:00
Zoran Liu
741f178dd3
@angular/cdk migration - migration-v13
...
Updates the Angular CDK to v13
2022-03-30 14:52:40 +08:00
Zoran Liu
21e9cf52b7
Angular CLI update for packages - @angular/material@13
2022-03-30 14:52:35 +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
c23171e8e2
@angular/cli migration - update-gitignore
...
Updating '.gitignore' to include '.angular/cache'.
2022-03-30 14:43:44 +08:00
Zoran Liu
dc34371681
@angular/cli migration - update-angular-config-v13
...
Remove deprecated options from 'angular.json' that are no longer present in v13.
2022-03-30 14:43:44 +08:00
Zoran Liu
f5136274af
@angular/cli migration - drop-ie-polyfills
...
Remove polyfills required only for Internet Explorer which is no longer supported.
2022-03-30 14:43:44 +08:00
Zoran Liu
903cd60e7c
Angular CLI update for packages - @angular/core@13, @angular/cli@13
2022-03-30 14:43:16 +08:00
Zoran Liu
dfa0b48feb
upgrade libs
2022-03-30 14:33:47 +08:00
Zoran Liu
73b41acff0
remove resolutions
2022-03-30 14:30:17 +08:00
Zoran Liu
89e15e661f
Angular CLI update for packages - @angular/material@12
2022-03-30 14:24:28 +08:00
Zoran Liu
6bce544d07
@angular/cli migration - replace-deprecated-prod-flag
...
Replace the deprecated '--prod' in package.json scripts.
2022-03-30 14:15:48 +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
Zoran Liu
62dbca6f07
@angular/cli migration - update-angular-config-v12
...
Remove deprecated options from 'angular.json' that are no longer present in v12.
2022-03-30 14:14:29 +08:00
Zoran Liu
dd3aa25201
Angular CLI update for packages - @angular/core@12, @angular/cli@12
2022-03-30 14:14:26 +08:00
shinnqy
a93b227fcd
Merge pull request #189 from ZhiliangLiu/zoranliu/fix-style-util-error
...
fix style plugin
2022-01-12 15:11:01 +08:00
Zoran Liu
1d6e16c2e5
fix style plugin
2022-01-12 14:50:58 +08:00
shinnqy
0305ed6446
Merge pull request #188 from ZhiliangLiu/zoranliu/fabric-build
...
Zoranliu/fabric build
2022-01-07 11:32:46 +08:00
shinnqy
7d6d366002
Merge pull request #187 from ZhiliangLiu/zoranliu/fix-react-fragment
...
fix react fragment
2022-01-07 11:31:49 +08:00
Zoran Liu
ba4cae8c89
update fabric build
2022-01-07 10:52:51 +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
shinnqy
73aa6e4ae3
Merge pull request #185 from ZhiliangLiu/zoranliu/4.0.0
...
Zoranliu/4.0.0
2021-12-22 16:03:50 +08:00
Zoran Liu
998715b58d
update
2021-12-22 13:56:40 +08:00
Zoran Liu
42b2947bc3
update
2021-12-22 13:35:15 +08:00