scccboom

Results 5 issues of scccboom

![ProfileLabel](https://user-images.githubusercontent.com/12345850/133444864-58b33241-4d9c-47a8-a099-1256d6ec6ca7.PNG)

**Describe the bug** Upgrade minor version cannot prompt for compatibility change. **Expected behavior** Change 3.6 to 4.0.

### What problem does this feature solve? 解决需要在动画完成后做的事情 ### What does the proposed API look like? 打开动画完成`on-opend`, 关闭动画完成`on-closed`

[Demo](https://run.iviewui.com/RVAcUJKW) #296 Run `npm test` error `Missing script: "test"` Run `karma start` error `Cannot find module '../../build/webpack.test.config.js'`

My DTO ```cpp class UserDto : public oatpp::DTO { DTO_INIT(UserDto, DTO) DTO_FIELD(Int32, id); DTO_FIELD(?, json_text, "json_text"); }; ``` Use `oatpp::UnorderedFields` say "[oatpp::sqlite::mapping::Serializer::serialize()]: Error. No serialize method for type 'UnorderedMap'". Request...