Fixed - [450](https://github.com/plotly/dash/pull/450) Use the same prop name black list for component generation in all supported Python versions. Closes [361](https://github.com/plotly/dash/issues/361).
0.28.6
Fixed - [443](https://github.com/plotly/dash/pull/443) `Dash.registered_paths` changed to a `collections.defaultdict(set)`, was appending the same package paths on every index.
0.28.5
Fixed - [431](https://github.com/plotly/dash/pull/431) Replace windows endline when generating components class docstrings.
0.28.4
Fixed - [430](https://github.com/plotly/dash/pull/430) Fix `Component.traverse()` and `Component.traverse_with_paths()` for components with `children` of type `tuple`, not just `list`.
0.28.3
Fixed - [418](https://github.com/plotly/dash/pull/418) Fix http-equiv typo - Include missing polyfills to restore Internet Explorer support, restore whatwg-fetch [renderer87](https://github.com/plotly/dash-renderer/issues/87)
0.28.2
Changed - [377](https://github.com/plotly/dash/pull/377) Move `add_url` function definition out of `Dash.__init__`