File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ChangeLog
22
3+ ### v1.2.20
4+ 13-March-2017
5+
6+ * Fixed an issue with imports when using react router.
7+
38### v1.2.19
4916-February-2017
510
Original file line number Diff line number Diff line change 11# React Accounts UI
22
3- Current version 1.2.19
3+ Current version 1.2.20
44
55## Features
66
Original file line number Diff line number Diff line change 1- try { import { browserHistory } from 'react-router' ; } catch ( e ) { }
1+ let browserHistory
2+ try { browserHistory = require ( 'react-router' ) . browserHistory } catch ( e ) { }
23export const loginButtonsSession = Accounts . _loginButtonsSession ;
34export const STATES = {
45 SIGN_IN : Symbol ( 'SIGN_IN' ) ,
Original file line number Diff line number Diff line change 11Package . describe ( {
22 name : 'std:accounts-ui' ,
3- version : '1.2.19 ' ,
3+ version : '1.2.20 ' ,
44 summary : 'Accounts UI for React in Meteor 1.3+' ,
55 git : 'https://github.com/studiointeract/accounts-ui' ,
66 documentation : 'README.md'
You can’t perform that action at this time.
0 commit comments