NocoDB - Package Updates
-
[1.5.2]
- Update NocoDB to 0.98.3
- Full changelog
- Bug: Documentation online is not updated (at least release list)
- chore: downgrade and fix swagger-typescript-api version by @mertmit in #4218
- Fix: Grid cell - avoid overwriting LTAR and Lookup cell on cell update by @pranavxc in #4221
-
[1.5.3]
- Update NocoDB to 0.98.4
- Full changelog
- fix: allow env variables to recover missing super user by @mertmit in #2760
- chore(deps): bump terser from 5.14.1 to 5.15.1 in /packages/nc-gui by @dependabot in #4226
- refactor: remove copyright blocks by @wingkwong in #4229
- New Crowdin updates by @o1lab in #4227
- typo-galleryViewGet by @willnewii in #4233
- fix: ssl mode mapping by @mertmit in #4234
- feat(gallery): skip empty value to be displayed in the gallery view by @redhoyasa in #4242
- fix: app store plugin test by @wingkwong in #4219
- fix(nocodb): handle type in round function in postgres by @wingkwong in #4239
- New Crowdin updates by @o1lab in #4250
- fix(nc-gui): allow expand when is locked by @mateonunez in #4153
- refactor: nocodb project structure by @wingkwong in #4237
- New Crowdin updates by @o1lab in #4258
- Feat: Added and integrated playwright by @mustafapc19 in #3848
- chore(nc-gui): update nuxt to latest RC by @bcakmakoglu in #4279
- Executable build - generate sqlite binaries for multiple platforms by @pranavxc in #4280
- Set default database encoding/charset to utf8 by @pranavxc in #4284
- feat: upgrade knex by @mertmit in #3570
- Fix: Attachment cell - removing attachment error by @pranavxc in #4296
- fix(nc-gui): overlapping edge labels by @bcakmakoglu in #4289
- Fix: Grid view - tab switching error by @pranavxc in #4295
- Miscellaneous bug fixes by @pranavxc in #4302
- Treeview: reset search input on close and focus on load by @pranavxc in #4299
- Fix: Form view - required column reordering by @pranavxc in #4311
-
[1.6.1]
- Update NocoDB to 0.99.1
- Full changelog
- New Crowdin updates by @o1lab in #4469
- refactor(test): Playwright followup by @mustafapc19 in #4393
- Update MssqlClient.ts by @Naude555 in #4477
- New Crowdin updates by @o1lab in #4479
- Added docs for playwright by @mustafapc19 in #4476
- feat: useFieldQuery by @wingkwong in #4473
- fix(nc-gui): focus on the first input in expanded form nextTick by @wingkwong in #4485
- fix(nocodb): convert attachment type in api response by @wingkwong in #4488
- fix(nc-gui): set show-search always true by @wingkwong in #4490
- chore: cypress cleanup by @wingkwong in #4492
- fix(nocodb): return select option in given order by @wingkwong in #4491
- fix(nc-gui): page swtich bug + gallery display bug by @pranavxc in #4495
-
[1.6.2]
- Update NocoDB to 0.99.2
- Full changelog
- [bug Type: Bug][rocket Status: Ready for Next Release] bug Bug: Cannot read properties of null (reading 'parentNode') #4494
- [rocket Status: Ready for Next Release] bug Bug: onSearch should work with showSearch instead of use alone. #4489
- [bug Type: Bug][rocket Status: Ready for Next Release] bug Bug: In Record Detail/Edit overlay, cursor jumps into another input field after typing the first character #4483
- [bug Type: Bug][rocket Status: Ready for Next Release] bug Bug: Webhook payload includes attachment json as string #4480
- [rocket Status: Ready for Next Release] flashlight Feature: Search should be separate for each table #4449
- [bug Type: Bug][rocket Status: Ready for Next Release] bug Bug: SingleSelect options do not keep their order #4429
-
[1.7.2]
- Update NocoDB to 0.100.2
- Full changelog
- Release 0.100.1 by @github-actions in #4561
- fix(gui): avoid clearing cell data if it's a non-typable column by @pranavxc in #4556
- New Crowdin updates by @o1lab in #4562
- chore(deps): bump socket.io-parser from 4.0.4 to 4.0.5 in /packages/nocodb by @dependabot in #4350
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #4569
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /packages/nocodb by @dependabot in #4568
- chore(deps): bump @xmldom/xmldom from 0.7.6 to 0.7.9 in /packages/nc-cli by @dependabot in #4567
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /packages/nc-cli by @dependabot in #4566
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /packages/noco-docs by @dependabot in #4565
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /packages/nc-plugin by @dependabot in #4564
- Remove outline of search input in single select by @pranavxc in #4572
- feat(nocodb): include error message for resetting password by @wingkwong in #4571
- fix(nc-gui): unexpected focus on ListItem by @wingkwong in #4576
-
[1.9.1]
- Update NocoDB to 0.101.2
- Full changelog
- flashlight Feature: Trigger Webhook (after update) for changes in LinkToAnotherRecord field #4827
- flashlight Feature: Show all the rows on the same page #4813
- flashlight Feature: Move columns/rows using a drag & drop gesture #4811
-
[1.9.5]
- Update NocoDB to 0.105.1
- Full changelog
- bug Bug: #5135
- Feature: column name length validator #5130
- Bug: SwaggerUI not working with latest release #5125
- Bug: Data display issue when sorting lines with empty fields #5104
- Bug: Previously shared views need to be re-shared with 0.98.4 #4446
- Feature: Row number in total not per page #4096
- Improve error handling when external db connection errors out #3369
- Bug: bug empty relations in view #2784
- An error does not exist in Spaces after NPM run dev is executed #2620
- Bug: The server closed the connection #2417
- Bug: Relation pop-up filter not working when using formula field #2316
- Use formula column as primary value #1809
- Fixed to left to display lines number. #1589
- Excel import : long text cells not displayed with column title containing commas and accents #1387
- Postgres relation query failing because of relation to non primary key #729
-
[1.9.7]
- Update NocoDB to 0.105.3
- Full changelog
- feat: implement NC_DISABLE_AUDIT by @wingkwong in #5137
- feat(nocodb): set cache header for attachment urls by @pranavxc in #5151
- New Crowdin updates by @o1lab in #5123
- feat: upgrade timeout msg by @wingkwong in #5154
- fix: ts types for sql clients by @mertmit in #5134
- fix(nc-gui): add missing filterChildrenRead permission by @wingkwong in #5167
- feat(gui): Support multiple record mapping without closing LTAR modal by @pranavxc in #5153
- refactor: use extractProps by @wingkwong in #5168
- fix: missing display value by @mertmit in #5141
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login