Releases: ues-io/uesio
Releases · ues-io/uesio
v0.14.1
v0.14.0
What's Changed
- refactor: remove server start timestamp from server urls by @humandad in #4938
- fix: handle nil values in cache as valid values by @techfg in #4939
- fix: use streams when downloading files by @techfg in #4940
- chore: include platform go code in cli target inputs by @techfg in #4942
- chore: upgrade go 1.24.4 by @techfg in #4943
- chore: upgrade go deps by @techfg in #4944
- chore: upgrade nx 21.2.1 by @techfg in #4945
- chore: update npm minor deps by @techfg in #4947
- chore: improve request logging by @techfg in #4952
- chore: add error to request logs by @techfg in #4956
- chore: pass context to error & logging functions by @techfg in #4957
- chore: update go deps by @techfg in #4961
- chore: update npm minor deps by @techfg in #4962
- fix: ensure upload file trigger in all cases by @techfg in #4963
- chore: add support for parallel file uploads by @techfg in #4964
- improve data manager deps by @humandad in #4965
- simplify file caching by @humandad in #4941
- fix: use site name for user cache key instead of site id by @techfg in #4972
- chore: update seeds to avoid manual config of starters and an admin user by @techfg in #4973
- Fix: Remove REFERENCEGROUP fields from recorddatamanager by @humandad in #4971
- fix: toggle mode when save/cancel in form_detail by @techfg in #4975
- fix: page title on user view by @techfg in #4974
- chore: display username in user titles by @techfg in #4976
- chore: user detail view improvements by @techfg in #4977
- chore: refactor section_delete display conditions by @techfg in #4979
- fix managing records by @humandad in #4978
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- chore: update go deps by @techfg in #4901
- chore: update go 1.24.3 by @techfg in #4902
- chore: update nx 20.8.2 by @techfg in #4903
- chore: update npm minor by @techfg in #4904
- chore: update major eslint-plugin-cypress 5.1.0 by @techfg in #4905
- chore: update node 22.16.0 by @techfg in #4906
- chore: update nx major 21.1.2 by @techfg in #4907
- chore: fix eslint warnings by @techfg in #4908
- fix bundle dependency error handling by @humandad in #4909
- feat: add after region to list and deck by @humandad in #4910
- chore: migrate to nx 21 continuous tasks by @techfg in #4911
- chore: upgrade to pg 17 by @techfg in #4924
- refactor remove complicated vendor processing by @humandad in #4927
- chore: upgrade minor nx 21.2.0 by @techfg in #4928
- chore: update go deps by @techfg in #4929
- chore: update npm minor by @techfg in #4930
- add mergestring to context type by @techfg in #4931
Full Changelog: v0.12.0...v0.13.0
v0.12.0
v0.11.0
What's Changed
- chore: update react-hotkeys-hook major 5.0.1 by @techfg in #4841
- chore: migrate to shiki for syntax highlighting by @techfg in #4840
- chore: update go deps by @techfg in #4843
- chore: update npm minor deps by @techfg in #4842
- refactor: simplify cascade deletes by @humandad in #4844
- feat: add component pack metadata item to workspace ui by @humandad in #4845
- refactor: use modernize to refactor loops and min max by @humandad in #4847
- refactor: make userfilemetadata implement file.metadata by @humandad in #4846
- refactor: remove session argument from GetFieldMetadata by @humandad in #4848
- refactor: replace interface with any by @humandad in #4849
- refactor: cleanup errors and add switch statements by @humandad in #4850
- chore: lint add misspell by @humandad in #4852
- fix: permission set editor bug by @humandad in #4869
- chore: lint add canonicalheader by @humandad in #4851
- chore: upgrade nx to 20.8.1 by @techfg in #4870
- chore: update go deps by @techfg in #4871
- chore: update npm minor deps by @techfg in #4872
Full Changelog: v.10.0...v0.11.0
v.10.0
What's Changed
- chore: refactor test urls to align with uesio env vars by @techfg in #4747
- Improve comment thread stying and data model by @humandad in #4748
- Add chat panel builder ui by @humandad in #4749
- chore: assert on explicit values in tests by @techfg in #4750
- chore: skip test improvements by @techfg in #4753
- chore: refactor test scripts by @techfg in #4755
- chore: docker containers should honor environment variables by @techfg in #4756
- fix local builder.cy test by @humandad in #4754
- chore: enable e2e tests in ci by @techfg in #4757
- Feature: add core agent collection by @humandad in #4766
- chore: refactor external bundle store url config value by @techfg in #4767
- chore:
UESIO_
prefix for all environment variables by @techfg in #4765 - chore: improve e2e test assertions by @techfg in #4769
- chore: eliminate hardcoded https when url scheme is required by @techfg in #4770
- fix: server panics when unable to obtain user and there is no browser session by @techfg in #4772
- Refactor: Better Bedrock interfaces for testing by @humandad in #4774
- fix: ensure UESIO_AWS_ENDPOINT is used when specified by @techfg in #4776
- chore: migrate to localhost defaults & fix domain parsing by @techfg in #4773
- fix: e2e failing on macOS by @techfg in #4778
- Cleanup bad request exception type by @humandad in #4777
- Add agent runner and tests by @humandad in #4775
- chore: refactor to avoid duplicated conditionals & functionality by @techfg in #4779
- chore: capture ci docker logs as artifact by @techfg in #4780
- chore: remove @nx-go plugin by @techfg in #4783
- chore: refactor root tasks to nx targets to improve error message output by @techfg in #4790
- Adds an ai builder assistant by @humandad in #4792
- chore/fix: resolve localhost domains to loopback address in go code & set http client timeout to 30 seconds by @techfg in #4782
- chore: update go 1.24.2 by @techfg in #4793
- chore: update go deps by @techfg in #4794
- chore: workaround for gh required status checks by @techfg in #4795
- chore: check changes requires checkout by @techfg in #4797
- fix: ensure generated password meets requirements by @techfg in #4802
- chore: capture cypress screenshots in CI workflow by @techfg in #4803
- chore: remove debug statements by @techfg in #4804
- chore: decrease dns lookup timeout by @techfg in #4805
- fix: signal properties is an array in yaml (
properties is not a function
error) by @techfg in #4813 - chore: mark go format & lint tasks cacheable by @techfg in #4814
- fix: preview mode loses "in-progress" changes on view by @techfg in #4817
- chore: upgrade nx 20.8.0 by @techfg in #4818
- Remove unnecessary returns and breaks by @humandad in #4815
- chore: update npm minor deps by @techfg in #4819
- chore: add react-hotkeys-hook 5.x esm only note to readme by @techfg in #4820
- chore: convert buffer directly to string by @humandad in #4822
- chore: more golangci-lint fixes by @humandad in #4823
- refactor: remove redundant loginmethod query by @humandad in #4826
- chore: update readme re: monaco 0.52.2 by @techfg in #4825
- chore: restrict typescript override to @tWind packages by @techfg in #4827
- chore: update npm minor deps by @techfg in #4828
- fix: respect workspace in collection & integration type after save bots by @techfg in #4830
- fix: do not update createdat/by on update by @techfg in #4834
- fix: ensure agents are deleted when workspace gets deleted by @techfg in #4835
- fix: initial preview then toggle to build mode breaks builder by @techfg in #4837
- Refactor: Remove recordid option from create record by @humandad in #4824
- chore: refactor app delete to use built-in cascade instead of custom … by @techfg in #4839
- feat: add additional sql operators by @techfg in #4836
- add chat panel feature flag by @humandad in #4838
Full Changelog: v0.9.0...v.10.0
v0.9.0
What's Changed
- Feature: Add Get Content Builder API by @humandad in #4723
- Chore: Remove unused righttoolbar component by @humandad in #4724
- Refactor: Improve makeViewId function by @humandad in #4727
- Refactor: Add ViewDef Id parse function for clarity by @humandad in #4725
- fix: do not allow
-
(hypen) in metadataname by @techfg in #4730 - Feature: Add view band and set_param signal by @humandad in #4726
- feature: Add Claude to supported models list by @humandad in #4722
- fix: add missing getHostUrl to ListenerBotApi types by @techfg in #4733
- Revert "chore: test branc push policy" by @techfg in #4734
- Refactor: Separate route to handle dynamic view loads by @humandad in #4729
- chore: include .DS_Store in default generated gitignore by @techfg in #4737
- bug: app delete indicates successful delete for an app that does not exist by @abeljimo in #4648
- feat: support integration site merges by @techfg in #4736
- chore: remove collection load workaround by @techfg in #4738
- chore: update generated package.json template by @techfg in #4739
- chore: use jsx automatic transform by @techfg in #4740
- chore: update to hurl 6.1.1 by @techfg in #4741
- feat: add
$Site{scheme}
merge option by @techfg in #4743 - fix: add message id to claude messages by @humandad in #4744
- feat: support generic arguments and new helper in context by @humandad in #4745
- fix: typo in removeViewFrame function by @humandad in #4746
- chore: move create app buttons to bottom of page by @techfg in #4742
Full Changelog: v0.8.1...v0.9.0
v0.8.1
v0.8.0
What's Changed
- Error pages should stay in workspace context by @humandad in #4560
- Fix homepage news links by @humandad in #4567
- use new appkit note component by @humandad in #4568
- Accordion component styling improvements by @humandad in #4570
- Treat if merge with false string as false by @humandad in #4569
- Make appkit note component collapsible by @humandad in #4571
- Fix icon prop styling in builder by @humandad in #4578
- chore: modify detection of credentials to use for cypress tests by @techfg in #4580
- chore: refactor test scripts by @techfg in #4577
- Fix lint no base to string by @humandad in #4532
- Fix error message formatting in Go by @humandad in #4582
- Refactor and simplify datasource load by @humandad in #4583
- more datasource load refactoring by @humandad in #4584
- chore: only build projects when buliding docker image by @techfg in #4585
- chore: support live reload in dev by @techfg in #4586
- Defer styletoken merging by @humandad in #4588
- improve studio login signup splash by @humandad in #4596
- Add has slot value display conditio by @humandad in #4597
- Fix accordion component paths by @humandad in #4598
- Fix declarative slot selection issues by @humandad in #4599
- builder styling cleanup light mode by @humandad in #4600
- Fix regression with fonts in safari and menus by @humandad in #4601
- styles add css api by @humandad in #4602
- Rebrand home screen by @humandad in #4603
- Builder ux improve drag and drop by @humandad in #4609
- make buildbar draggable. by @humandad in #4611
- chore: update to nx 20.4.6 by @techfg in #4612
- chore: update go deps by @techfg in #4613
- chore: update npm minor deps by @techfg in #4614
- chore: update sonner major to 2.0.1 by @techfg in #4616
- chore: add nx issue links to npm deps issue tracker by @techfg in #4618
- Add buildbar view toggle menu by @humandad in #4620
- chore: update react-markdown major to 10.0.0 by @techfg in #4622
- Add sitekit landing page generator by @humandad in #4623
- feat: add app delete command by @abeljimo in #4624
- chore: update readme re: monaco-editor issue by @techfg in #4642
- chore: update go deps by @techfg in #4643
- chore: format readme by @techfg in #4646
- chore: update npm minor deps by @techfg in #4644
- fix: eliminate default variant magic string by @techfg in #4621
- failed wire loads should not cause the entire view to fail in loading by @abeljimo in #4576
- chore: fix eslint warnings by @techfg in #4650
- chore: update to node 22.14.0 by @techfg in #4652
- Make code panel height adjustable by @humandad in #4655
- refactor default variant code by @humandad in #4653
- Use abort controller in adjustable height area by @humandad in #4657
- chore: fix uc types by @techfg in #4658
- fix: clone workspace from bundle failure by @techfg in #4659
- Change studio feature flag defaults by @humandad in #4660
- fix: routeassignment merge syntax by @techfg in #4656
- use svg for uesio logo by @humandad in #4661
- chore: upgrade to nx 20.5.0 by @techfg in #4662
- chore: update npm minor deps by @techfg in #4663
- chore: update go 1.24.1 by @techfg in #4665
- chore: update go deps by @techfg in #4666
- feat: upgrade to react 19 by @techfg in #4668
- chore: update npm minor deps by @techfg in #4671
- chore: update go deps by @techfg in #4672
- update favicon to simpler svg by @humandad in #4673
- chore: remove packui CLI command by @techfg in #4675
- chore: pack should fail fast when build error occurs by @techfg in #4676
- chore: return non-zero exit code in cli & platform on failure by @techfg in #4677
- chore: minor npm deps update by @humandad in #4679
- chore: use appkit detail form for the file detail page by @humandad in #4680
- Fix: Defaults should override explicit undefined definition by @humandad in #4678
- Remove id prop from base definition by @humandad in #4681
- Refactor: Base Definition Types Cleanup by @humandad in #4682
- Better scrollbars and variants for home sidebar by @humandad in #4683
- Fix file detail responsive styling by @humandad in #4684
- chore: add monaco-editor comment by @techfg in #4685
- chore: support unminified build by @techfg in #4686
- chore: migrate to esm by @techfg in #4687
- chore: update readme by @techfg in #4697
- chore: update nx 20.6.0 by @techfg in #4698
- Add agent metadata type by @humandad in #4696
- chore: update go deps by @techfg in #4699
- fix: fix success callback in stripe checkout process by @humandad in #4700
- chore: update npm minor deps by @techfg in #4701
- chore: update nx 20.6.1 by @techfg in #4702
- chore: update hurl TODO comment by @techfg in #4703
- chore: remove go.work.sum from git by @techfg in #4704
- fix: variant merge bug and add tests by @humandad in #4705
- fix: data manager loads unnecessary fields by @humandad in #4706
- fix: ensure error is returned when
app clone
,workspace retrieve
fails while streaming zip to client by @techfg in #4707 - fix: handle NotFound errors and refactor all type assertions on errors by @techfg in #4709
- chore: add http 400/500 todo comment by @techfg in #4713
- chore: ensure monaco-editor sourcemaps are available by @techfg in #4712
- chore: enforce component pack
UpdatedAt
value by @techfg in #4711 - chore: load SYSTEM bots first by @techfg in #4710
- chore: update nx 20.6.2 by @techfg in #4715
- chore: update go deps by @techfg in #4716
- chore: update npm minor deps by @techfg in #4717
Full Changelog: v0.7.0...v0.8.0
v0.7.0
Full Changelog: v0.7.0-beta.0...v0.7.0