Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 14, 2022

Bumps tinacms from 0.68.8 to 0.69.7.

Changelog

Sourced from tinacms's changelog.

0.69.7

Patch Changes

  • 9183157c4: This allows us to use a leaner define function for the standalone config. Right now we're balancing a lot on the defineSchema/defineConfig types and have a few overlapping things like client, which accepts both an optional object with referenceDepth config as well as the autogenerated http client.

    One thing it does that's a bit different is it uses the apiUrl from the client generation function and sends it through as a global constant to the Vite app, this avoids the need for the generated client.

  • 4adf12619: Add support for experimental iframe mode

  • Updated dependencies [9183157c4]

  • Updated dependencies [4adf12619]

  • Updated dependencies [f8b89379c]

    • @​tinacms/schema-tools@​0.1.3
    • @​tinacms/toolkit@​0.57.4

0.69.6

Patch Changes

  • Updated dependencies [777b1e08a]
    • @​tinacms/schema-tools@​0.1.2

0.69.5

Patch Changes

  • bf89a3720: allow boolean fields in admin collection list sort control

  • fd4d8c8ff: Add router property on collections. This replaces the need for using the RouteMapper plugin.

    ...
      name: 'post',
      path: 'posts',
      ui: {
        router: ({ document }) => {
          // eg. post items can be previewed at posts/hello-world
          return `/posts/${document._sys.filename}`;
        },
      },
    ...

    Add global property on collections. This replaces the need for formifyCallback in most cases

    ...
      name: 'post',
      path: 'posts',
      ui: {
        global: true

... (truncated)

Commits
  • 482b59d Version Packages
  • 6b3b819 Merge branch 'main' into iframe-with-vite
  • 238c558 Merge pull request #3155 from tinacms/add-define-static-config
  • ee7797d Merge remote-tracking branch 'origin' into iframe-with-vite
  • c6069bb Version Packages
  • 37698ba Version Packages
  • 9910126 Add defineStaticConfig which no longer requires the 'client' argument to be p...
  • 41809e0 Use tina-preview flag as a value for output folder so links work properly
  • 9e3f889 Fix tina-preview flag logic
  • a19d18b Merge remote-tracking branch 'origin' into iframe-with-vite
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tinacms](https://github.com/tinacms/tinacms/tree/HEAD/packages/tinacms) from 0.68.8 to 0.69.7.
- [Release notes](https://github.com/tinacms/tinacms/releases)
- [Changelog](https://github.com/tinacms/tinacms/blob/main/packages/tinacms/CHANGELOG.md)
- [Commits](https://github.com/tinacms/tinacms/commits/tinacms@0.69.7/packages/tinacms)

---
updated-dependencies:
- dependency-name: tinacms
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 14, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 23, 2022

Superseded by #30.

@dependabot dependabot bot closed this Sep 23, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tinacms-0.69.7 branch September 23, 2022 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants