Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Merge bfafdf2 into f6ed6f0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroschmitz committed Jan 29, 2021
2 parents f6ed6f0 + bfafdf2 commit c702424
Show file tree
Hide file tree
Showing 10 changed files with 145 additions and 68 deletions.
56 changes: 0 additions & 56 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
19 changes: 18 additions & 1 deletion lerna.json
Expand Up @@ -4,5 +4,22 @@
"packages": [
"packages/*"
],
"version": "2.1.3"
"command": {
"version": {
"exact": true,
"conventionalCommits": true,
"message": "chore(release): Publish %s"
},
"publish": {
"npmClient": "npm",
"allowBranch": [
"main",
"develop"
],
"conventionalCommits": true,
"message": "chore(release): Publish %s",
"registry": "https://registry.npmjs.org/"
}
},
"version": "2.1.4"
}
8 changes: 5 additions & 3 deletions package.json
@@ -1,6 +1,5 @@
{
"name": "unform",
"version": "2.0.0",
"name": "root",
"private": true,
"workspaces": {
"packages": [
Expand All @@ -14,7 +13,10 @@
"test": "jest",
"lint": "eslint packages --ext ts,tsx",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"tsc": "tsc --skipLibCheck"
"tsc": "tsc --skipLibCheck",
"prepublishOnly": "npm run test && npm run build",
"publish:canary": "lerna version prerelease --no-changelog --preid next",
"publish:stable": "lerna version --no-changelog"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down
52 changes: 52 additions & 0 deletions packages/core/README.md
@@ -0,0 +1,52 @@
<p align="center">
<a href="https://unform.dev">
<img src="https://storage.googleapis.com/golden-wind/unform/unform.svg" height="150" width="175" alt="Unform" />
</a>
</p>

<p align="center">Easy peasy highly scalable ReactJS & React Native forms! 🚀</p>

<div align="center">

[![npm](https://img.shields.io/npm/v/@unform/core.svg?color=%238257E5&style=for-the-badge)](https://www.npmjs.com/package/@unform/core)<space><space>
[![Coverage Status](https://img.shields.io/coveralls/github/unform/unform?color=8257E5&style=for-the-badge)](https://coveralls.io/github/unform/unform?branch=main)

</div>

## Overview

Unform is a performance-focused API for creating powerful forms experiences for both React and React Native. Using hooks, you can build lightweight and composable forms based on ultra-extensible components. Integrate with any form library, validate your fields, and have your data out of the box.

- **[Getting started](https://unform.dev/quick-start)**
- **[Installation](https://unform.dev/installation)**

Want to test Unform before using it?

- **[React Playground](https://codesandbox.io/embed/agitated-tdd-uf177?autoresize=1&expanddevtools=1&fontsize=14&hidenavigation=1&theme=dark)**
- **[React Native Playground](https://snack.expo.io/@diego3g/1e9fb3)**

_ps: not available with React Native Web or Expo Web, use the iOS/Android devices in Expo Snack._

## Need help?

We’re using [GitHub Discussions](https://github.com/unform/unform/discussions) to create conversations around Unform. It is a place for our community to connect with each other around ideas, questions, issues, and suggestions.

## Roadmap

If Unform currently doesn't have a certain feature you think it's awesome, be sure to check out the [roadmap](https://www.notion.so/Unform-public-roadmap-e4dff9e2053c4475b162cd19914eab02) to see if this is already planned for the future. Otherwise, we recommend you [create a discussion](https://github.com/unform/unform/discussions/new?category=ideas) describing your enhancement request.

## Contributing

Thank you for being interested in making this package better. We encourage everyone to help improve this project with new features, bug fixes, or performance improvements. Please take a little bit of your time to read our guide to make this process faster and easier.

### Contribution Guidelines

To understand how to submit an issue, commit and create pull requests, check our [Contribution Guidelines](/.github/CONTRIBUTING.md).

### Code of Conduct

We expect you to follow our [Code of Conduct](/.github/CODE_OF_CONDUCT.md). You can read it to understand what kind of behavior will and will not be tolerated.

## License

MIT © [Rocketseat](https://github.com/Rocketseat)
5 changes: 2 additions & 3 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@unform/core",
"version": "2.1.3",
"version": "2.1.4",
"description": "Unform core package",
"author": "Diego Fernandes <diego.schell.f@gmail.com>",
"homepage": "https://github.com/unform/unform#readme",
Expand All @@ -27,8 +27,7 @@
"url": "https://github.com/unform/unform/issues"
},
"dependencies": {
"dot-object": "^2.1.2",
"@unform/core": "^2.1.3"
"dot-object": "^2.1.4"
},
"devDependencies": {
"@testing-library/jest-dom": "5.11.9",
Expand Down
31 changes: 31 additions & 0 deletions packages/mobile/README.md
@@ -0,0 +1,31 @@
<p align="center">
<a href="https://unform.dev">
<img src="https://storage.googleapis.com/golden-wind/unform/unform.svg" height="150" width="175" alt="Unform" />
</a>
</p>

<p align="center">Unform for React Native</p>

<div align="center">

[![npm](https://img.shields.io/npm/v/@unform/mobile.svg?color=%238257E5&style=for-the-badge)](https://www.npmjs.com/package/@unform/mobile)<space><space>
[![Coverage Status](https://img.shields.io/coveralls/github/unform/unform?color=8257E5&style=for-the-badge)](https://coveralls.io/github/unform/unform?branch=main)

</div>

## Overview

Unform is a performance-focused API for creating powerful forms experiences for both React and React Native. Using hooks, you can build lightweight and composable forms based on ultra-extensible components. Integrate with any form library, validate your fields, and have your data out of the box.

- **[Getting started](https://unform.dev/guides/react-native)**
- **[Installation](https://unform.dev/installation)**

Want to test Unform for React Native before using it? [Click here](https://snack.expo.io/@diego3g/1e9fb3) and try it on Snack. Make sure to use the iOS/Android devices, currently Unform is not available for React Native Web or Expo Web.

## Need help?

We’re using [GitHub Discussions](https://github.com/unform/unform/discussions) to create conversations around Unform. It is a place for our community to connect with each other around ideas, questions, issues, and suggestions.

## License

MIT © [Rocketseat](https://github.com/Rocketseat)
4 changes: 2 additions & 2 deletions packages/mobile/package.json
@@ -1,6 +1,6 @@
{
"name": "@unform/mobile",
"version": "2.1.3",
"version": "2.1.4",
"description": "Unform React Native implementation",
"author": "Diego Fernandes <diego.schell.f@gmail.com>",
"homepage": "https://github.com/unform/unform#readme",
Expand All @@ -27,7 +27,7 @@
"url": "https://github.com/unform/unform/issues"
},
"dependencies": {
"@unform/core": "^2.1.3"
"@unform/core": "2.1.4"
},
"devDependencies": {
"@testing-library/react-native": "7.1.0",
Expand Down
31 changes: 31 additions & 0 deletions packages/web/README.md
@@ -0,0 +1,31 @@
<p align="center">
<a href="https://unform.dev">
<img src="https://storage.googleapis.com/golden-wind/unform/unform.svg" height="150" width="175" alt="Unform" />
</a>
</p>

<p align="center">Unform for React</p>

<div align="center">

[![npm](https://img.shields.io/npm/v/@unform/web.svg?color=%238257E5&style=for-the-badge)](https://www.npmjs.com/package/@unform/web)<space><space>
[![Coverage Status](https://img.shields.io/coveralls/github/unform/unform?color=8257E5&style=for-the-badge)](https://coveralls.io/github/unform/unform?branch=main)

</div>

## Overview

Unform is a performance-focused API for creating powerful forms experiences for both React and React Native. Using hooks, you can build lightweight and composable forms based on ultra-extensible components. Integrate with any form library, validate your fields, and have your data out of the box.

- **[Getting started](https://unform.dev/quick-start)**
- **[Installation](https://unform.dev/installation)**

Want to test Unform before using it? [Click here](https://codesandbox.io/embed/agitated-tdd-uf177?autoresize=1&expanddevtools=1&fontsize=14&hidenavigation=1&theme=dark) and try it on CodeSandbox.

## Need help?

We’re using [GitHub Discussions](https://github.com/unform/unform/discussions) to create conversations around Unform. It is a place for our community to connect with each other around ideas, questions, issues, and suggestions.

## License

MIT © [Rocketseat](https://github.com/Rocketseat)
4 changes: 2 additions & 2 deletions packages/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@unform/web",
"version": "2.1.3",
"version": "2.1.4",
"description": "Unform Web support",
"author": "Diego Fernandes <diego.schell.f@gmail.com>",
"homepage": "https://github.com/unform/unform#readme",
Expand All @@ -27,7 +27,7 @@
"url": "https://github.com/unform/unform/issues"
},
"dependencies": {
"@unform/core": "^2.1.3"
"@unform/core": "2.1.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -4486,7 +4486,7 @@ domexception@^2.0.1:
dependencies:
webidl-conversions "^5.0.0"

dot-object@^2.1.2:
dot-object@^2.1.4:
version "2.1.4"
resolved "https://registry.yarnpkg.com/dot-object/-/dot-object-2.1.4.tgz#c6c54e9fca510b4d0ea4d65acf33726963843b5f"
integrity sha512-7FXnyyCLFawNYJ+NhkqyP9Wd2yzuo+7n9pGiYpkmXCTYa8Ci2U0eUNDVg5OuO5Pm6aFXI2SWN8/N/w7SJWu1WA==
Expand Down

0 comments on commit c702424

Please sign in to comment.