Releases: h2oai/nitro
Releases · h2oai/nitro
v0.10.0
Changelog
- 8d480c9 chore: Bump version; add change log for v0.10
- b6875bb chore: Don't generate source maps during front-end build
- 186cf64 chore: Remove Click from requirements
- 7243e62 chore: Remove obsolete file
- 26fbdec feat: Add box-level correlation IDs in input protocol
- 4449afa feat: Add chromeless mode; allow non-menu/nav routes #11
- 53d8899 feat: Add request-level correlation id in protocol #11
- 06ad3cb feat: Add webview (iframe) component
- 36e53d4 feat: Allow disabling automatic continuation (set "halt=True")
- bb1d91c feat: Allow disabling automatic continuation (set "halt=True")
- eab600f feat: Allow insert/update/remove operations on UI post initial render #11
- eb934ce feat: Allow only Python functions, not all kinds of callables.
- c8b67a7 feat: Block UI during commit #11
- 4716444 feat: Default webview height to 400px if not set
- ff31183 feat: Fade in UI blocker when busy #11
- 03627ec feat: Improve checklist item spacing
- 203b4d5 feat: Route and display protocol error in client #11
- c3ecac1 feat: Run docs examples in webview, chromeless
- a3bf094 feat: Show busy animation while connecting
- bc3cd66 feat: Support hashbangs for navigation (top level menu and nav) #11
- 8c1ea84 feat: Use strings for selectors (future-proof) #11
- b4bd66a feat: Verify correlation IDs on send/recv #11
- 419a7a6 fix: Automatically grow non-rows, not rows
- 9681d4e fix: Don't submit values from components if not defined
- 00f2e2a fix: Read version from version.py
- 31b390c fix: Remove unused (N, N, N) column width case
- e3c433b fix: Show automatic continue button if table is set to single/multi-select
- fe0ab8a fix: Use actual package version for default app caption
- 074b785 refactor: Remove record() from client context #11
- 61d9b57 refactor: Rename context switch message key
- e656992 refactor: Rename context.capture() -> context.record() #11
- aa128b5 wip: Fix plugin -> UI interface #11
- e6374e3 wip: Generate box-level correlation ids in backend #11
v0.9.2
v0.9.1
Changelog
- c00d37d chore: Add v0.9.1 change log
- 2b88cf1 chore: Publish executables on "make release"
- 63af3de fix: Fix wonky md list rendering when trailing spaces are present on lines following lists
- c39032e fix: Print actual candidates searched for on target platform #5
- fbf7c4a fix: Respect width setting on columns if not a tuple
v0.9.0
Changelog
- 7a3666b chore: Add go release config
- 3775a78 chore: Add v0.9 change log
- 4b97b93 chore: Build zips for Windows; don't make 386 builds #5
- a427f16 chore: Don't publish wheel to GH releases
- 8871577 chore: Update playwright post-setup
- 4c78fdc ex: Add nitrogen headers
- 1c9792f ex: Eject all "nitro create" templates
- 5a533c6 feat: "nitro run" - first cut #5
- a5771cc feat: Add "-python" to CLI; don't attempt to find python if passed #5
- 94ea85b feat: Add "FROM base-url" #5
- f23c1a3 feat: Add "nitro clone" command #5
- 7db506c feat: Add "nitro version" command
- 8ebdd1a feat: Add ECHO and SHOW to "nitro run" #5
- e570c93 feat: Add nitrogen header to docs.py template #5
- 5d4429f feat: Allow "nitro run file" if file is in cwd
- b291176 feat: Allow YAML metadata in header; support line breaks; track source line numbers #5
- 91a145a feat: Avoid debris: create local file after connection is successful #5
- 884bac2 feat: Bootstrap pip in venv before doing anything else #5
- 7349c3f feat: Change comment char to "="
- 79d5d87 feat: Copy to cwd and run if "nitro run" points to a local file #5
- adf4030 feat: Improve CLI progress messages #5
- 1ede373 feat: Remove old CLI and samples #5
- f989905 feat: Skip venv if exists; bail out if venv Python unavailable
- 2cf5ee9 feat: Treat "#" as a remark #5
- 69d4fe4 feat: Write docs.py to /docs #5
- 888d16a fix: Don't overflow contents if width or height is set.
- 09db875 fix: Remove superfluous line
- d73ec69 refactor: Improve interpreter failure messages #5
- e9247a7 refactor: Rename cli main.go -> nitro.go #5
- 6129613 refactor: Simplify "nitro run" implementation #5