Releases: uiwjs/react-login-page
v0.4.2
Documentation v0.4.2: https://raw.githack.com/uiwjs/react-login-page/f0f0a34/index.html
Comparing Changes: v0.4.1...v0.4.2
- π feat(page6): add new login component. f3eca8e @jaywcjlove
- π doc: Update README.md 05fc600 @jaywcjlove
import React from 'react';
import Login from '@react-login-page/page6';
const Demo = () => <Login style={{ height: 690 }} />;
export default Demo;
v0.4.1
Documentation v0.4.1: https://raw.githack.com/uiwjs/react-login-page/a1e4234/index.html
Comparing Changes: v0.4.0...v0.4.1
- π feat(page5): add new login component.. f8767f8 @jaywcjlove
- π doc: Update README.md 163aa53 @jaywcjlove
- π¨ style(page5): add css var. 1aa77e5 @jaywcjlove
- π doc: Update README.md 7a12664 @jaywcjlove
import React from 'react';
import Login from '@react-login-page/page5';
const Demo = () => <Login style={{ height: 380 }} />;
export default Demo;
v0.4.0
Documentation v0.4.0: https://raw.githack.com/uiwjs/react-login-page/720dc95/index.html
Comparing Changes: v0.3.7...v0.4.0
- π¨ style: modify page height style. 7522f6c @jaywcjlove
- π feat: add login page4. 0337c94 @jaywcjlove
- π feat(page4): add component displayName. c2beb11 @jaywcjlove
- π feat(base): add components displayName. 64390a2 @jaywcjlove
v0.3.7
Documentation v0.3.7: https://raw.githack.com/uiwjs/react-login-page/fc7af64/index.html
Comparing Changes: v0.3.6...v0.3.7
- π fix(base): fix passwrod default name value. cc7aa30 @jaywcjlove
v0.3.6
Documentation v0.3.6: https://raw.githack.com/uiwjs/react-login-page/0896539/index.html
Comparing Changes: v0.3.5...v0.3.6
- π chore: format code. b68b9a3 @jaywcjlove
- π chore: fix husky issue. 910df67 @jaywcjlove
- π doc(login-page): update README.md 48e18b1 @jaywcjlove
- π fix(base): fix visible props issue. 17e0e20 @jaywcjlove
v0.3.5
Documentation v0.3.5: https://raw.githack.com/uiwjs/react-login-page/4ea7201/index.html
Comparing Changes: v0.3.4...v0.3.5
- π¨ style(page3): add input valid style. 71954db @jaywcjlove
v0.3.4
Documentation v0.3.4: https://raw.githack.com/uiwjs/react-login-page/96b86d8/index.html
Comparing Changes: v0.3.3...v0.3.4
- π feat(page3): add field label. f27c836 @jaywcjlove
- π fix: fix input index issue. 4ee89be @jaywcjlove
- π¨ style: modify button disabled style. a51e552 @jaywcjlove
- π fix(login-page): fix render children parameter issue. 13cdded @jaywcjlove
v0.3.3
Documentation v0.3.3: https://raw.githack.com/uiwjs/react-login-page/bdf1776/index.html
Comparing Changes: v0.3.2...v0.3.3
- π¨ style(page2): fix input icon style. cc746b1 @jaywcjlove
- π feat: add new login page page3 ba8c61e @jaywcjlove
v0.3.2
Documentation v0.3.2: https://raw.githack.com/uiwjs/react-login-page/5d35a4a/index.html
Comparing Changes: v0.3.1...v0.3.2
- π feat: component add extra content collection. 64f15db @jaywcjlove
- π feat(react-login-page): Input component support extra to define extra content. dbbb3c6 @jaywcjlove
- π feat: Email/Password control support icon definition. 4a64fc6 @jaywcjlove
v0.3.1
Documentation v0.3.1: https://raw.githack.com/uiwjs/react-login-page/2476cea/index.html
Comparing Changes: v0.3.0...v0.3.1
- π type(login-page): update files field in package.json bbce023 @jaywcjlove