changelog
0.16

0.16 changelog

  • No more dev command
    • Deployment is now independent of the tinloof-remix command
    • There are no more autogenerated files, which make for simpler understanding by devs
  • Faster previews
  • New block picker
  • Use Sanity's new perspective feature to preview content and simplify queries
  • Several UX improvements

Have ideas on how we could improve the upgrade process of our toolkit? We're eager to hear them, reach us out in Slack or via email.

⚠️

Before procceeding, make sure you’ve migrated to v0.15. See Single-route, free paths: Tinloof toolkit 0.15 changelog (opens in a new tab)

Migration step-by-step

🚨 - high risk, usually because the file is commonly modified or has high complexity, proceed with caution

🔄 - Updated file, you need to modify it

🆕 - New file, simply add it to your project

❓ - Optional

💡

We recommend keeping a clone of your main branch in a separate code editor to keep it as a reference to help with more involved changes

💡

There may be several minor type issues. You can run Typescript's checker with tsc --dry and fix them as they come up.