mirror of
https://github.com/vale981/accounts-ui
synced 2025-03-04 17:31:41 -05:00
v1.1.19
This commit is contained in:
parent
150c3ba59c
commit
761b48da3a
3 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,10 @@
|
|||
# ChangeLog
|
||||
|
||||
### v1.1.19
|
||||
|
||||
* Improving hooks for server side rendered pages.
|
||||
* Improving so that browser pre-filled input values are pushed back to the form state.
|
||||
|
||||
### v1.1.18
|
||||
|
||||
* Updated Tracker dependency.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# React Accounts UI
|
||||
|
||||
Current version 1.1.18
|
||||
Current version 1.1.19
|
||||
|
||||
## Features
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Package.describe({
|
||||
name: 'std:accounts-ui',
|
||||
version: '1.1.18',
|
||||
version: '1.1.19',
|
||||
summary: 'Accounts UI for React in Meteor 1.3',
|
||||
git: 'https://github.com/studiointeract/accounts-ui',
|
||||
documentation: 'README.md'
|
||||
|
|
Loading…
Add table
Reference in a new issue