Update dependency @tinacms/cli to v1 #125
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.60.0
->^1.0.0
Release Notes
tinacms/tinacms
v1.5.14
Compare Source
Patch Changes
e731ab0
]v1.5.13
Compare Source
Patch Changes
5a60189
: Add support for "quick editing". By adding the[data-tina-field]
attribute to your elements, editors can click to see thecorrect form and field focused in the sidebar.
This work closely resembles the "Active Feild Indicator" feature.
Which will be phased in out place of this in the future. Note that the attribute name is different,
[data-tinafield]
is the valuefor the "Active Field Indicator" while
[data-tina-field]
is the new attribute.The
tinaField
helper function should now only be used with the[data-tina-field]
attibute.Adds experimental support for Vercel previews, the
useVisualEditing
hook from@tinacms/vercel-previews
can be usedto activate edit mode and listen for Vercel edit events.
Updated dependencies [
ca74add
]Updated dependencies [
0f5557d
]Updated dependencies [
ff4c1e0
]Updated dependencies [
6fefa56
]Updated dependencies [
7f95c1c
]v1.5.12
Compare Source
Patch Changes
31c160c
: Placeholder view for when assets fail to loadb2a38b5
: Add back local build option that allows the user to build their site with the filesystem.beb1792
: Add support for sites deployed to sub-paths. To enabled, provide the sub-path at config.build.basePath:Updated dependencies [
31c160c
]Updated dependencies [
beb1792
]v1.5.11
Compare Source
Patch Changes
83b19fb
: Update the bridge interface to remove properties that are no longer needed.83b19fb
]1c7998b
]v1.5.10
Compare Source
Patch Changes
a402c80
]v1.5.9
Compare Source
Patch Changes
89dcad9
]a0eb72c
]v1.5.8
Compare Source
Patch Changes
5cb7305
: fix issue where migration would error if a user selected no to migrating templates012ed53
: Fix regression wherebuild.host
was not passed correctlyeba7e5e
]v1.5.7
Compare Source
Patch Changes
eeedcfd
: Adds folder support in the admin. See this PR for more info and a demo.1de2c09
: skip some checks durring build if the user is using self hostedf114081
: Skip schema diff check when we have conflicting version of GraphQL0b0255a
: Increase body parser limitf14f59a
]eeedcfd
]7d4be0e
]v1.5.6
Compare Source
Patch Changes
65d53d5
: Handle frontmatter format in forestry migratione7e11c6
: Fix issue with windows paths not getting converted in config-manager65d53d5
]40d1564
]a6786cc
]v1.5.5
Compare Source
Patch Changes
75d5ed3
: Add html tag back into rich-text response75d5ed3
]v1.5.4
Compare Source
Patch Changes
9f9cc47
: better forestry template migration8f37674
: better matching on forestry pages67c7a48
]v1.5.3
Compare Source
Patch Changes
ae3abe9
]v1.5.2
Compare Source
Patch Changes
40d908a
: Update error messages in Forestry migration02a555c
: Handle block aliases on forestry migration9216a5b
: Allow svg imports40d908a
]02a555c
]v1.5.1
Compare Source
Patch Changes
e731ab0
]v1.5.0
Compare Source
Minor Changes
bbae12b
: Changes Tailwind config to also search for class names within user's config and related custom componentsPatch Changes
5f01394
: Add option for specifying datalayer port5fcef56
: - Pin vite version8fc9905
: Fix main export field for @tinacms/app9a80748
: Consolidate payload transform logice37f64b
: feat: Skip blocks import, since it has some issuesfeat: Handle image gallery import
feat: Handle a nested forestry directory through --forestryPath arg
c483268
: Move --skipSDK into config property:client.skip = true
e951465
]5fcef56
]8fc9905
]9a80748
]c483268
]13b809f
]v1.4.1
Compare Source
v1.4.0
Compare Source
Minor Changes
76c984b
: Use new API endpoint in content api reqests202cd71
: Internal updates to the CLIPatch Changes
74742cb
: Add warnings for deprecated CLI commands81a2d31
: Ensure tina directory is specified on Database with new Tina config folder48011a9
: Fix issue where process.platform wasn't defined for external package. Fix issue where jsx-dev-runtime wasn't provided as an ES module from Vite in dev mode5809796
: Adds match property to collection54dd7aa
: Move branch check to a seperate check.a18474c
: Fix console warning about prettier parser not being provided3a1edd5
: Bundle the MDX package with its dependencies so we can avoid awkward import issues related to the remark ecosystem modulesa37648c
: Only stop dev process when config is invalid at the start of the command76c984b
]5809796
]e3b58c0
]54aac90
]0553035
]202cd71
]3a1edd5
]v1.3.3
Compare Source
Patch Changes
d1cf659
]v1.3.2
Compare Source
Patch Changes
b095d06
]v1.3.1
Compare Source
Patch Changes
591c6e9
: Wait for DB before checking schema.v1.3.0
Compare Source
Minor Changes
d9962ed
: rm previewSrc from imagesPatch Changes
2df7b56
: feat: import invalid forestry field names0a52978
]9c277e1
]7a3e86b
]f831dcf
]5427d03
]353899d
]01b858e
]v1.2.2
Compare Source
Patch Changes
c97ffc2
: Add schema checks to ensure the local and server schema are the same.aa02509
]892b4e3
]3b1fe23
]c97ffc2
]v1.2.1
Compare Source
Patch Changes
3bbb621
]v1.2.0
Compare Source
Minor Changes
1691474
: When markdown files fail to parse, fallback to the non-MDX parserPatch Changes
a845779
]94b8bb6
]1691474
]e15d82c
]e732906
]v1.1.0
Compare Source
Minor Changes
efd56e7
: Replace Store with AbstractLevel in Database. Update CLI to allow user to configure Database.Patch Changes
efd56e7
: Remove license headersefd56e7
]efd56e7
]50f86ca
]v1.0.9
Compare Source
Patch Changes
61f8c0e
]v1.0.8
Compare Source
Patch Changes
55f7953
: Small cli styling change on public assets in initv1.0.7
Compare Source
Patch Changes
849dc0b
: Adds more features to the forestry migration tool23942cf
: Add support for --rootPath argument in CLI commandse7c404b
: Support remote path configuration for separate content reposTina now supports serving content from a separate Git repo.
Local development workflow
To enable this during local development, point
this config at the root of the content repo.
Production workflow
For production, your config should use the
clientId
,branch
, andtoken
values that are associated with your content repo.82b22d6
: fix: don't try and show spinners in CI logsd6301e7
: Use the db status endpoint to validate credentials so that slow indexing does not cause builds to fail during indexing84fe97c
]c5a603c
]23942cf
]e7c404b
]e8776aa
]e938b9d
]b7b05d0
]4533d5d
]31dacc1
]v1.0.6
Compare Source
Patch Changes
7d41435
]3165f39
]b2952a2
]v1.0.5
Compare Source
Patch Changes
4ebc440
: Add a migration tool for forestry users7554ea3
]1a75e8c
]4ebc440
]v1.0.4
Compare Source
Patch Changes
e0f71d4
: Update the error message to include context from the server66ed145
]7495f03
]de37c9e
]v1.0.3
Compare Source
Patch Changes
f138787
]c62d2ba
]v1.0.2
Compare Source
Patch Changes
c91bc0f
: Tweak CLI styling for create-tina-app, tinacms dev, and tinacms init38438ba
]c91bc0f
]78b9668
]0b21646
]7c1425a
]c1ac4bf
]9d4943a
]v1.0.1
Compare Source
Patch Changes
08e02ec
]94a5da3
]v1.0.0
Compare Source
Major Changes
958d10c
: Tina 1.0 ReleaseMake sure you have updated to th "iframe" path: https://tina.io/blog/upgrading-to-iframe/
Patch Changes
958d10c
]v0.62.3
Compare Source
Patch Changes
f4dcf3e
]a5d6722
]231dcab
]v0.62.2
Compare Source
Patch Changes
41a0e94
: Don't compile client since we have all info needed to create client.d584012
]3370cef
]6c93834
]e720590
]v0.62.1
Compare Source
Patch Changes
a4de4fa
: Fix typo in !v0.62.0
Compare Source
Minor Changes
0fb26ac
: Updated to use new init for iframe way of editing.Patch Changes
2a03abe
: Remove console.log4b1e773
: Fix issue caused by removing client and types filefd7e4f6
]f7d3cf5
]774abcf
]245a65d
]v0.61.27
Compare Source
Patch Changes
6d06e18
]v0.61.26
Compare Source
Patch Changes
194123d
: Update error message97f0b64
: Add raw editor support for static mode. Use~
for preview path.660dc62
: Show a deperecated notification for old schema file usagev0.61.25
Compare Source
Patch Changes
ec73f1e
: Check config.ts/config.tsx additionally for usingTs15f7c18
]c4f9607
]v0.61.24
Compare Source
Patch Changes
009fe31
: Reorganize @tinacms/app so that it runs a local install in the working directory to ensure consistent dependencies03aa3e0
: Remove the use of ESM package, which allowed CJS scripts to run as ES modules. This was initially used for yarn pnp support but is no longer necessary.009fe31
]2f6a359
]v0.61.23
Compare Source
Patch Changes
2422e50
: Removed styled-components as a dependency in tinacms.Removed deprecated react-toolbar in @tinacms/toolkit.
2422e50
]v0.61.22
Compare Source
Patch Changes
005e1d6
]ce6c1cc
]v0.61.21
Compare Source
Patch Changes
97225d5
: Exit tinacms init when there's an error with dependency installfce51dd
: Remove extra space in tina init console.logb1a357f
]v0.61.20
Compare Source
Patch Changes
c6e3bd3
]v0.61.19
Compare Source
Patch Changes
802381a
: Fix an issue where npm init didn't get awaited during initv0.61.18
Compare Source
Patch Changes
183249b
]8060d09
]v0.61.17
Compare Source
Patch Changes
v0.61.16
Compare Source
Patch Changes
a4a8297
: Remove styled-components from static installv0.61.15
Compare Source
Patch Changes
v0.61.14
Compare Source
Patch Changes
f581f26
: Add --static option fortina init
c06b6a2
: fix: Don't run subprocess if main process fails with occupied port47f9908
: Do not require a schema file when a config is provided.64c40e6
: change hardcoded content api url to be dynamic2444cf0
: - Makes cli checks the error message clearerf3439ea
: Replace loading message and hide forms while loading.48032e2
: Use tinaio url config override in the client4efe312
: Include error message in file failed upload modelf581f26
]e5da05a
]0513ae4
]7ae1b06
]f3439ea
]48032e2
]6e137ea
]v0.61.13
Compare Source
Patch Changes
9183157
: This allows us to use a leanerdefine
function for the standalone config. Right now we're balancing a lot on thedefineSchema/defineConfig
types and have a few overlapping things likeclient
, which accepts both an optional object withreferenceDepth
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 generatedclient
.4adf126
: Add support for experimental iframe modeUpdated dependencies [
9183157
]Updated dependencies [
4adf126
]Updated dependencies [
f8b8937
]v0.61.12
Compare Source
Patch Changes
87369d3
]v0.61.11
Compare Source
Patch Changes
777b1e0
]v0.61.10
Compare Source
Patch Changes
75b9a1b
: enhancement: Don't build client on tinacms audit10cce31
: fix: surface errors from type-gen9e5da31
: Add router to default schema098102a
: fix: exit with error with tina schema build fails75b9a1b
]59ff1bb
]232ae6d
]fd4d8c8
]9e5da31
][`v0.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.