2.0.0 (2024-01-03)
⚠ BREAKING CHANGES
- Users must now use named importation to add the package to their apps.
Named importation provides better compatibility with node and babel-like tools.
Ref: https://esbuild.github.io/content-types/#default-interop
🧱 Dependency
- Bump @types/react to v18.2.46 (95b9c9e)
- Configure jest to read typescript configuration files (e514fc4)
- Remove emotionjs package (94e5ee2)
- Remove jest-transform-css configurations (f5ee273)
🏠 Chores
- Add email (e4ac718)
- Change commitlint configuration file to typescript (a4a356a)
- Change entry point from index to YouTubePlaylist (2634c14)
- Delete css modules type declaration file (7aa8ec4)
- Provide url and email for reporting bugs (914a125)
📝 Documentation
- Add contact email (95dbc01)
- Add emotion installation note for yarn users (354a365)
- Remove emotionjs references and change import statement to named importation (501bd0c)
- Update license's year (081b997)
🔄️ Code Refactoring
- Change package's export mode from default to named exportation (9a0885d)
- Rename index files to YouTubePlaylist (01d1eb8)
💅 Styling and Formatting
- Remove emotion's configurations (f33d542)
- Replace emotion css with inline styling (b7f2b0b)
- Use spinner color with aa contrast on dark and light scheme (0934bc5)
🧪 Code Testing
- Add configuration file to the test command (51ad035)
- Change jest configuration file to typescript (392cb57)