Skip to content

Conversation

AllenFang
Copy link
Member

@AllenFang AllenFang commented May 13, 2018

  1. No internal store anymore, more props driven and stateless for low level component
  2. Improve data flows
  3. Implement table toolkits: like search and csv export

@AllenFang AllenFang force-pushed the refactor/context-api branch 3 times, most recently from 2bf95d3 to f6508ff Compare May 20, 2018 07:52
@AllenFang AllenFang force-pushed the refactor/context-api branch from f9567cb to d99645d Compare May 20, 2018 08:36
Copy link
Member

@chunming-c chunming-c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I salute you sir 🎉🎉🎉

renderWithFilterCtx(base, baseProps) {
return (
rootProps,
cellEditprops
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cellEditprops => cellEditProps


export default withDataStore(BootstrapTable);
export default withContext(BootstrapTable);

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's extra empty line in ln. 8.

@AllenFang AllenFang force-pushed the refactor/context-api branch from f0a578f to 07c8b2c Compare May 20, 2018 10:20
@AllenFang
Copy link
Member Author

AllenFang commented May 20, 2018

@Chun-MingChen Just do me a favor, please use create-react-app and use npm link to link react-bootstrap-table-next of this branch to test whether it can backward compatible with < react@16.3.0. This test will help me to decide peerDependency and it's may have a big impact for our user, thanks.

This task I want it to be done before I finish all the tests of this PR!!

@AllenFang AllenFang force-pushed the refactor/context-api branch 4 times, most recently from faead1d to 16bea7c Compare May 30, 2018 09:50
@chunming-c
Copy link
Member

@AllenFang:

Sorry for reply late. I got it and I'll do it instantly.

@AllenFang AllenFang force-pushed the refactor/context-api branch 2 times, most recently from b6cbda0 to a0c592a Compare June 13, 2018 15:31
@AllenFang
Copy link
Member Author

Also consider to handle #382 . this issue

@AllenFang AllenFang force-pushed the refactor/context-api branch from 041c881 to 7c8c008 Compare June 23, 2018 07:11
@AllenFang AllenFang force-pushed the refactor/context-api branch 3 times, most recently from be27825 to 7b411c8 Compare July 1, 2018 08:17
@AllenFang AllenFang force-pushed the refactor/context-api branch from d79234e to 1cc6e26 Compare July 14, 2018 08:27
@AllenFang
Copy link
Member Author

#244

@AllenFang
Copy link
Member Author

#332

@AllenFang AllenFang changed the title [WIP] Migrate to React@16.3 for Context API Migrate to React@16.3 for Context API Jul 22, 2018
@AllenFang AllenFang force-pushed the refactor/context-api branch 2 times, most recently from 405120b to 046da7e Compare July 28, 2018 07:40
@AllenFang AllenFang force-pushed the refactor/context-api branch from c031859 to d5d8c54 Compare August 1, 2018 12:30
@AllenFang AllenFang merged commit a3ba464 into develop Aug 4, 2018
@AllenFang AllenFang deleted the refactor/context-api branch August 4, 2018 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants