|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4 | 4 |
|
| 5 | +## 1.28.0 (2025-08-02) |
| 6 | + |
| 7 | + |
| 8 | +### Features |
| 9 | + |
| 10 | +* add custom buttons to rows according to value type ([#4](https://github.com/microlinkhq/react-json-view/issues/4)) ([e8df37a](https://github.com/microlinkhq/react-json-view/commit/e8df37aa76e2eaeb586a63a6b5dd1cc0c05892b4)) |
| 11 | +* **dev server:** add example of name as jsx element ([84ada17](https://github.com/microlinkhq/react-json-view/commit/84ada17617ad1df0e748e5cf6383f9cdcefa6e02)) |
| 12 | +* Enhance VariableEditor to support BigNumber type handling ([98d2d1e](https://github.com/microlinkhq/react-json-view/commit/98d2d1e508f7121f46c2513435949a69454a75bf)) |
| 13 | +* **json viewer:** add handling namespace when is an react object ([e11b60a](https://github.com/microlinkhq/react-json-view/commit/e11b60af87fa1755554cb5c846d1d49ea12d131e)) |
| 14 | +* show comma option ([bdb3907](https://github.com/microlinkhq/react-json-view/commit/bdb39074635ee84cb2b2d18e7e5f746ae9b0883f)) |
| 15 | +* **types:** add JSX.Element as name prop type ([ebd8aed](https://github.com/microlinkhq/react-json-view/commit/ebd8aed8246742ebc41776a8a0bb489b8e711138)) |
| 16 | +* 优化 rjvId 生成方式,添加随机字符串增加唯一性 ([6d85757](https://github.com/microlinkhq/react-json-view/commit/6d85757b6e51ddb9c7cbf4f99c9688cf965bd90f)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* action config ([e150a8a](https://github.com/microlinkhq/react-json-view/commit/e150a8a91dc655e583bc43939b0a64affa0c3bdd)) |
| 22 | +* add legacy ssl flag ([4005834](https://github.com/microlinkhq/react-json-view/commit/4005834bb4234ddfdef66f2173a53a686641cb21)) |
| 23 | +* add missed devDeps in new create-react-app ([5275cd4](https://github.com/microlinkhq/react-json-view/commit/5275cd446f7d4202b06f4a0d048092066a6b5f5b)) |
| 24 | +* AutosizeTextarea `ref` prop ([84b8110](https://github.com/microlinkhq/react-json-view/commit/84b8110b3ee2872ce937439f02275645fb7d17a9)) |
| 25 | +* function call ([86bbd60](https://github.com/microlinkhq/react-json-view/commit/86bbd60caef8d80b812a45c8ea9326df62fcb02f)) |
| 26 | +* **json viewer:** add support for functional components ([f478f55](https://github.com/microlinkhq/react-json-view/commit/f478f55aa2b9dbe730f9638485d9c584ccbbcc45)) |
| 27 | +* missing quotesOnKeys props in TS typings ([25f5205](https://github.com/microlinkhq/react-json-view/commit/25f5205f78663a37610295268bf3f7c669592681)) |
| 28 | +* replace class attribute by classname ([e38bab4](https://github.com/microlinkhq/react-json-view/commit/e38bab4f5468bcd77112564ed2a34fb5b6d550a6)) |
| 29 | +* resolve test failures in Node 20+ and below Node 17 ([c00d5cc](https://github.com/microlinkhq/react-json-view/commit/c00d5cc907c6200b6c7d9076c9e4a0a0bb8433b6)) |
| 30 | +* rolling back the changes directly ([4c17310](https://github.com/microlinkhq/react-json-view/commit/4c173108ffc74974864ff8dbb845f5d4c24caed4)) |
| 31 | +* **string data type:** use camelcase on inline style ([d578398](https://github.com/microlinkhq/react-json-view/commit/d578398187908db8d553f8e83f8072de04b89916)) |
| 32 | +* use className instead of class in React components ([#1](https://github.com/microlinkhq/react-json-view/issues/1)) ([108e1a8](https://github.com/microlinkhq/react-json-view/commit/108e1a8d406c3420ebc938fb1c6258feab5a928d)) |
| 33 | + |
5 | 34 | ## [1.27.0](https://github.com/microlinkhq/react-json-view/compare/v1.26.2...v1.27.0) (2025-08-01)
|
6 | 35 |
|
7 | 36 |
|
|
0 commit comments