6d13e7958e
* fix controlled tabs should not switch tabs When the `Tabs` component is used ina a controlled way, then clicking on a tab should call the `onChange` callback, but it should not change the actual tab internally. * update changelog