Releases: uiwjs/react-login-page
v0.4.11
Documentation v0.4.11: https://raw.githack.com/uiwjs/react-login-page/b9deade/index.html
Comparing Changes: v0.4.10...v0.4.11
- 🐞 fix(page3): fix Welcome keyname props issue. 40bee01 @jaywcjlove
v0.4.10
Documentation v0.4.10: https://raw.githack.com/uiwjs/react-login-page/2a1489c/index.html
Comparing Changes: v0.4.9...v0.4.10
- 🎨 style(page3): modify input fill color. 6ffe95a @jaywcjlove
v0.4.9
Documentation v0.4.9: https://raw.githack.com/uiwjs/react-login-page/54896f2/index.html
Comparing Changes: v0.4.8...v0.4.9
- 💄 chore: add autoComplete props for password input. 1520df7 @jaywcjlove
- 🎨 style(page3): support light and dark themes. 57404a9 @jaywcjlove
- 🌟 feat(page3): export bg.jpeg assets. aea857a @jaywcjlove
v0.4.8
Documentation v0.4.8: https://raw.githack.com/uiwjs/react-login-page/9cb397f/index.html
Comparing Changes: v0.4.7...v0.4.8
- 🌟 feat(page9): add new component. 7434ac9 @jaywcjlove
- 💢 ci: update workflows config. d12a1c2 @jaywcjlove
import React from 'react';
import Login from '@react-login-page/page9';
import LoginBg from '@react-login-page/page9/bg.jpg';
const Demo = () => <Login style={{ height: 580, backgroundImage: `url(${LoginBg})` }} />;
export default Demo;
v0.4.7
Documentation v0.4.7: https://raw.githack.com/uiwjs/react-login-page/1384bdb/index.html
Comparing Changes: v0.4.6...v0.4.7
- 📖 doc(page8): update RADME.md 6182be4 @jaywcjlove
- 💢 ci: update workflows config. f340348 @jaywcjlove
- 📖 doc(page8): Update README.md 1ecf883 @jaywcjlove
- 🐞 fix(base): fix keyname issue. 2f10060 @jaywcjlove
v0.4.6
Documentation v0.4.6: https://raw.githack.com/uiwjs/react-login-page/a468deb/index.html
Comparing Changes: v0.4.5...v0.4.6
- 📖 doc(base): update README.md f33f202 @jaywcjlove
- 🌟 feat: add keyname props. f60f3e2 @jaywcjlove
- 🌟 feat(page8): add new component. 2d0d0ec @jaywcjlove
- 📖 doc(page8): Update README.md 7124e5b @jaywcjlove
import React from 'react';
import Login from '@react-login-page/page8';
const Demo = () => <Login style={{ height: 690 }} />;
export default Demo;
v0.4.5
Documentation v0.4.5: https://raw.githack.com/uiwjs/react-login-page/99f2668/index.html
Comparing Changes: v0.4.4...v0.4.5
- 🆎 type: fix button type errors. 5d245f4 @jaywcjlove
v0.4.4
Documentation v0.4.4: https://raw.githack.com/uiwjs/react-login-page/474b7d9/index.html
Comparing Changes: v0.4.3...v0.4.4
- 🐞 fix: fix Footer display issue. 871da92 @jaywcjlove
- 🌍 website: update title. 7fbc58f @jaywcjlove
v0.4.3
Documentation v0.4.3: https://raw.githack.com/uiwjs/react-login-page/9caf85e/index.html
Comparing Changes: v0.4.2...v0.4.3
- 💄 chore(deps): update react monorepo to ~18.2.0 (#2) a87be67 @renovate-bot
- 🌟 feat(page7): add new login component. 2486a0e @jaywcjlove
- 💄 chore: update workflows config. 11182d7 @jaywcjlove
- 📖 doc(react-login-page): Update document. c86846c @jaywcjlove
import React from 'react';
import Login from '@react-login-page/page7';
const Demo = () => <Login style={{ height: 690 }} />;
export default Demo;
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;