Skip to content

Commit 578bc32

Browse files
Add components and fix select
1 parent d406f9b commit 578bc32

File tree

16 files changed

+997
-634
lines changed

16 files changed

+997
-634
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 0.0.70
2+
3+
- **ReStruct main `index.js`**
4+
- Add new components Slider, Collapse, Popover, Tooltip
5+
- Form
6+
- Change `onFinish` in `Form`. Send full save object
7+
- Remove props `autoSaveForm`
8+
- Modal
9+
- Add `onOk` and `onFinish` for local modal
10+
- Send full save object to `onOk` and `onFinish`
11+
- Change modal types to `['save', 'select', 'view']`
12+
- Add props `methodSaveForm`
13+
- Rename props `requestSaveRow` to `requestSaveForm`
14+
- Select
15+
- Fix bug with no load option by id
16+
- Add props `lostParamName` name filter param for load option. Default `'id'`
17+
118
## 0.0.69
219

320
- Add search in Select and TreeSelect
@@ -154,7 +171,7 @@
154171

155172
## 0.0.45
156173

157-
- Fix `declarative.js` (add `FileManager`)
174+
- Fix `index.js` (add `FileManager`)
158175

159176
## 0.0.44
160177

0 commit comments

Comments
 (0)