* feat: Fix release.yaml ([499](https://github.com/datavisyn/visyn_core/pull/499)) * feat: simplify useUncontrolled in Vis ([501](https://github.com/datavisyn/visyn_core/pull/501)) * Adjust usepan hook ([496](https://github.com/datavisyn/visyn_core/pull/496)) * Added native event to click/up events so users can query for shift and alt keys ([485](https://github.com/datavisyn/visyn_core/pull/485)) * Feature: Facet sorting ([481](https://github.com/datavisyn/visyn_core/pull/481)) * fix: add null check for the user ([474](https://github.com/datavisyn/visyn_core/pull/474)) * feat(vis-type: scatter): selecting points from multiple facets ([469](https://github.com/datavisyn/visyn_core/pull/469)) * refactor: improve time complexity for tooltip labels + minor fixes ([472](https://github.com/datavisyn/visyn_core/pull/472)) * fix: scatter vis for selected points ([468](https://github.com/datavisyn/visyn_core/pull/468)) * feat: added showLabeLimit option to the general vis configuration ([457](https://github.com/datavisyn/visyn_core/pull/457)) * feat(vis-type: violin): Add YAxis merged option to violin vis ([445](https://github.com/datavisyn/visyn_core/pull/445)) * feat: return 401 if not logged in for loggedinas ([465](https://github.com/datavisyn/visyn_core/pull/465))
* fix(vis): make bar chart interface properties optional ([428](https://github.com/datavisyn/visyn_core/pull/428))
11.4.0
What's changed
* feat(ci): Use automated release workflow ([426](https://github.com/datavisyn/visyn_core/pull/426)) * Add skip flag to useBrush ([418](https://github.com/datavisyn/visyn_core/pull/418)) * feat(vis): focus facet selector for bar chart ([420](https://github.com/datavisyn/visyn_core/pull/420)) * Remove console.log in useInteractions ([407](https://github.com/datavisyn/visyn_core/pull/407))
11.3.0
What's changed
* Fixed refactor issue with extent (https://github.com/datavisyn/visyn_core/pull/394) * Added setRef hook (https://github.com/datavisyn/visyn_core/pull/395) * feat(vis): export vishook (https://github.com/datavisyn/visyn_core/pull/396) * Unified vishook interface, moved hooks to setRef (https://github.com/datavisyn/visyn_core/pull/397)