Граф коммитов

331 Коммитов

Автор SHA1 Сообщение Дата
Aaron Greenwald ab3f82500d bump major version 2020-09-13 11:57:18 +03:00
Yan Qiu 0d58c3ed66 fix: onRenderItemLink cannot pass to office-ui-fabric-react 2020-08-27 05:17:56 +08: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
yanivc-ms b19002b066 Add extra attributes to buttons (#149)
Added the option to provide "aria-selected" (ariaSelected) and "tabindex" (tabIndex) attributes to Fabric buttons
2019-12-10 11:46:40 +02:00
yanivc-ms 7a3851ded9 Add support for "role" attribute in all fabric buttons (#148) 2019-12-09 17:07:43 +02:00
Gal Vanunu 3619a53079 Bump version to 1.2.1 2019-09-23 10:42:02 +03:00
Gal Vanunu 9b645ce824 Add ProgressIndicator support in fabric 2019-09-10 11:31:13 +03:00
Aaron Greenwald d280b470e2
fix|remove componentRef prop from Image, Callout (#136)
it was removed from office-ui-fabric-react
sometime between 6.151.0 and 6.200.0
2019-08-28 18:22:06 +03:00
Aaron Greenwald d8b360abd4 bump package version: 1.2.0-alpha.1, updates fabric dependency 2019-08-22 15:09:20 +03:00
Jerry Wang 6aa89788b3 [Fabric] Upgrade office-ui-fabric-react to v6.201.1 (#135)
* Update to Fabric v6.201.1

* Minor binding fixes
2019-08-22 14:55:57 +03:00
Aaron Greenwald e3e7c8c690 update docs, remove stale documentation 2019-08-19 17:11:28 +03:00
Aaron Greenwald b26e55ee88 update package dependency
@angular-react/fabric should depend on an
updated version of @angular-react/core
2019-08-19 16:09:06 +03:00
Aaron Greenwald 616f9a0e32
bump version (#133) 2019-08-04 15:01:40 +03:00
Kristin Deal b8ee05fcc3 add people picker (#132) 2019-08-04 14:59:42 +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 2e280c73d2 upgrade (angular): Upgrade to angular 8 - fix static flags 2019-06-20 12:10:25 +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
Aaron Greenwald ccd6d0ded6 fix build|invalid file encoding 2019-06-06 10:07:02 +03:00
dorgold f5abed6570 Release version 0.6.5 2019-05-16 10:24:47 +03:00
Zvi Avidor f2eb33b6ab version bump 2019-05-15 14:57:17 +03:00
Zvi Avidor cbf2c7eedf bump version 2019-05-15 13:50:24 +03:00
Zvi Avidor fd12de3490 complete 2019-05-14 22:24:38 +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 fe79f0fe76
Fix MessageBar always passing actions, even when non were supplied (#109)
* change MessageBar actions to only be passed when they are actually supplied to the wrapper component

* repro of message bar styling issue
2019-03-25 17:34:15 +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
R.C. Shaw a93575c7a1 Add directive support for fab-dropdown (#104)
-Add directives to support i18n for fab-dropdown
-Add demo of new directive-supported fab-dropdown to app.component
-Minor cleanup of directives for fab-combo-box
2019-03-20 23:14:19 +02: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
Ben Grynhaus 96753d2990
fix all docs tests and run tests in CI (#100)
- Fix the `docs` project's tests and align their components with more modern standards in the repo.
- Run tests in CI
2019-03-17 17:40:54 +02:00
Ben Grynhaus 8e997c9872
add blur events to fabric text field components (#98)
Continuing work done in #83 by @MarcOne68
2019-03-14 11:58:48 +02:00
Ben Grynhaus 1d94ddc13b
0.6.0 (#97)
* bump core and fabric versions

* update changelog
2019-03-08 02:13:38 +02:00
R.C. Shaw 8ccbaa5e3e Update combobox and calendar with directives (#95)
Add directives for the ComboBox and Calendar to enable the Angular-style template localization pattern.

Change wrapper to fix some timing bugs
2019-03-06 21:23:51 +02:00
Ben Grynhaus 87863d96b2 [Fabric] upgrade office-ui-fabric-react (#96)
Upgrade `office-ui-fabric-react` to latest version as of this PR.

Notice this is a **breaking change**:
* `office-ui-fabric-react` has deprecated some props - as usual - `@angular-react/fabric` doesn't support deprecated APIs and thus these were removed completely.

Expect a new minor version (0.6.0) in the release following this PR's merge, in accordance with semver.
2019-03-06 10:50:42 +02:00
Ben Grynhaus a2578b02aa
0.5.12 (#93)
* bump core and fabric versions

* add changelog
2019-02-20 22:59:29 +02:00
Ben Grynhaus 2f48c6c492
Add explicit events for FabTextField and FabMaskedTextField components (#92) 2019-02-20 22:53:56 +02:00
Eswar Prakash a50eaccf77 Added Nav component and module (#88) 2019-02-15 22:56:06 +02:00
Ben Grynhaus ca4b474e91
v0.5.11 (#87)
* bump version

* update changelog
2019-01-31 19:12:06 +02:00
Ben Grynhaus 498cfded1c
fix typed-changes failing in some AOT configurations (#86) 2019-01-30 19:56:07 +02:00
Ben Grynhaus a6155a5800
v0.5.10 (#84)
* bump version

* changelog update
2019-01-27 19:08:57 +02:00
Ben Grynhaus a4eb9c1046
Merge branch 'master' into master 2019-01-27 10:39:35 +02:00