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

πŸŽ„ v19 #215

Merged
merged 9 commits into from Sep 21, 2022
Merged

πŸŽ„ v19 #215

merged 9 commits into from Sep 21, 2022

Conversation

nandorojo
Copy link
Owner

@nandorojo nandorojo commented Jul 26, 2022

Overview

Install

yarn add moti@canary

Breaking Change

  • @motify/ packages have been removed, greatly simplifying installation, types, maintenance, and Expo snack support.
    • Next.js users: remove @motify/ entries from transpile modules next.config.js. You should only have moti there now.
    • Expo Web users: remove @motify/ from webpack.config.js. You should only have moti there now.
    • If your app accidentally imported from @motify/components somewhere, please change these imports to come from moti instead.
      • command + shift + F on VSCode, and search @motify

Components

<Skeleton.Group />

If you have many skeleton components, you can now wrap them with a single <Skeleton.Group show={loading} /> component. This will help you achieve this type of effect.

@vercel
Copy link

vercel bot commented Jul 26, 2022

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Updated
moti βœ… Ready (Inspect) Visit Preview Sep 21, 2022 at 7:53PM (UTC)

@nandorojo nandorojo changed the title remove @motify packages v19 Jul 26, 2022
@nandorojo nandorojo changed the title v19 πŸŽ„ v19 Jul 26, 2022
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

Successfully merging this pull request may close these issues.

None yet

1 participant