All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add Rails System Testing, with only one implemented test for now.
- Add Solargraph for better autocomplete in development.
- Add VS Code launch configs to allow easy running and debugging of both Rails/Ruby and client/Javascript.
- Replace jQuery UI Sortable with Sortable.
- Update to latest Ruby and Javascript dependencies.
- Update installed VS Code extensions for dev container to match recommended extensions.
- Fix duplicate element ID warnings for items.
- Update bundler to 2.x in dev container so
Gemfile
works as expected.
- Remove CoffeeScript, replace with plain Javascript.
- Apply Prettier formatting to all supported files.
- Fix edit item display issue in Chrome.
- Add a version file for reference.
- Display version in app footer.
- First "released" version.