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

chore(module:tree, tree-select): remove deprecated API #4601

Merged
merged 2 commits into from
Jan 8, 2020

Commits on Dec 27, 2019

  1. chore(module:tree, tree-select): remove deprecated API

    BREAKING CHANGE:
    
    * tree
     - Removed `[nzDefaultExpandAll]` use `[nzExpandAll]` instead.
     - Removed `[nzDefaultExpandedKeys]` use `[nzExpandedKeys]` instead.
     - Removed `[nzDefaultSelectedKeys]` use `[nzSelectedKeys]` instead.
     - Removed `[nzDefaultCheckedKeys]` use `[nzCheckedKeys]` instead.
     - Removed `(nzOnSearchNode)` use `(nzSearchValueChange)` instead.
    
    * tree-select
     - Removed `[nzDefaultExpandedKeys]` use `[nzExpandedKeys]` instead.
    hsuanxyz committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    edd0cea View commit details
    Browse the repository at this point in the history
  2. test: fix test

    hsuanxyz committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    5a8fec7 View commit details
    Browse the repository at this point in the history