Skip to content

Conversation

@arturbien
Copy link
Member

🎉🎈 v4, the TS release!
Web package moved to react95-io org.

Thanks @WesSouza for making it happen!!
@luizbaldi , @WesSouza now we should push the native version forward 🚀

WesSouza and others added 30 commits July 24, 2022 19:57
This commit:
- Adds .editorconfig file
- Installs TypeScript and necessary dependencies
- Configures TypeScript tsconfig.json
- Configures Rollup to use esbuild and export .d.ts
- Converts entry files to TypeScript
- Configures Storybook to generate docs based on types
- Configures TypeScript on ESLint
- Configures Jest and ts-jest for TypeScript
- Fixes no-use-before-define problems on stories
- Ignores @typescript-eslint/no-unused-vars on mapFromWindowsTheme
- Fixes test failure on CSS check
This exposes the `as` property so users can swap the element as allowed by styled-components.
That causes import path issues on VSCode.
This also disables no-undef for TypeScript files and removes no-nested-ternary.
WesSouza and others added 26 commits August 5, 2022 16:24
This also moves Windows* subcomponents to the Windows folder.
This also deprecates the fixed prop.
…ript

This changes the main output to also preserve modules, allowing tree shaking when users build their projects.

This also replaces rollup-plugin-dts with the more traditional @rollup/plugin-typescript, which exports type declarations for individual files fixing issues with themes imports.
… correctly

Code coverage depends on TypeScript sourceMap, which we disabled for builds.
… if value is set without onChange or readOnly
…Native

BREAKING CHANGE: Select props changed significantly, native is now the SelectNative component
Remove 'menu' variant, as this should be a part of MenuList component

BREAKING CHANGE: Removal of 'menu' Checkbox variant
BREAKING CHANGE: remove 'menu' variant of Radio component
@arturbien arturbien merged commit 9feaf27 into master Nov 13, 2022
@github-actions
Copy link

🎉 This PR is included in version 4.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

arturbien added a commit that referenced this pull request Nov 19, 2022
Co-authored-by: Wes Souza <noreply@wes.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants