NocoDB
No-code platform that creates and manages databases with spreadsheet UI.
Alternative to: Airtable, Google Sheets, Microsoft Lists, Coda, Smartsheet, Microsoft PowerApps, Monday.com
About
Versions (100)
v0.263.8
2025-06-16🐛 Closed Issues
- [Status: Reproducible] 🐛 Bug: Record revision history is gone after I updated to version 0.263.6. #11668
- [closed] 🐛 Bug: Failed to sync count: m.rootApply is not a function #11628
- [closed] 🐛 Bug: With Minio v0.263.6+ crashes repeatedly #11666
- [Status: Reproducible] 🐛 Bug: The search field is blocked #11669
- [closed] 🐛 Bug: fill handle not working for “Date” and “Date time” fields in 0.263.6 #11667
- [closed] 🐛 Bug: Duplicate Base with Include Records missing Records #11496
- [🔎 Status: More Info Needed] 🐛 Bug: Application crashes #11438
- [🔎 Status: More Info Needed] 🐛 Bug: Error when sharing table for public viewing #11372
- [closed] 🐛 Bug: MinIO Latest Image doesn’t support all CPUs #11635
- [closed] 🐛 Bug: Email field > Accept only valid emails > Fails on complex email addresses #11632
- [closed] 🐛 Bug: decimal issue for currency #11625
- [closed] 🐛 Bug: On Linux, Shift + scroll is not working on Grid View 2.0 #11619
- [closed] 🐛 Bug: Can’t setup Minio as storage #11614
- [closed] 🔦 Feature: Always clear and close search box on esc #11591
- [closed] a sane “bash <(curl -sSL http://install.nocodb.com/noco.sh) <(mktemp)” for people. #11587
- [Status: Reproducible] 🐛 Bug: No preview for attached image files #11550
- [closed] 🐛 Bug: When infinite scroll mode is off, clicking on the previous record jumps incorrectly #11549
- [closed] 🐛 Bug: Cannot delete record in single-select drop-down box #11545
- [closed] 🔦 Feature: Filter in Audit Logs #11534
- [Status: Reproducible] 🐛 Bug: Group by shared view with password is broken (again) #11531
- [closed] 🐛 Bug: Images for release #11528
- [closed] 🐛 Bug: “search records to link” is broken #11517
- [closed] 🐛 Bug: Unable to configure minio and Redis #11501
- [Status: Reproducible] 🐛 Bug: Linked records are not expandable for Viewer / Commenter role #11500
- [closed] 🐛 Bug: Download to Excel/CSV downloads multiple files #11497
- [closed] When running docker, the modified front-end does not take effect #11487
- [closed] 🐛 Bug: Scrollbar only visible for short time #11478
- [closed] 🔦 Feature: Sort by Count after applying Group by #11477
- [closed] 🔦 Enhancement: Make horizontal scroll bar appear always #11441
- [closed] 🐛 Bug: ctrl plus Scroll in table area doesn’t work #11431
- [closed] 🐛 Bug: SQLite ilike Syntax Error on where clause #11423
- [closed] 🐛 Bug: batch update audit log not recorded when setting field to null #11415
- [closed] 🐛 Bug: Couldn’t resolve component “default” #11414
- [closed] 🔦 Feature: how to Integrate with sql server database #11411
- [closed] 🐛 Bug: Duplicating tables creates empty tables #11404
- [closed] 🐛 Bug: When a linked column ID is used as a column name in SQL Query, it’s truncated and not properly escaped #11375
- [closed] 🔦 Feature: Use single-select filter values in views as default when adding new records #11374
- [closed] 🐛 Bug: Error in Formula column referencing Lookup columns/fields #11368
- [closed] 🐛 Bug: filter user field with like or nlike with more than 25 users in base will cause error #11351
- [closed] 🐛 Bug: Cannot create a
SingleLineTextfield via API v3 #11313 - [closed] 🐛 Bug: Some API v3 meta endpoints do not match the Swagger schema #11309
- [Status: Reproducible] 🐛 Bug: Grouping by Date - Label Doesn’t Match Record #11263
- [closed] 🐛 Bug: Showstopper in the latest version is operator on json is no longer possible #11261
- [closed] 🐛 Bug: Using a “where” query parameter on a “list table records” api call does not work if the where query contains a space #11240
- [closed] [Feature] Possibility to create a new row using the field ID #11175
- [closed] 🐛 Bug: “Link Record” API call returns HTTP 201 instead of 200 #11140
- [closed] 🔦 Feature: Limit information visible in linked record field in form view #11134
- [closed] 🐛 Bug: ask to save or discard changes if navigating away from multi field editor #11101
- [closed] 🐛 Bug: scrollbar visibility #11042
- [closed] 🐛 Bug: Can’t Copy Past Lookup Items Anymore #11034
- [closed] 🐛 Bug: API for checkbox field #10984
- [closed] 🐛 Bug: SQLite3 dateadd issue #10983
- [🔦 Type: Feature] 🔦 Feature: insensitive search when using fast search #9823
- [closed] 🔦 Feature: imported file cannot automatically match Chinese field #9681
- [closed] 🔦 Feature: Enable CORS by default (or via an option?) #5337
What’s Changed
- Release 0.263.4 by @github-actions in https://github.com/nocodb/nocodb/pull/11418
- Nc fix(nc-gui): parse numeric field plain cell value issue if value is 0 by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11420
- chore: post-release sync by @github-actions in https://github.com/nocodb/nocodb/pull/11419
- refactor: tweak EN translations by @salim-b in https://github.com/nocodb/nocodb/pull/11421
- refactor: improve UI div title by @salim-b in https://github.com/nocodb/nocodb/pull/11363
- Docs/url based filter by @dstala in https://github.com/nocodb/nocodb/pull/11311
- fix: better internationalization for create_new_table text by @joaoh9 in https://github.com/nocodb/nocodb/pull/11073
- feat: improved csv export by @mertmit in https://github.com/nocodb/nocodb/pull/11429
- Fea: new date formates 9652 by @vinayaknolastname in https://github.com/nocodb/nocodb/pull/9686
- fix: swagger status code for nested link add by @fendy3002 in https://github.com/nocodb/nocodb/pull/11147
- feat: Enable CORS by default (or via an option?) #5337 by @gitstart in https://github.com/nocodb/nocodb/pull/5541
- fix json like on sqlite connection by @pranavxc in https://github.com/nocodb/nocodb/pull/11426
- feat: v3 input field validation by @fendy3002 in https://github.com/nocodb/nocodb/pull/11232
- fix: queuing for bulk execution by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11397
- test: fix import issues by @mertmit in https://github.com/nocodb/nocodb/pull/11446
- chore: clean up legacy code by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11445
- Nc codex/fix alt b shortcut focus issue by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11448
- fix(nc-gui): formula field parse link text display issue by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11436
- fix: v3 meta api corrections by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11450
- Docs calendar end date by @o1lab in https://github.com/nocodb/nocodb/pull/11449
- fix(nc-gui): Inter font apply issue by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11455
- fix(nc-gui): shared base new sidebar stuck in loading state by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11456
- fix:keyboard field interactions broken after filter is modified by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11453
- fix: filter not applied on count by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11454
- fix: do not auto hide scrollbar if configured in system by @dstala in https://github.com/nocodb/nocodb/pull/11442
- fix (nocodb): re-add null filter in json by @fendy3002 in https://github.com/nocodb/nocodb/pull/11378
- fix (nocodb): like/nlike user field use new replacement by @fendy3002 in https://github.com/nocodb/nocodb/pull/11388
- fix (nc-gui): check for dynamic if filter column changed by @fendy3002 in https://github.com/nocodb/nocodb/pull/11402
- fix: record audit log when new value is null by @fendy3002 in https://github.com/nocodb/nocodb/pull/11432
- Nc feat: user filter @me by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11459
- fix(nc-gui): filter test fail issue by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11460
- feat: better formula input handler by @dstala in https://github.com/nocodb/nocodb/pull/11447
- Nc sync/cross base link by @pranavxc in https://github.com/nocodb/nocodb/pull/11422
- Nc fix/user filter followup changes by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11461
- feat: new integrations by @mertmit in https://github.com/nocodb/nocodb/pull/11457
- fix(nc-gui): record view mode not visible by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11463
- Update faq by @o1lab in https://github.com/nocodb/nocodb/pull/11466
- chore: register integrations by @fendy3002 in https://github.com/nocodb/nocodb/pull/11467
- Update faq by @o1lab in https://github.com/nocodb/nocodb/pull/11468
- feat: condition helpers by @mertmit in https://github.com/nocodb/nocodb/pull/11464
- fix: duplicate throw by @mertmit in https://github.com/nocodb/nocodb/pull/11410
- fix: avoid populating skipped cols by @mertmit in https://github.com/nocodb/nocodb/pull/11338
- docs: integrations image screen update by @dstala in https://github.com/nocodb/nocodb/pull/11462
- fix: avoid throwing if uidt is missing by @mertmit in https://github.com/nocodb/nocodb/pull/11471
- feat: enable improved sidebar for all users by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11473
- Nc fix/extension followup items by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11479
- Nc fix/user filter under paid plan by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11465
- fix(nc-gui): rename base issue from project header context menu by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11481
- Nc feat: Feature Flag Versioning by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11482
- chore(deps): bump prismjs from 1.29.0 to 1.30.0 in /packages/noco-docs by @dependabot in https://github.com/nocodb/nocodb/pull/10799
- build(deps): bump @babel/runtime-corejs3 from 7.24.0 to 7.26.10 in /packages/noco-docs by @dependabot in https://github.com/nocodb/nocodb/pull/10819
- chore(deps): bump image-size from 1.1.1 to 1.2.1 in /packages/noco-docs by @dependabot in https://github.com/nocodb/nocodb/pull/11040
- chore(deps): bump tar-fs in /packages/noco-docs by @dependabot in https://github.com/nocodb/nocodb/pull/11014
- chore(deps): bump estree-util-value-to-estree from 3.0.1 to 3.3.3 in /packages/noco-docs by @dependabot in https://github.com/nocodb/nocodb/pull/11069
- chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.9 in /packages/noco-docs by @dependabot in https://github.com/nocodb/nocodb/pull/11123
- chore: move nc-cli to seperate repo by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11495
- fix: reduce redundant api calls by @dstala in https://github.com/nocodb/nocodb/pull/11452
- refactor: nc error move to nocodb sdk by @fendy3002 in https://github.com/nocodb/nocodb/pull/11427
- fix: failing tests by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11489
- chore(nix/docker/aio): support docker logs by @sinanmohd in https://github.com/nocodb/nocodb/pull/11470
- Nc fix/pagination sync by @dstala in https://github.com/nocodb/nocodb/pull/11499
- New Crowdin updates by @o1lab in https://github.com/nocodb/nocodb/pull/11295
- fix: sync dependencies by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11490
- chore(deps): bump axios and typesense in /packages/noco-docs by @dependabot in https://github.com/nocodb/nocodb/pull/11503
- fix: docs sync dependencies by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11504
- fix: remove duplicate lock fike by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11505
- New Crowdin updates by @o1lab in https://github.com/nocodb/nocodb/pull/11508
- feat: prefilled value when having simple filters by @fendy3002 in https://github.com/nocodb/nocodb/pull/11439
- fix: dependabot errors by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11507
- feat: syncs by @mertmit in https://github.com/nocodb/nocodb/pull/11469
- chore: fix translations by @mertmit in https://github.com/nocodb/nocodb/pull/11513
- Nc feat/enable ext by @pranavxc in https://github.com/nocodb/nocodb/pull/11524
- docs: @me by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11525
- fix(nc-gui): center align @ from filter menu btn by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11523
- docs: minibar by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11526
- Nc fix/update mini sidebar item hit area by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11486
- chore: remove docs by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11527
- Nc fix: Hide warning message in on-prem by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11529
- Nc fix/hide canvas element tooltip on mouse leave by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11530
- fix: add missing typecast to update by @mertmit in https://github.com/nocodb/nocodb/pull/11515
- chore: new translation by @mertmit in https://github.com/nocodb/nocodb/pull/11514
- New Crowdin updates by @o1lab in https://github.com/nocodb/nocodb/pull/11532
- fix: readonly issue by @mertmit in https://github.com/nocodb/nocodb/pull/11535
- fix(nc-gui): collapse sidebar by @mertmit in https://github.com/nocodb/nocodb/pull/11537
- fix: dependabot-05 by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11520
- fix(nc-gui): User filter value select input has 2 check icon by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11539
- fix: Group by shared view with password is broken by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11540
- fix: v3 api now return foreign key column when list data by @fendy3002 in https://github.com/nocodb/nocodb/pull/11408
- fix: duplicate fail by @mertmit in https://github.com/nocodb/nocodb/pull/11543
- fix: duplicate table long name by @fendy3002 in https://github.com/nocodb/nocodb/pull/11533
- refactor: numeric, user filter by @fendy3002 in https://github.com/nocodb/nocodb/pull/11512
- fix: form builder small issue by @mertmit in https://github.com/nocodb/nocodb/pull/11474
- feat: skip hooks by @mertmit in https://github.com/nocodb/nocodb/pull/11548
- fix (nc-gui): index prop lost after vmodel changed by @fendy3002 in https://github.com/nocodb/nocodb/pull/11546
- Nc Fix: UI Issues by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11560
- Nc fix: locked view fixes by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11562
- feat: add expiry to cache key by @mertmit in https://github.com/nocodb/nocodb/pull/11552
- Nc feat/text limit 100k by @dstala in https://github.com/nocodb/nocodb/pull/11566
- fix: audit diff for long text ai is not working by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11568
- fix: misc issues by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11567
- fix: @me user filter new row default value by @fendy3002 in https://github.com/nocodb/nocodb/pull/11553
- fix (nc-gui): reload button keep spinning by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11569
- fix(nc-gui): confirm before page leave page if multifield has unsaved changes by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11564
- Nc Feat: Allow commenter/viewer to expand linked record by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11561
- Nc fix/loosen text validation by @pranavxc in https://github.com/nocodb/nocodb/pull/11570
- fix(nc-gui): Expanded form right side field panel is showing active view columns even if we open another table linked record by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11571
- Nc Feat: Limit information visible in linked record field in form view by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11563
- Nc fix(nc-gui): Always show base list on changing workspace by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11574
- Nc Fix: Edit field modal shifts to the right by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11573
- Nc fix/extension followup pr review changes by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11547
- fix: Persist sidebar state by @pranavxc in https://github.com/nocodb/nocodb/pull/11576
- Nc Fix: Expanded form navigation in normal paginated grid view by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11575
- fix (nocodb): check if select option is missing in kanban view by @fendy3002 in https://github.com/nocodb/nocodb/pull/11580
- Nc Fix: White screen issue in mobile mode on initial load by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11579
- fix: pointer on attachment hover by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11588
- Nc fix/column deletion - reload sort list by @pranavxc in https://github.com/nocodb/nocodb/pull/11583
- Nc fix/5780 user invite existing user by @dstala in https://github.com/nocodb/nocodb/pull/11589
- fix: prevent attachment cell exit on modal open by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11586
- fix: Skip attachment field while pre-populating data using default value by @pranavxc in https://github.com/nocodb/nocodb/pull/11590
- Nc Fix: Rich text related keyboard issues by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11598
- fix(nc-gui): Move ncLastVisitedBase fn in storageUtils file by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11600
- fix: remove only by @fendy3002 in https://github.com/nocodb/nocodb/pull/11597
- Nc fix/import csv followup changes by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11599
- fix: extract v1 error messages by @pranavxc in https://github.com/nocodb/nocodb/pull/11602
- fix: retain query param only when switching between table views by @pranavxc in https://github.com/nocodb/nocodb/pull/11603
- Nc feat/enable ext by @pranavxc in https://github.com/nocodb/nocodb/pull/11601
- fix(nc-gui): sidebar keeps loading when we don’t have any bases or user don’t have access to any base by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11605
- Nc fix/audit logs long text render issue by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11606
- Nc Fix: Alignment issue in lookup field by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11604
- feat: close search input on escape key press regardless of query value by @codegen-sh in https://github.com/nocodb/nocodb/pull/11607
- Nc fix: Update comment box border color for user’s own comments by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11610
- Nc fix(nc-gui): just toggle sidebar baselist if clicked base is already active by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11612
- Nc fix: remove deleted items from link modal by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11613
- Nc Fix/mobile view base navigation issue in new sidebar by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11616
- Nc feat/lookup recursive bt by @dstala in https://github.com/nocodb/nocodb/pull/11617
- Nc Fix: disable form view creation in synced table & disable add record from other views by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11611
- New Crowdin updates by @o1lab in https://github.com/nocodb/nocodb/pull/11572
- chore: bump dependencies by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11621
- fix(nc-gui): use extracted api error messages by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11620
- Nc fix(nc-gui): grid horizontal scroll issue using shift + mouse scroll in linux by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11623
- fix: Avoid blocking pointer events with pseudo elements by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11626
- chore: cleanup mssql client and sync dependencies by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11624
- fix undefined call of rootApply by @dstala in https://github.com/nocodb/nocodb/pull/11629
- Nc fix: user filter like nlike search by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11634
- test(pw): update view search test pw cases by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11636
- fix(upstall): x86-64-v1 target compatibility by @sinanmohd in https://github.com/nocodb/nocodb/pull/11637
- Nc Fix: prominent indicator needed when search bar is active by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11618
- Nc Fix: fields move around during vertical navigation using down-arrow key by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11633
- Nc fix: user like quick search by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11640
- Nc Fix: decimal issue for currency by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11638
- Nc fix/consider extra link record fields also in search by @dstala in https://github.com/nocodb/nocodb/pull/11641
- Nc refactor/erd by @pranavxc in https://github.com/nocodb/nocodb/pull/11644
- feat: fill handler improvement by @fendy3002 in https://github.com/nocodb/nocodb/pull/11639
- style(nc-gui): windi css fontSize config letter spacing issue by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11648
- fix: quick search ltar to use like by @fendy3002 in https://github.com/nocodb/nocodb/pull/11647
- fix(nocodb/plugins/minio): server crash on test by @sinanmohd in https://github.com/nocodb/nocodb/pull/11646
- fix: knex raw dbdriver issue for mysql by @fendy3002 in https://github.com/nocodb/nocodb/pull/11649
- 0.263.5 Pre-release by @github-actions in https://github.com/nocodb/nocodb/pull/11652
- chore: override @types/mime by @pranavxc in https://github.com/nocodb/nocodb/pull/11655
- chore: Build action change by @pranavxc in https://github.com/nocodb/nocodb/pull/11657
- chore: Add build Noco integration step by @pranavxc in https://github.com/nocodb/nocodb/pull/11656
- 0.263.6 Pre-release by @github-actions in https://github.com/nocodb/nocodb/pull/11659
- Release 0.263.6 by @github-actions in https://github.com/nocodb/nocodb/pull/11660
- Docker build - sdk dependancy installation by @pranavxc in https://github.com/nocodb/nocodb/pull/11663
- Typo correction by @pranavxc in https://github.com/nocodb/nocodb/pull/11664
- fix: new maintenance ui by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/11665
- refactor: remove bandaid for v3 specific error code by @fendy3002 in https://github.com/nocodb/nocodb/pull/11650
- fix: dedicated error for PROHIBITED_SYNC_TABLE_OPERATION by @fendy3002 in https://github.com/nocodb/nocodb/pull/11627
- chore: post-release sync by @github-actions in https://github.com/nocodb/nocodb/pull/11661
- fix: hotfix for audit UI issue by @mertmit in https://github.com/nocodb/nocodb/pull/11670
- fix: avoid locking search by @mertmit in https://github.com/nocodb/nocodb/pull/11672
- fix datetime for single value by @dstala in https://github.com/nocodb/nocodb/pull/11671
- Nc fix/various UI by @dstala in https://github.com/nocodb/nocodb/pull/11674
- 0.263.7 Pre-release by @github-actions in https://github.com/nocodb/nocodb/pull/11677
- Release 0.263.7 by @github-actions in https://github.com/nocodb/nocodb/pull/11678
- chore: post-release sync by @github-actions in https://github.com/nocodb/nocodb/pull/11679
- Nc fix(nc-gui): Beta extension load issue by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/11686
- fix: disable cleanup job by @pranavxc in https://github.com/nocodb/nocodb/pull/11689
- 0.263.8 Pre-release by @github-actions in https://github.com/nocodb/nocodb/pull/11691
New Contributors
- @joaoh9 made their first contribution in https://github.com/nocodb/nocodb/pull/11073
- @vinayaknolastname made their first contribution in https://github.com/nocodb/nocodb/pull/9686
Full Changelog: https://github.com/nocodb/nocodb/compare/0.263.4…0.263.8