Skip to content

Breaking changes in minor releases #3523

Closed Answered by SiTaggart
dmitriy-kudelko asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @dmitriy-kudelko

Sorry you're experiencing some frustrations. Firstly, we don't intend to make breaking changes, but we also didn't intend to expose undocumented APIs from our packages. The public interface to each component is its Props Interface, and as you've already pointed out all the things you need exist on those publicly documented interfaces.

We knew it was going to be a risk as people do find unintentionally exposed private things, but I took the decision to mark it as a minor, as it's not technically anything we documented as a public interface. We are now moving to having the exported types stored in git so any small unintentional change to a resultant interface we'll know …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by SiTaggart
Comment options

You must be logged in to vote
1 reply
@SiTaggart
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants