Nibble 0.2.1
What’s fixed
- The Updates screen showed only “Up to date” when you were already on the newest release, hiding every release’s notes. It now lists them whatever version you are on, with the one you are running marked.
Changed
package-lock.jsonis shared, not ours alone: a site with its own theme or packages has to change it. An upgrade now rebuilds it withnpm installrather than installing from it, so a merged lockfile repairs itself. Upgrade: if git reports a conflict on it, take either side and runnpm install— the result is the same either way, and commit it.db/schema.rbis yours, and Nibble no longer ships one. It is generated from migrations, so two copies of it — ours and yours — conflicted on every upgrade that carried a migration, on a file neither of us edits by hand. Upgrade: the merge removes our copy. Runbin/rails db:prepareto regenerate yours, then commit it. If git reports a conflict on it instead, keep your side and run the same command.