=============
**2023-07-11**
The 0.1.2 release allows to combine several subplots with different `ColorAxis` on the same figure, and improve axes management.
โจ New features
***************
- Update `layout` and `marker` attributes to preserve each subplot original coloraxis upon adding new traces with `ColorAxis` specification on an existing `Figure`.
๐จ Feature improvements
***********************
- Improve consistency between axis range and axis format.
- Harmonize plot styling arguments.
๐ฅ Breaking Changes
*******************
- Bump to Pydantic V2.
๐ Rename package to `statsplotly`.
๐ Set up Poetry management and Github Actions CI/CD.
๐งน Remove the `color` argument of `distplot` and `jointplot` functions because they require unidimensional trace color scheme.
โ Remove dependency on `pymodules`.