yarn react-beautiful-dnd 10.0.4

latest releases: 13.1.1, 13.1.0, 13.0.0...
5 years ago

Happy new year! 🎉

I have been off for a month and I had a great time. I could go for another month...

Here is what we plan on working on next: Up next milestone

Also, a reminder that we have two planned breaking changes coming up:

  • Moving to a React peer dependency of 16.6+ #984
  • Moving from flow to TypeScript #982. This might not be a breaking change if we have a good flow story 🤞

Unplanned but possible:

  • Going all in on hooks and creating a new hook based api 🤐😅

Improvements

doctype warning 👨‍⚕️ #1068

We have added a dev only warning to notify you if the pages doctype is supported #1068 #1040. We only support the html5 doctype (<!doctype html>). The doctype impacts a number of measurement calculations. Previously if you used another doctype things might work, but there could be some strange issues depending on your css configuration (eg if you did not have body height: 100%). Rather than trying to account for every strange doctype out there - we print a dev warning to the console! 😊 We also now call this out in the docs.

My hope is that this change makes it easier to fall into the pit of success

Just a public service announcement: if you do not add a doctype tag, browsers will use some other doctype such as "Quirks mode". Please add a doctype to your pages!

<!doctype html>

Other

Engineering health

  • Upgrading dev dependencies #1065
  • Upgrading to flow 0.91 #1065

Don't miss a new react-beautiful-dnd release

NewReleases is sending notifications on new releases.