Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.0.0 #106

Open
18 tasks done
Bunlong opened this issue Nov 29, 2021 · 1 comment
Open
18 tasks done

v4.0.0 #106

Bunlong opened this issue Nov 29, 2021 · 1 comment
Assignees

Comments

@Bunlong
Copy link
Owner

Bunlong commented Nov 29, 2021

Features

  • Improve code performance
  • Improve using styles ( Cascading Style Sheets )
    • Props style
    • Class style
  • Rewrite any existing based components to hooks
    • usePapaParse
      • readString
      • readRemoteFile
      • jsonToCSV
    • useCSVDownloader
      • CSVDownloader
      • Type
    • useCSVReader
      • ProgressBar
      • CSVReader
        • button
        • drop
  • Rewrite document

Release Date

January 18, 2022

@Bunlong Bunlong pinned this issue Nov 29, 2021
@Bunlong Bunlong self-assigned this Jan 11, 2022
@Dreamacro
Copy link

Hi @Bunlong, I found some problems with the type of useCSVReader after upgrading 4.0.

const { CSVReader } = useCSVReader()
// CSVReader is any

const CSVReader = useMemo(() => CSVReaderComponent, []) as any;

It looks like to be forced to set any

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants