Changelog
This is a high-level summary of major changes and new features. Bug fix (patch) releases are not included. Please consult the Git logs and docs for more details and upgrade instructions.
6.0 (11 Aug 2023)
- Update to Nexus 10
5.0 (19 Apr 2023)
- Update to Laravel 10
4.0 (5 Aug 2021)
- Switched 'lockedBy' from an attribute to a relationship (allows for eager loading), performance improvement.
3.1 (19 Apr 2021)
- Add ability to dynamically disable record locking (set the key to
RecordLockManager::DISABLED)
3.0 (5 Feb 2021)
- Move mixin from
js/tovue/mixins/ - Reduce the lock refresh delay from 2 seconds to 10 seconds
- Only block page refresh if the record is still locked
- Various small improvements & code refactoring
2.0 (30 Jan 2021)
- Simplify
record-logmixin variable names - New components:
<AlertRecordLocked>,<AlertRecordLockLost>
1.0 (10 Dec 2020)
- Initial release