Commit Graph

96 Commits

Author SHA1 Message Date
Boris Cherny 6f8d240dea upgrade deps 2019-03-02 13:19:23 -08:00
Boris Cherny b773a74092 Merge pull request #98 from ttsahi/master
Component will not call render after it has been unmounted
2019-03-02 11:16:06 -10:00
ttsah b902c9ee56 circleci 2019-02-20 10:50:42 +02:00
ttsah 45eb0f4f61 rimraf and fix 2019-02-20 10:38:54 +02:00
ttsah 822b3b106d comment on tests 2019-02-20 10:38:04 +02:00
ttsah 8c06897237 revert 2019-02-20 10:05:51 +02:00
ttsah 28b0631a4a add rimraf for windows users. 2019-02-20 09:46:18 +02:00
ttsah 1e3fc4f4b0 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	index.tsx
#	package-lock.json
#	package.json
2019-02-19 19:30:54 +02:00
ttsah a582f8b13a add rimraf for windows users. 2019-02-19 19:26:28 +02:00
Boris Cherny 3717fbc2ea update circlefile to latest 2019-02-03 23:33:44 -08:00
Boris Cherny b3ac9cf5e9 v4.0.5 2019-02-03 23:29:49 -08:00
Boris Cherny d65fd0b693 upgrade dependencies, fix build 2019-02-03 23:29:13 -08:00
erezyo 83c3c65fb3 fix wrong bool 2019-02-03 11:47:24 +02:00
erezyo c7da92385e no render after unmount 2019-02-03 11:34:45 +02:00
Boris Cherny 3e4f5751c4 v4.0.4 2018-06-21 13:34:06 +03:00
Boris Cherny a46513065d update changelog 2018-06-21 13:33:40 +03:00
Boris Cherny aee4487ea8 upgrade devDependencies, fix internal typing bug caused by variance check 2018-06-21 13:32:03 +03:00
Boris Cherny 59233c76ed clean up clean script 2018-06-21 13:26:54 +03:00
Boris Cherny aa05594395 add lint to build 2018-06-21 13:26:06 +03:00
Boris Cherny 4447c1967a enable ts strict mode 2018-06-21 13:25:28 +03:00
Boris Cherny 5e410b1733 update changelog 2018-06-21 12:29:34 +03:00
Boris Cherny 1108243112 v4.0.3 2018-06-21 12:29:26 +03:00
Boris Cherny 75658b81ba add changelog 2018-06-21 12:28:35 +03:00
Boris Cherny fb55d349fd v4.0.2 2018-05-13 11:26:31 -07:00
Boris Cherny 348b30ff3e Merge pull request #83 from moshfeu/re-place-angular-types
#81 - Move angular types to devDependencies
2018-05-13 11:25:48 -07:00
Mosh Feu fc6fe7c4e6 #81 - Move angular types to devDependencies
So it will not force consumers to use angular types (In case of using custom types file)
2018-05-13 10:28:48 +03:00
Boris Cherny 1d9a24ba86 v4.0.1 2018-05-05 11:07:52 -07:00
Boris Cherny dc49188171 Merge pull request #74 from ajdaniel/master
fix: Override props with injections
2018-05-05 10:45:11 -07:00
Boris Cherny e2ccf8c4b8 Merge pull request #80 from arai-a/ngIsClass
Add $$ngIsClass class accessor to support older browsers
2018-05-05 10:43:40 -07:00
Andrew J Daniel 5bc1810407 fix: Override props with injections
If you have a prop and an injection with the same name (perhaps you defined it in a static propTypes class property) then the injection will take precedence and override any props with the same name.

Signed-off-by: Andrew J Daniel <adaniel@uk.ibm.com>
2018-05-02 13:16:55 +01:00
arai f361ac5b90 Add $$ngIsClass class accessor to support older browsers 2018-05-01 21:12:19 +09:00
Boris Cherny d0b8c336b2 v3.2.1 2018-02-08 23:17:18 -08:00
Boris Cherny b307f1b575 upgrade deps, cleanup old code 2018-02-08 23:16:54 -08:00
Boris Cherny 43b084e63a v3.2.0 2018-01-30 17:46:12 -08:00
Boris Cherny ac59a84562 update yarn.lock 2018-01-30 17:45:52 -08:00
Boris Cherny 64e98b0a48 Merge pull request #66 from rkomiyama/patch-2
Added missing square closing bracket
2018-01-22 14:06:01 -08:00
Ryu Komiyama 5fc50367b8 Added missing square closing bracket 2018-01-22 16:42:26 -05:00
Boris Cherny deea3723ed Merge pull request #63 from coatue-oss/greenkeeper/browserify-15.1.0
Update browserify to the latest version 🚀
2018-01-11 15:58:39 -08:00
greenkeeper[bot] 0549878a8a chore(package): update browserify to version 15.1.0 2018-01-11 14:53:54 +00:00
Boris Cherny 4b6b6a9e4d Merge pull request #60 from coatue-oss/greenkeeper/browserify-15.0.0
Update browserify to the latest version 🚀
2018-01-10 21:41:48 -08:00
greenkeeper[bot] b5afa3bb8b chore(package): update browserify to version 15.0.0 2018-01-04 19:32:25 +00:00
Boris Cherny f3519981f0 Merge pull request #57 from coatue-oss/greenkeeper/karma-2.0.0
Update karma to the latest version 🚀
2017-12-29 14:55:13 -08:00
greenkeeper[bot] 5f167cd712 chore(package): update karma to version 2.0.0 2017-12-21 17:35:20 +00:00
Boris Cherny a4a68c23e6 update docs 2017-12-11 09:20:06 -08:00
Boris Cherny d95d61291b clean up test 2017-12-11 09:17:19 -08:00
Boris Cherny 2a3ddd8ba8 Merge pull request #49 from fand/di
Add injectNames to use DI in react2angular
2017-12-11 11:57:06 -05:00
fand 365786bfba Fix reference to prop-types 2017-12-07 10:33:27 +09:00
fand 893bdc5c69 Test that bindingNames and propTypes overrides injectedProps 2017-12-07 10:24:16 +09:00
fand 8e03472671 Test if props in injectedProps are injected correctly 2017-12-07 10:24:16 +09:00
fand 225b37ec26 this.injectedProps must be an object 2017-12-07 10:24:16 +09:00