Skip to content

Latest commit

 

History

History
74 lines (46 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

74 lines (46 loc) · 1.39 KB

Changelog

All notable changes to this project will be documented in this file.

[0.3.1] - 2024-12-25

🐛 Bug Fixes

  • Update types path in package.json to point to the correct directory

⚙️ Miscellaneous Tasks

  • Bump version to 0.3.1

[0.3.0] - 2024-12-25

🚀 Features

  • Build against both react 18 and 19

🐛 Bug Fixes

  • Example deps
  • Improve build script to handle dist directory

⚙️ Miscellaneous Tasks

  • Fix eslint config
  • Bump version to 0.3.0

[0.2.0] - 2024-12-11

🐛 Bug Fixes

  • Update deps

⚙️ Miscellaneous Tasks

  • Update publish.yml
  • Update workflow
  • Fix package.json
  • Update Vite configuration to build against ES6
  • Bump version to 0.2.0

[0.1.0] - 2024-12-10

🚀 Features

  • Copy from ant-design/ant-design#46706 and convert to TS
  • Add support for different separator between parent key and child key (currently only support 2-layer structure)
  • Passthrough tree props
  • Allow custom filter function

🐛 Bug Fixes

  • Avoid potential infinite rerender
  • Parent node disabled state
  • Select parent node in right panel cause wrong state
  • Example setup
  • Right tree child select state

💼 Other

  • Fix for props typing

⚙️ Miscellaneous Tasks

  • Add working example
  • Update vite build config
  • Update example
  • Fixup npm scripts
  • Update needed infos