Releases: captableinc/captable
Releases · captableinc/captable
0.0.5
What's Changed
- feat: auto-link google account, since users are verified when they first signup by @dahal in #368
- feat: add push modal by @chetannn in #371
- fix: clean up share class push modal usage by @chetannn in #372
- feat: open share class modal from cmdk by @chetannn in #373
- fix: fly entrypoint by @dahal in #374
- feat: use push modal for stake holder by @chetannn in #375
- chore: setup logger by @G3root in #369
- feat: add tags to documents by @Raju-kadel-27 in #370
- feat: use push modal for member invite modal by @chetannn in #376
- feat: make uploader component more type safe by @G3root in #352
- feat: Improvise the docker compose setup for local development by @rbalman in #349
- fix: some design and workflow improvements by @dahal in #379
- feat: add stripe billing by @G3root in #364
- feat: extend investor update feature and some refactoring for push modal usage by @Raju-kadel-27 in #377
- fix: runtime env error message by @G3root in #387
- chore: minor ux fix on dropdown by @dahal in #390
- fix: error updating existing members with some refactoring for push modal usage by @Raju-kadel-27 in #392
- fix: replyTo and email from name by @dahal in #393
- feat: setup sentry by @chetannn in #395
- feat: Create combobox component similar to linear.app by @VK-RED in #386
- feat: update pg boss config by @G3root in #397
- feat: improve stripe billing ui/ux by @G3root in #389
New Contributors
Full Changelog: 0.0.4...0.0.5
0.0.4
What's Changed
- feat: replace next-runtime-env with
t3/env
by @G3root in #346 - refactor: stock options form modal to use StepperModal component by @G3root in #347
- fix: switching company by @chetannn in #354
- fix: not found when switching company from a different layout by @chetannn in #355
- fix: add scrollable prop to dialog by @chetannn in #357
- chore: editor Dx improvements by @G3root in #360
- chore: add bundle analyzer by @G3root in #363
- chore: use direct pnpm command in husky by @G3root in #362
- feat: refactor create safe and fix esign bug by @G3root in #359
- feat: Update login password and merge passkey route inside security by @Raju-kadel-27 in #358
- chore: setup knit by @G3root in #361
- feat: mask numeric inputs by @dahal in #367
- fix: company form misalignment in xs-sm screen by @Raju-kadel-27 in #366
- feat: Allocate shares to stakeholders by @Raju-kadel-27 in #331
Full Changelog: 0.0.3...0.0.4
0.0.3
What's Changed
- fix: some bugs and linting issues by @dahal in #343
- fix: parse cookie to get csrf token for passkey by @dahal in #344
- fix: Missing csrf token by @Raju-kadel-27 in #345
- fix: team invite to work with new login flow by @ksushant6566 in #326
- fix: link to public uploaded images by @dahal in #348
- feat: refactor esign canvas by @G3root in #328
- feat: replace shadcn/toast with sonner by @dahal in #350
Full Changelog: 0.0.2...0.0.3
0.0.2
What's Changed
- feat: build and publish docker images on GHCR and Docker hub by @dahal in #309
- feat: document preview on data rooms, eSign and vault by @dahal in #310
- feat: Replace prettier + eslint with biomejs by @ksushant6566 in #312
- chore(deps): bump tailwind-merge from 2.2.2 to 2.3.0 by @dependabot in #313
- chore(deps): bump @wojtekmaj/react-hooks from 1.19.0 to 1.20.0 by @dependabot in #314
- chore(deps): bump react-number-format from 5.3.3 to 5.3.4 by @dependabot in #315
- chore(deps): bump @aws-sdk/client-s3 from 3.564.0 to 3.574.0 by @dependabot in #317
- chore(deps): bump clsx from 2.1.0 to 2.1.1 by @dependabot in #316
- feat: Passkey login implementation by @Raju-kadel-27 in #311
- feat: improve deployment workflow by @G3root in #318
- feat: improved developer experience by @dahal in #321
- feat: implement office document viewer by @dahal in #327
- feat: add basic biome config by @G3root in #325
- feat: optimize release workflow by @G3root in #324
- feat: replace trigger with pg-boss by @G3root in #322
- fix: multiple workflow runs on same branch by @dahal in #329
- chore(deps): bump @tremor/react from 3.16.2 to 3.17.0 by @dependabot in #332
- chore(deps): bump next-runtime-env from 3.2.1 to 3.2.2 by @dependabot in #333
- chore(deps): bump @aws-sdk/s3-request-presigner from 3.576.0 to 3.577.0 by @dependabot in #334
- chore(deps-dev): bump inquirer from 9.2.21 to 9.2.22 by @dependabot in #335
- chore(deps): bump @aws-sdk/client-s3 from 3.576.0 to 3.577.0 by @dependabot in #336
- feat: getting deployable version ready with docker and env changes by @dahal in #337
Full Changelog: 0.0.1...0.0.2
0.0.1
What's Changed
- fix: improve stakeholder invite flow by @ksushant6566 in #94
- feat: track events with audit logs by @G3root in #92
- feat: add filters to stakeholder table by @G3root in #99
- feat: add first interaction workflow by @G3root in #100
- feat: add semantic pull request workflow by @G3root in #101
- fix: capitalize access dropdown by @dahal in #102
- feat: create schema and form for creating and updating share class by @dahal in #103
- feat: render audits on audits page by @G3root in #104
- feat: create share class by @dahal in #106
- fix: undefined values in audit logs while revoking invite by @G3root in #109
- feat: create equity plan by @dahal in #110
- feat: add ip address and user agent to trpc context by @G3root in #113
- feat: require work email while accepting membership request by @G3root in #111
- feat: render share classes on a table by @dahal in #112
- feat: use ip and useragent in all audits by @G3root in #115
- feat: render and update equity plans by @dahal in #116
- feat: use modal to create and update share class by @dahal in #117
- feat: upload and list documents on a table format by @dahal in #119
- feat: cleanup document table and implement download feature by @dahal in #121
- feat: add basic document preview and update document schema by @G3root in #120
- feat: add basic signing field canvas by @G3root in #124
- feat: cleanup schema, fix related issues and up-case all enums by @dahal in #125
- feat: add input mask by @chetannn in #127
- fix: redirect user to dashboard by @chetannn in #128
- fix: use get server session from next auth by @chetannn in #129
- feat: separate team members and stakeholders by @dahal in #131
- fix: stakeholder table ui fix by @Aashish-Upadhyay-101 in #130
- fix: sidebar hamburger on medium screen by @Aashish-Upadhyay-101 in #134
- fix: redirect from signup to dashboard if logged in by @chetannn in #132
- feat: persist template fields by @G3root in #126
- feat: create stakeholder model and migration by @dahal in #135
- feat: design a ui for profile edit page by @dahal in #138
- feat: improve settings navigation by @dahal in #140
- fix: audit log document uploads by @dahal in #141
- feat: add investment table/schema to keep track of investments and issues shares by @dahal in #143
- chore(deps-dev): bump husky from 8.0.3 to 9.0.11 by @dependabot in #144
- chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.0.2 by @dependabot in #145
- chore(deps): bump lucide-react from 0.312.0 to 0.338.0 by @dependabot in #146
- chore(deps): bump @t3-oss/env-nextjs from 0.7.3 to 0.9.2 by @dependabot in #148
- chore(deps-dev): bump @types/node from 18.19.18 to 20.11.20 by @dependabot in #147
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.2 by @dependabot in #152
- fix: add missing migration by @dahal in #153
- fix: remove lucide icon dependency by @dahal in #155
- feat: update login and signup form by @anikdhabal in #158
- feat: add gitpod setup & change readme by @anikdhabal in #157
- feat: update profile by @Raju-kadel-27 in #150
- feat: company update page by @chetannn in #149
- feat: add stakeholders by @Aashish-Upadhyay-101 in #142
- fix: google secret exposed in client component by @G3root in #160
- fix: update the db port number by @anikdhabal in #159
- feat: create share model/schema by @dahal in #170
- chore(deps): bump @aws-sdk/client-s3 from 3.521.0 to 3.525.0 by @dependabot in #162
- chore(deps): bump next from 14.1.0 to 14.1.1 by @dependabot in #163
- chore(deps-dev): bump @types/eslint from 8.56.3 to 8.56.5 by @dependabot in #164
- chore(deps-dev): bump eslint-config-next from 14.1.0 to 14.1.1 by @dependabot in #166
- fix: progess bar spinner removed by @Aashish-Upadhyay-101 in #169
- refactor: cleanup dead code and some bug fixes by @G3root in #167
- chore(deps): bump @aws-sdk/s3-request-presigner from 3.521.0 to 3.525.0 by @dependabot in #165
- feat: add signining document feature by @G3root in #156
- feat: create option model/schema by @dahal in #171
- fix: template signing not working by @G3root in #175
- feat: create schema for convertibles (SAFE & Convertible notes) by @dahal in #176
- fix: session update and company form submitting issue by @anikdhabal in #161
- feat: reusable multistep form by @Aashish-Upadhyay-101 in #181
- chore(deps): bump next from 14.1.1 to 14.1.3 by @dependabot in #182
- chore(deps-dev): bump @types/react-dom from 18.2.19 to 18.2.21 by @dependabot in #183
- chore(deps): bump @tanstack/react-table from 8.12.0 to 8.13.2 by @dependabot in #185
- chore(deps): bump @aws-sdk/s3-request-presigner from 3.525.0 to 3.529.1 by @dependabot in #186
- chore(deps-dev): bump @types/react from 18.2.59 to 18.2.65 by @dependabot in #187
- fix: get a direct link to public images (for avatars and company logos) by @dahal in #189
- fix: positioning in esigning by @G3root in #188
- feat: setup trigger for background/long running jobs by @dahal in #192
- feat: add default values and read only for fields by @G3root in #195
- chore(deps): bump tailwind-merge from 2.2.1 to 2.2.2 by @dependabot in #196
- chore(deps): bump next-auth from 4.24.6 to 4.24.7 by @dependabot in #197
- chore(deps): bump @tremor/react from 3.14.0 to 3.14.1 by @dependabot in #198
- chore(deps-dev): bump prettier-plugin-tailwindcss from 0.5.11 to 0.5.12 by @dependabot in #199
- feat: Collect options inside securities by @Raju-kadel-27 in #180
- feat: center text in esign by @G3root in #201
- feat: create a draft investor update by @dahal in #202
- feat: create a sharable investor update page by @dahal in #211
- feat: cleaning eSign flow a bit by @dahal in #214
- chore(deps-dev): bump inquirer from 9.2.15 to 9.2.16 by @dependabot in #215
- chore(deps-dev): bump autoprefixer from 10.4.17 to 10.4.19 by @dependabot in #216
- chore(deps): bump @tanstack/react-table from 8.13.2 to 8.15.0 by @dependabot in #217
- chore(deps): bump @ant-design/plots from 2.1.14 to 2.1.15 by @dependabot in #218
- feat: New SAFEs with y-combinator and custom template by @Raju-kadel-27 in #219
- chore(deps): bump cmdk fro...
v-0.0.0
Full Changelog: 0.0.0...0.0.0