Closed greenkeeper[bot] closed 5 years ago
After pinning to 10.0.4 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Replaced by https://github.com/redgeoff/mson-react/pull/93
The dependency react-beautiful-dnd was updated from
10.0.4
to10.1.0
.π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
react-beautiful-dnd is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β **ci/circleci: build:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/redgeoff/mson-react/350?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).Release Notes for 10.1.0
Highlightsπ€ΎββοΈ
Beautifulπ
This release pushes
react-beautiful-dnd
to new summits of interaction design.We have removed instant movement (snapping) when moving between lists. Snapping breaks the visual language of moving physical objects around that
react-beautiful-dnd
is trying to emulate.Blog: Beautiful interactionsπ
There was a huge amount of work to remove snapping when moving between lists. Who would have thought? Not me π₯΅. I wrote a blog which goes over the journey of this feature in depth. Personally, I think it well worth your time!
New logoπ©βπ¨
We have moved to a logo that encapsulates the playfulness and delight that we are striving for with
react-beautiful-dnd
Blog: Logo creationπ
Maryanne Nguyen, a very talented designer at Atlassian, has detailed her creative process in creating the newπ¨
react-beautiful-dnd
logo in a blogreact-beautiful-dnd
logoMore predictable touch draggingπ±
react-beautiful-dnd
tries to respect standard browser interactions as much as possible. Currently, the library plays well with force touch interactions:Unfortunately, heavy presses can cancel a drag. It can be tricky at times to get the right amount of pressure to correctly use touch dragging. This can be frustrating for users.
We have added an option for you to opt-out of respecting force touch interactions. This option will disable force press interactions on the drag handle. However, it allows for a more consistent touch dragging interaction.
We have added
shouldRespectForceTouch
as a prop to<Draggable />
. It defaults totrue
in order to respect force touch interactions, but you can set it tofalse
to opt out of respecting force touchShould force touch be respected by default?
Right now
shouldRespectForceTouch
defaults totrue
in order to respect browser interactions. However, for this specific use case, I am thinking that the default could be to not respect force touch in order to have a more consistent touch dragging experience out of the box.I have created a request for discussion to collect other people's thoughts on what the default should be.
Simplified home list stylingπ
We have added a new value to the
DroppableStateSnapshot
:draggingFromThisWith
type DroppableStateSnapshot = {| isDraggingOver: boolean, draggingOverWith: ?DraggableId, + draggingFromThisWith: ?DraggableId, |};
draggingFromThisWith
is populated with thedraggableId
of the dragging item in theIn this example we set the
background-color
of the home list topink
when we are dragging over the list. We set thebackground-color
of the home list toblue
when not dragging over the home list.Overhauled documentationπ
We have totally overhauled our documentation to be easier to find and use information.
Our
README.md
was getting too big. It was hard for new comers to know where to start, and it was hard for consumers of the library to quickly find information. We have simplified ourREADME.md
and added a comprehensive documentation section which links off to categories of information.The
README.md
now contains a high-level introduction to the project, feature set, how to get started and then links to the rest of the documentation.For new comers and evaluatorsπΆ
Information in the
README.md
:gif
showing off what the library is aboutAbout
section which links off information useful to understand, evaluate and get started with the library.For consumersπ©βπ€
API
was under a wall of design thinking information which would not be useful to a non-evaluatorDocumentation engineering healthπ¨ββοΈ
Refreshed examples π¦ΈββοΈ #1096
We have made our examples brighter and more colourful
We have also upgraded to Storybook
v5
and added our new logo to the headerOther improvements
redux
devtools whenprocess.env.NODE_ENV === 'development'
#1085. Thanks @teleaziz!!Fixesπ
transition
for a property other thantransform
that finished during a drop animation on aDraggable
could cause the drop to end suddenly #1096position:fixed
lists on ie11 #1091 #1088. Thanks @InvisibleBacon for raising this oneEngineering health
flow
0.94
#1119emotion
cypress.io
. Also added a few more browser tests #1122Commits
The new version differs by 14 commits.
45cc88a
v10.1.0
67b96c8
Merging dev to master (it's happening) (#1158)
1c1f42e
Fix broken example source link (#1121)
c782b2a
Fix dead link in README.md (#1106)
dedd3c9
Fix typo (#1102)
4518e53
Ie 11 window scroll fix (#1091)
2e93958
adding options to storybook setup (#1087)
adc5a2e
compose with redux dev tools in development mode only (#1085)
fc61e8a
More storybook popping (#1083)
5fb1532
pop out button (#1082)
fa03b1f
adding iframe pop decorator (#1081)
65770cc
Join the community on Spectrum! (#1080)
a7438c1
goodbye for now (#1076)
d6be548
adding nvmrc (#1077)
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: