Releases: FormidableLabs/victory
v36.8.2
What's Changed
Patch Changes
- Migrated victory-selection-container to TypeScript (#2706)
- Migrate victory-bar to TypeScript (#2709)
- Migrate victory-canvas to TypeScript (#2710)
- Migrate victory-legend to TypeScript (#2712)
- Migrate polar axis to typescript (#2713)
- Migrate victory-candlestick to TypeScript (#2716)
- Assign merged props to a const instead of modifying initialProps (#2718)
- Fix the label background position when using dy fns (#2720)
Full Changelog: v36.8.1...v36.8.2
v36.8.1
What's Changed
note: due to a CI issue, v36.8.0 was not released.
Minor Changes
- Remove v37 experimental code (#2697)
Patch Changes
- Remove usage of defaultProps from functional components (#2679)
- Fixed issue where VictoryChart would throw an unhandled exception when passed non-element children (fixes #2391) (#2536)
- Fix text label measurements after SSR hydration mismatch (#2626)
- Add missing size property to TS definitions (#2523)
Full Changelog: v36.7.0...v36.8.1
v36.7.0
What's Changed
Patch Changes
- Fix Date equality in axis (#2642)
- Added ability to forward refs in Bar and Path components (#2673)
- Allow empty tick values (#2671)
Full Changelog: v36.6.12...v36.7.0
v36.6.12
What's Changed
v36.6.12
- Add aria-hidden flag to svg for textsize util to fix accessibility issue (#2661)
v36.6.9...v36.6.11
v36.6.5...v36.6.8
- Updated dependencies
36.6.4
36.6.3
v36.6.1...v36.6.2
- Updated dependencies
Full Changelog: v36.6.0...v36.6.12
v36.6.0
What's Changed
- Various TypeScript improvements (#2335, #2363)
- Migrated
victory-axis
to TypeScript (#2379) - Migrated
victory-scatter
to TypeScript (#2394) - Migrated
victory-errorbar
to TypeScript (#2395) - Migrated
victory-box-plot
to TypeScript (#2387) - Migrated
victory-errorbar
to TypeScript (#2395) - Migrated
victory-brush-container
andvictory-brush-line
to TypeScript (#2393) - Update source code with minor lint-based improvements (see #2236). (#2403)
Full Changelog: v36.5.3...v36.6.0
v36.5.3
What's Changed
- Export all types from Victory by @scottrippey in #2333
- Fix for #2329 (use-animation-state crashing charts) by @gksander in #2334
- Local VSC settings to ignore built files in search by @gksander in #2332
Full Changelog: v36.5.2...v36.5.3
v36.5.2
What's Changed
- Remove dependency on use-context-selector by @becca-bailey in #2325
Full Changelog: v36.5.1...v36.5.2
v36.5.1
What's Changed
We are continuing our internal typescript migration, and making some changes to our test infrastructure and build pipeline. This work includes a couple typescript-related bug fixes.
- TS migrate: core utils by @scottrippey in #2289
- Typescript: added types to
victory-vendor
by @scottrippey in #2292 - TypeScript migration: more utils! by @scottrippey in #2299
- TS migrate: prop types by @scottrippey in #2300
- Modularize calculated props helpers by @becca-bailey in #2290
- Build enhancements for move tests PR by @ryan-roemer in #2305
- Chore: generate source maps by @scottrippey in #2307
- TypeScript: Mark
data
asreadonly
by @scottrippey in #2313 - TS migrate: add events by @scottrippey in #2306
- Move tests to root directories by @becca-bailey in #2301
- Update prettier trailing comma rule by @becca-bailey in #2315
- TS: migrate victory-area, victory-chart by @scottrippey in #2314
- TypeScript: migrate
victory
to TypeScript by @scottrippey in #2319 - Use build config for babel by @ryan-roemer in #2321
- Add Victory Bar v37 by @becca-bailey in #2316
Full Changelog: v36.5.0...v36.5.1
v36.5.0
What's Changed
In 36.5.0 we pushed a lot of changes to our internal tooling. We replaced mocha and enzyme tests with Jest and React Testing Library, migrated some core parts of our codebase to Typescript, and bumped our React version to React 18. 🎉
- victory-histogram jest tests by @heythisispaul in #2255
- Convert tests for victory error bar by @becca-bailey in #2266
- Typescript Phase 1: Build configuration by @scottrippey in #2260
- victory-vendor: script cleanup and exports enhancements by @ryan-roemer in #2264
- victory-pie jest/rtl tests by @heythisispaul in #2268
- Typescript: Generate proper .d.ts files for Core by @scottrippey in #2271
- Disable func-style eslint rule by @becca-bailey in #2275
- Add victory-scatter tests by @becca-bailey in #2269
- TS migration: victory-primitives by @scottrippey in #2274
- Enable
eslint-comments
by @scottrippey in #2277 - Remove karma tests by @becca-bailey in #2279
- ts-migration: migrated core components to TS by @scottrippey in #2278
- Upgrade React to v18 by @becca-bailey in #2280
- ts-migration: more core by @scottrippey in #2284
- TypeScript: fix a few build issues by @scottrippey in #2285
- [Demo]: Upgrade React Native demo app by @jpdriver in #2288
Full Changelog: v36.4.1...v36.5.0
v36.4.1
What's Changed
This release includes mostly testing improvements, with one bugfix for prop types by @gustaff-weldon.
- Dev: Switch to ye olde yarn1 by @ryan-roemer in #2228
- [docs]: update victory-native introduction by @jpdriver in #2231
- brush container helper jest tests by @heythisispaul in #2229
- Infra: Node updates by @ryan-roemer in #2235
- Docs: Upgrade to latest victory@36.4.0 by @ryan-roemer in #2234
- Upgrade dependencies by @ryan-roemer in #2238
- Added helpful error message to 'test' script by @scottrippey in #2248
- Convert victory and victory-chart tests to jest by @becca-bailey in #2246
- Feature/jest candlestick tests by @heythisispaul in #2247
- Add victory core tests by @becca-bailey in #2249
- Add tests for victory-stack, victory-group, and victory-selection-container by @becca-bailey in #2253
- Test migration: victory-tooltip, victory-voronoi by @scottrippey in #2252
- [FIX] Replace references to non-existent PropTypes.function with PropTypes.func by @gustaff-weldon in #2257
- Fix duplicate user props by @becca-bailey in #2256
- migrate existing legend tests to jest by @heythisispaul in #2259
New Contributors
- @scottrippey made their first contribution in #2248
- @gustaff-weldon made their first contribution in #2257
Full Changelog: v36.4.0...v36.4.1