fomantic / Fomantic-UI-Docs

Official Documentation for Fomantic-UI
https://fomantic-ui.com
28 stars 85 forks source link

feat(api): removed unused serialize #331

Closed lubber-de closed 2 years ago

lubber-de commented 2 years ago

Description

We removed the dependecy to serialize-Object by https://github.com/fomantic/Fomantic-UI/pull/2047 so the api docs dont need that anymore

lubber-de commented 2 years ago

LGTM I wonder it is helpful for users to fix their code if FUI warns if deprecated option is used.

The related option serializeForm is not deprecated, we only moved the small code from the external dependency into the fui core itself. We already removed the hint from the docs for the previously need of the dependency. I don't think we should put a check for the existance of that external (now unused) lib into the fui core. But we should mention it in the release notes of course 😉