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

general upgrade (dependencies, partially ant design) #595

Merged
merged 11 commits into from
Jan 11, 2021

Conversation

grzanka
Copy link
Contributor

@grzanka grzanka commented Jan 9, 2021

Fixes #593

@grzanka grzanka self-assigned this Jan 9, 2021
@grzanka grzanka changed the title general upgrade packages ant general upgrade (dependencies, partially ant design) Jan 9, 2021
@grzanka grzanka linked an issue Jan 9, 2021 that may be closed by this pull request

this.state.footer =
<Footer key={"footer"} style={{ textAlign: 'center', background: '#fff' }}>
<Row>{confData.footerText1} Find code at
<Row justify="center">{confData.footerText1} Find code at
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe modify confData to setup year to 2021 ?

Copy link
Contributor

Choose a reason for hiding this comment

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

image

"bootstrap": "4.4.1",
"jquery": "3.5.0",
"npm-check-updates": "^4.1.0",
"antd": "^4.10.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

if antd is not always keeping backwards comatybility is it safe to use "^" ?

import Input from "antd/es/input/Input";
import Tooltip from "antd/es/tooltip/index";
import Select from "antd/es/select/index";


const FormItem = Form.Item;
const FormItem = LegacyForm.Item;
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe also call it LegacyFormItem ?

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.

Migrate necessary components from ant design v3 to v4 Fix security issues in upgraded requirements
2 participants