Releases: chucknelson/fliplist
Releases · chucknelson/fliplist
v1.0.4
Added
- 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.
Changed
- 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.
Fixed
- Fix duplicate element ID warnings for items.
- Update bundler to 2.x in dev container so
Gemfile
works as expected.
Removed
- Remove CoffeeScript, replace with plain Javascript.
v1.0.3
v1.0.2
Fixed
- Fix edit item display issue in Chrome.
v1.0.1
Added
- Add a version file for reference.
- Display version in app footer.
v1.0.0
First "release" - cleaned up some old items:
- Removed javascript from the asset pipeline, moved to webpack only
- Updated to Turbolinks 5
- Removed coffeescript, moved to plain javascript