All notable changes to this package will be documented in this file.
- init project to npm
- Remove unnecessary dependencies from the package.
- README.md with footer
- Fix package type declaration issue
- Fix package type declaration issue
- Basic usage in README.md
- CHANGELOG.md
- Improve documentation
- Fixed CDN url
- Now available on GitHub
- Fixed some inappropriate variable name
- Minified css for plainJs version
- Check client token before sending any request to server
- playground folder for examples
- Reimplemented client token validating system.
- MIT License
- prettier
- Added logIn function to context
- Changed from signin to login
- Changed button style
- no dynamic padding
- fixed width/height
- Changed from using ids to classes
- basically making buttons reusable
- Moved log in button outside of the context (make it reusable)
- Changed from inline styles to css modules
- Renamed component to TUCMCLogin
- Decorated readme with flashy buttons
- General refactoring
- uuid & sessionId for every users
- Registered applications are able to identify user by their uuid instead of their credentials
- User's room and number are now included in data structure
- Changed from UserData to LoggedUser
- LoggedUser includes session meta & returned userdata
- Permission value are required for each registered application
- User credential options are now limited depends on registered permission value
- Button type missing