0.4.1 • Published 3 years ago
@quiltt/client v0.4.1
@quiltt/client
| Git Flow | Github Flow |
| TypeScript Style | airbnb |
| Commit Style | Conventional Commits |
Install
npm install --save @quiltt/clientor
yarn add @quiltt/clientUsage
# .env file
VITE_APP_QUILTT_APP_ID=xxxx-xxxx-xxxx # React app scaffolded with Vite 2
REACT_APP_QUILTT_APP_ID=xxxx-xxxx-xxxx # React app scaffolded with Create React App// App entrypoint
import * as React from 'react'
import { QuilttProvider } from '@quiltt/client'
import App from './App'
export const Index: React.FC = () => {
return (
<QuilttProvider deploymentId={VITE_APP_QUILTT_APP_ID | REACT_APP_QUILTT_APP_ID}>
<App />
</QuilttProvider>
)
}
export default IndexExported Hooks/Providers/Components
QuilttSettingsProvideruseAuthLinkuseErrorLinkuseLocalStorageusePreviewLinkuseQuilttAuthuseQuilttClientuseQuilttSettingsuseQuilttLinkPlaidConnectButtonPlaidLinkLauncherPlaidNewConnectionButtonPlaidReconnectButtonPlaidSyncStatusPlaidUnlinkButton
Release
- Build a new branch for releasing.
- Increment version in package.json in accordance with semantic versioning.
- Run
yarn prepare. - Commit, push up the branch and open a pull request.
- Have another developer to approve release.
- Draft a new release by tagging the branch and create new tag.
- Run
npm publish-scriptand follownpm publishinstruction to release to npm. You might need to runnpm adduser. - Merge pull request.
License
MIT © quiltt
0.4.1
3 years ago
0.4.0
3 years ago
0.3.0
3 years ago
0.2.17
4 years ago
0.2.16
4 years ago
0.2.15
4 years ago
0.2.14
4 years ago
0.2.13
4 years ago
0.2.12
4 years ago
0.2.11
4 years ago
0.2.10
4 years ago
0.2.1
4 years ago
0.2.7
4 years ago
0.2.6
4 years ago
0.2.9
4 years ago
0.2.8
4 years ago
0.2.3
4 years ago
0.2.2
4 years ago
0.2.5
4 years ago
0.2.4
4 years ago
0.1.0
4 years ago
0.1.2
4 years ago
0.2.0
4 years ago
0.1.1
4 years ago
0.0.5
4 years ago
0.0.7
4 years ago
0.0.6
4 years ago
0.0.5-3
4 years ago
0.0.5-4
4 years ago
0.0.5-2
4 years ago
0.0.5-1
4 years ago
0.0.5-0
4 years ago
0.0.4-9
4 years ago
0.0.4-8
4 years ago
0.0.4-6
4 years ago
0.0.4-5
4 years ago
0.0.4-4
4 years ago
0.0.4-0
4 years ago
0.0.2-2
4 years ago
0.0.2-1
4 years ago
0.0.2-0
4 years ago
0.0.4-3
4 years ago
0.0.4-2
4 years ago
0.0.4-1
4 years ago
0.0.1-alpha.9
4 years ago
0.0.1
4 years ago
0.0.3
4 years ago
0.0.1-alpha.6
4 years ago
0.0.1-alpha.7
4 years ago
0.0.1-alpha.5
4 years ago
0.0.1-alpha.8
4 years ago
0.0.1-alpha.4
4 years ago
0.0.1-alpha.3
4 years ago
0.0.1-alpha.2
4 years ago
0.0.1-alpha.1
4 years ago
0.0.2
4 years ago