@webflow/webflow-cli 1.18.0 → 1.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @webflow/webflow-cli
2
2
 
3
+ ## 1.19.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5567029: Add `webflow devlink export` — generate a static, self-contained DevLink bundle of your Webflow components as local React code that runs without a build-time connection to Webflow.
8
+
9
+ - Filter what to export with `components` / `componentGroups` regex patterns in `webflow.json`.
10
+ - TypeScript or JavaScript output, auto-detected from your project (override via `ts`).
11
+ - Optional CSS style isolation (`cssScopes`)
12
+ - Configurable output location with `rootDir`, and rewrite link targets via `relativeHrefRoot` (string prefix or `false` to keep absolute URLs) to fit any project layout.
13
+ - Authenticate via OAuth (interactive) or `WEBFLOW_API_TOKEN` / `--api-token` for CI; target a site with `--site` or the manifest.
14
+
15
+ ### Patch Changes
16
+
17
+ - 4b1a858: Make code library selection searchable and sorted.
18
+
3
19
  ## 1.18.0
4
20
 
5
21
  ### Minor Changes