Commit graph

346 commits

Author SHA1 Message Date
Todd Humphrey
e20b869bb9 Merge branch 'master' into enroll-formstate 2016-12-28 09:06:45 -05:00
Tim Brandin
3d3522f927 Updated Readme. 2016-12-18 20:58:25 +01:00
Tim Brandin
41db252fa1 Updated Readme. 2016-12-18 20:57:33 +01:00
Tim Brandin
431cd39396 Merge branch 'master' into devel 2016-12-18 20:53:32 +01:00
Tim Brandin
08ed063ef5 Added inline field validation. 2016-12-18 20:53:19 +01:00
Tim Brandin
0d41ba6868 Bump versions. 2016-12-18 15:53:55 +01:00
Tim Brandin
a0950f4b61 Bump version. 2016-12-18 15:52:34 +01:00
Tim Brandin
75a7354939 Adding default values that are remembered in localStorage, solves #61 2016-12-18 15:50:56 +01:00
Tim Brandin
17f4e5c1d3 Clening up logging. 2016-12-18 15:14:48 +01:00
Tim Brandin
3206581e9f Cleaning up defaults for paths. 2016-12-18 15:13:43 +01:00
Tim Brandin
577b9593f2 Allow for null values in route-less implementations. 2016-12-18 15:13:14 +01:00
Tim Brandin
5fb23ded81 Fixed issue with empty password registration #61. 2016-12-18 14:25:09 +01:00
Tim Brandin
e661af6b08 Bumped versions. 2016-12-14 16:33:22 +01:00
Tim Brandin
935e021b49 Bump version. 2016-12-14 16:29:18 +01:00
Tim Brandin
89ba9f1c3e Updated Changelog. 2016-12-14 16:28:40 +01:00
Tim Brandin
ee0ffeb81f Merge pull request #58 from todda00/form-submit-hook
call onSubmitHook after all form submissions
2016-12-14 15:25:58 +01:00
Tim Brandin
d410db08c5 Merge pull request #75 from lawrentiy/patch-1
Fix issue, when message is object in Accounts.ui.FormMessage
2016-12-14 15:22:40 +01:00
Tim Brandin
66963c9015 Merge pull request #84 from meteorplus/patch-1
Quick fix to redirect login/logout
2016-12-14 15:19:30 +01:00
Tim Brandin
f7a32530a4 Merge pull request #82 from cdmbase/master
Fix for empty `input.value` issue and form prefilled issues
2016-12-14 15:17:49 +01:00
MeteorPlus
6f20010bd3 Quick fix to redirect login/logout
Quick fix to redirect login/logout to homeRoutePath when it is not set?
not sure if this is the right way to do it but when I use is logged in/out expected behavior is to send them to the frontpage instead of sting on the same page!
2016-11-24 08:25:29 +00:00
Tim Brandin
0d4e9d6227 Update README.md 2016-11-21 10:16:29 +01:00
veeramarni
6a873bdd08 props.FormState is alway undefined, need to use props.id 2016-11-20 11:25:17 -05:00
veeramarni
3d367062ea Sometimes value don't populate quickly
To fix following error. 
```
std_accounts-ui.js? Uncaught TypeError: Cannot read property 'trim' of undefined(…).```
2016-11-20 11:23:26 -05:00
veeramarni
d17467ada1 Merge pull request #3 from studiointeract/master
Update changes from soruce
2016-11-20 11:07:52 -05:00
Tim Brandin
af8d9b87ac Merge branch 'master' into devel 2016-11-10 13:49:09 +01:00
Tim Brandin
132b6b14e5 Version 1.2.9. 2016-11-10 13:48:53 +01:00
Tim Brandin
6674e1112f Bump version. 2016-11-10 13:39:08 +01:00
Tim Brandin
d6b2867720 Update CHANGELOG.md 2016-11-10 13:37:48 +01:00
Tim Brandin
5221d8deea Merge branch 'master' of github.com:studiointeract/accounts-ui 2016-11-10 13:30:26 +01:00
Tim Brandin
71921cf4a4 Added support for react router link on buttons. 2016-11-10 13:29:53 +01:00
Tim Brandin
009553558c Update README.md
Updated React Router example.
2016-11-10 13:28:47 +01:00
Tim Brandin
57e86f7e98 Merge branch 'veeramarni-master' 2016-11-10 13:19:19 +01:00
Tim Brandin
34a3ffd5ed Merge branch 'master' of git://github.com/veeramarni/accounts-ui into veeramarni-master 2016-11-10 13:17:24 +01:00
Tim Brandin
bb79de01a8 Update README.md 2016-11-07 13:44:50 +01:00
veeramarni
da3d8f96c4 Update package.json 2016-10-30 07:56:52 -04:00
veeramarni
b69cf74760 Update package.json 2016-10-29 22:51:21 -04:00
veeramarni
d6b3eb212c Update package.json 2016-10-29 22:50:36 -04:00
veeramarni
9d043136b4 Update package.json 2016-10-29 22:42:41 -04:00
veeramarni
6cfd50fbdc Merge pull request #2 from studiointeract/master
1.2.8 update
2016-10-29 22:41:51 -04:00
Pavel
2d7a68938d Fix issue, when message is object
I don`t now, what happend and in witch version of meteor. But I`ve had troubles with 
meteor/std:accounts-ui
and
zetoff:accounts-material-ui

It`s fast simple fix, checked on meteor 1.4.1 and 1.4.2
2016-10-26 15:02:30 +03:00
Sacha Greif
6ae51f967a Merge pull request #73 from SachaG/master
1.2.8
2016-10-26 14:56:36 +09:00
Sacha Greif
cbc21a8076 version bump (1.2.8) 2016-10-26 14:54:57 +09:00
Sacha Greif
619313d711 in constructor, we should use props and not this.props 2016-10-26 14:54:21 +09:00
PolGuixe
2ca2ab17c0 Merge pull request #70 from Zetoff/master
Added UI package material-ui
2016-10-21 11:52:28 +02:00
PolGuixe
01c225349a fixed conflict 2016-10-21 11:51:40 +02:00
PolGuixe
9492ae7c6e Merge remote-tracking branch 'studiointeract/master'
# Conflicts:
#	README.md
2016-10-21 11:50:56 +02:00
Sacha Greif
9f161900fd Merge pull request #71 from SachaG/master
make sure nextProps.formState actually exists before overwriting stat…
2016-10-19 09:34:58 +09:00
Sacha Greif
5f1aab0c0b version and changelog update 2016-10-19 09:34:40 +09:00
Sacha Greif
792fac63c4 make sure nextProps.formState actually exists before overwriting state.formState 2016-10-17 15:36:11 +09:00
PolGuixe
4476f4236d Added UI package material-ui 2016-09-12 16:01:33 +02:00