Skip to content

Typed™

Compare
Choose a tag to compare
@dackmin dackmin released this 05 Jun 05:39
· 167 commits to master since this release
19538c0

3.5.0 (2024-06-05)

Notable changes

  • ✨ Junipero is now fully written with Typescript. It's not released as a major as the API is exactly the same, so feel free to reach out if anything is broken. ✨ courtesy of @maximedasilva
  • It's now built with Rollup v4 & SWC
  • NPM has been replaced with Yarn 4 (again) and its node-modules linker

Features

  • deps: update dependency core-js to v3.36.0 (a897225)
  • lint files (31f4a6e)
  • make props optionnal (fdfe213)
  • remove all .d.ts and rework types generation (2d5bacb)
  • remove generate-types from builder (f3a04de)
  • rework build, still things to fix (08afdf6)
  • tailwind-plugin: rewrite plugin with TS (a727310)
  • typecript: repair radio Field story (4d4d67f)
  • typescript: add @swc/jest and use it instead of babel (5a9338c)
  • typescript: add type for state (3dad606)
  • typescript: fix package names in rollup (f4dfcb8)
  • typescript: remove defintions on lib (d7adf2b)
  • typescript: remove typescript errors with no implicit any (0b1a27b)
  • typescript: remove useless title (c9a1935)
  • typescript: repair some d3 plugin behaviors (99170b2)
  • typescript: repair tabs (8bf2262)
  • typescript: rework core and hooks rollup and ts config (7bd837a)
  • typescript: rework d3 package (1116c41)
  • typescript: rework transitions package config and fix typo (f3ffc5a)
  • typescript: rework types generation (6dae79b)
  • typescript: switch core package to typescript (be1bcc3)
  • typescript: switch hooks package to typescript (07cf721)
  • typescript: switch last story to ts (a237c82)
  • typescript: switch tests and stories to ts (0c0cbc7)
  • typescript: switch to swc and repair all packages build (b054562)
  • typescript: switch to tsx snapshots (b1a1033)
  • typescript: switch transitions package to typescript (1193275)
  • typescript: type every function (72ea973)
  • typescript: typo (4d9652d)
  • typescript: use yarn on github workflow (ffb045d)
  • typescript: wip rename tests and add implicitAny rule (ebca843)
  • typescript: workaround the draggable problem (8ff5813)
  • types: wip add types for d3 plugin (c3063c7)
  • update tsconfig (abbde0c)
  • wip add types on d3 (53d53d5)

Bug Fixes

  • better typings (390a06b)
  • core: only return value if found (7f09a3e)
  • react: add story for select field multiple values with groups (58f7d08)
  • remaining todo (33914cd)
  • remove unused dependencies (389f08d)
  • typescript: fix lint typo (bb72815)
  • various TODOs (7755be3)