Skip to content

Latest commit

 

History

History
364 lines (182 loc) · 20 KB

CHANGELOG.md

File metadata and controls

364 lines (182 loc) · 20 KB

Changelog

2.13.1 (2023-01-26)

Bug Fixes

2.13.0 (2023-01-14)

Features

  • ui: replace triple dots (...) with ellipsis (…) (#165) (6e3f1cf)

Bug Fixes

2.12.5 (2023-01-11)

Bug Fixes

  • move eslint related deps to devDependencies (#142) (7e2705d)
  • remove workspaces in package.json before release (#143) (e3723c1)

2.12.4 (2023-01-01)

Bug Fixes

  • cannot resolve @textea/dev-kit/utils (#134) (2b7abc8)

2.12.3 (2022-12-26)

Bug Fixes

2.12.2 (2022-12-24)

Bug Fixes

2.12.1 (2022-12-24)

Bug Fixes

2.12.0 (2022-12-05)

Features

  • collapse all empty iterables and disable expanding them (#123) (105b002)
  • invert logic for showing dots (#122) (0e7292d)

2.11.2 (2022-11-28)

Bug Fixes

  • show three dots only on collapsed strings (#118) (aca110e)

2.11.1 (2022-11-09)

Bug Fixes

2.11.0 (2022-11-07)

Features

2.10.0 (2022-10-17)

Features

2.9.1 (2022-10-10)

Bug Fixes

  • remove scripts when publishing (45d9cf9)

2.9.0 (2022-10-06)

Features

2.8.1 (2022-10-04)

Bug Fixes

2.8.0 (2022-10-02)

Features

  • support props.collapseStringsAfterLength with false (#97) (5c611a2)

2.7.4 (2022-10-02)

Bug Fixes

2.7.3 (2022-09-24)

Bug Fixes

  • add compare function in baseCellType Editor (53bb796)

2.7.2 (2022-09-24)

Bug Fixes

  • disable ssr in function inspect (8a303f2)

2.7.1 (2022-09-23)

Bug Fixes

  • browser field cause vite build fail (#85) (3dd6842)
  • example: image url match (19fd4eb)
  • throw error if change 'proto' (209788e)

2.7.0 (2022-09-23)

Features

2.6.0 (2022-09-23)

Features

Bug Fixes

2.5.3 (2022-09-22)

Bug Fixes

2.5.2 (2022-09-22)

Bug Fixes

  • set editable to false by default (#69) (66c8d68)

2.5.1 (2022-09-22)

Bug Fixes

  • type registry runs multiple times (#67) (03761ed)

2.5.0 (2022-09-22)

Features

  • add helper function createDataType (#60) (8c626cf)
  • backport support for props.displayDataTypes (#63) (fa10c9e)

Bug Fixes

  • move type registry into component state (#64) (3e0fdd6)

2.4.1 (2022-09-22)

Bug Fixes

2.4.0 (2022-09-22)

Features

Bug Fixes

  • example: add netlify badge (60d1cc7)

2.3.1 (2022-09-22)

Bug Fixes

  • style add padding to null and undefined (#50) (5f5884f)

2.3.0 (2022-09-21)

Features

  • backport support for props.quotesOnKeys and props.sortKeys (#48) (6b2eb14)

2.2.4 (2022-09-21)

Bug Fixes

  • ignore error when key of Map is an object (4af9609)

2.2.3 (2022-09-21)

Bug Fixes

2.2.2 (2022-09-21)

Bug Fixes

  • missing props.defaultInspectDepth (#40) (0b04cd7)

2.2.1 (2022-09-21)

Documentation

2.2.0 (2022-09-20)

Features

Bug Fixes

  • add license in package.json (3c35865)

2.1.0 (2022-09-20)

Features

  • support base16 on props.theme (1c7e127)

2.0.0 (2022-09-20)

⚠ BREAKING CHANGES

  • remove react-lifecycles-compat
  • component ObjectKeyModal (#6)

Features

Bug Fixes

Code Refactoring

  • component ObjectKeyModal (#6) (5c572d9)
  • remove react-lifecycles-compat (9ad888e)

Build System

1.24.4 (2022-08-23)

Bug Fixes

  • rename class into className (2a2cfe3)

1.24.3 (2022-08-23)

Bug Fixes

  • ignore postinstall when publish (21c5148)