Releases: wordpress-mobile/GutenbergKit
Releases · wordpress-mobile/GutenbergKit
0.13.1
What's Changed
- fix: Skip post preloading for non-positive post IDs by @dcalhoun in #293
- refactor: Reinstate resolved demo app Swift packages by @dcalhoun in #300
- docs: Add PR guidelines to CLAUDE.md by @dcalhoun in #304
- test: Fix test failures and reduce noise by @dcalhoun in #303
- fix: Editor preloading survives blocked asset downloads by @dcalhoun in #305
- fix: Ensure EditorAssetBundleProvider always replies to JavaScript by @dcalhoun in #294
- fix: Fetch uncached assets from remote server by @dcalhoun in #301
Full Changelog: v0.13.0...v0.13.1
0.13.0
What's Changed
- build(deps): Bump preact from 10.28.0 to 10.28.2 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #276
- build(deps-dev): Bump @wordpress/eslint-plugin from 22.22.0 to 24.0.0 by @dependabot[bot] in #286
- Add Android Preload List by @jkmassel in #260
- test: Mock
@wordpressmodules throwing import errors by @dcalhoun in #290 - build(deps): Bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #289
- build(deps): Bump lodash from 4.17.21 to 4.17.23 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #291
- feat: Recover content on WebView refresh via pull model by @dcalhoun in #283
Full Changelog: v0.12.1...v0.13.0
0.12.1
What's Changed
- build(deps): Bump @wordpress/preferences-persistence from 2.36.0 to 2.38.0 by @dependabot[bot] in #287
- build(deps-dev): Bump @wordpress/prettier-config from 4.36.0 to 4.38.0 by @dependabot[bot] in #284
- Add custom user agent to GutenbergKit WebViews (CMM-982) by @Copilot in #255
- task: Make targets reuse JavaScript builds by @dcalhoun in #265
- fix: Improve preloading robustness by @jkmassel in #288
New Contributors
- @Copilot made their first contribution in #255
Full Changelog: v0.12.0...v0.12.1
0.12.0
What's Changed
- Add support for Editor Settings by @kean in #232
- Faster and more robust editor asset management by @kean in #233
- Remove unused setup method by @kean in #244
- Add editorSettingsEndpoint to EditorConfiguration by @kean in #245
- Disable cookies in EditorService by @kean in #246
- Fix compilation on macos by @jkmassel in #248
- build: Upgrade dependencies by @dcalhoun in #247
- task: Log plugin load and editor initialization failures by @dcalhoun in #249
- ci: Enable Dependabot for
npmdependencies by @dcalhoun in #251 - Update to Swift 6 by @jkmassel in #252
- build(deps-dev): Bump eslint-plugin-react-refresh from 0.4.24 to 0.4.25 by @dependabot[bot] in #256
- build(deps-dev): Bump vite from 7.2.7 to 7.3.0 by @dependabot[bot] in #257
- build(deps-dev): Bump @testing-library/react from 16.3.0 to 16.3.1 by @dependabot[bot] in #258
- build(deps-dev): Bump sass-embedded from 1.93.3 to 1.96.0 by @dependabot[bot] in #259
- Add iOS Preload List by @jkmassel in #250
- Add iOS Preload Tests by @jkmassel in #253
- ci: Add Claude code review by @dcalhoun in #254
- ci: Fix Claude action PR number by @dcalhoun in #263
- Don’t send cookies with requests by @jkmassel in #261
- build(deps): Bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #262
- Fix flaky iOS test by @jkmassel in #264
- build(deps-dev): Bump vitest from 4.0.15 to 4.0.16 by @dependabot[bot] in #266
- build(deps-dev): Bump sass-embedded from 1.96.0 to 1.97.1 by @dependabot[bot] in #267
- build(deps-dev): Bump eslint-plugin-react-refresh from 0.4.25 to 0.4.26 by @dependabot[bot] in #268
- build(deps-dev): Bump jsdom from 27.3.0 to 27.4.0 by @dependabot[bot] in #269
- build(deps-dev): Bump qs from 6.14.0 to 6.14.1 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #272
- build(deps): Bump @wordpress/block-editor from 15.9.0 to 15.10.0 by @dependabot[bot] in #270
- docs: Expand and organize documentation by @dcalhoun in #273
- fix: Android demo app fills viewport by @dcalhoun in #275
- fix: Toggle the code editor in the iOS Demo app by @dcalhoun in #274
- build(deps-dev): Bump vitest from 4.0.16 to 4.0.17 by @dependabot[bot] in #280
- build(deps-dev): Bump vite from 7.3.0 to 7.3.1 by @dependabot[bot] in #281
Full Changelog: v0.11.1...v0.12.0
0.11.1
0.11.0
What's Changed
- task: Improve demo app consistency by @dcalhoun in #226
- fix: Incorrect media attachment position by @dcalhoun in #227
- Add native navigation bar overlay so modals better fit in by @kean in #228
- fix: Inline inserter opens native inserter by @dcalhoun in #230
- task: Integrate the React Developer Tools by @dcalhoun in #231
- task: Update project configuration, scripts, and documentation by @dcalhoun in #229
- task: Improve Makefile by @dcalhoun in #237
- refactor: Improve code quality by @dcalhoun in #239
- task: Capture bridge message decoding failure details by @dcalhoun in #240
- task: Expand error reporting by @dcalhoun in #234
- refactor: Organize editor setup by @dcalhoun in #242
- task: Log network activity by @dcalhoun in #238
Full Changelog: v0.10.2...v0.11.0
0.10.2
0.10.1
0.10.0
What's Changed
- Remove unused code by @kean in #190
- Increase deployment target to iOS 17 by @kean in #189
- feat: Demo app navigates history state by @dcalhoun in #187
- feat: Demo editor toggles code editor mode by @dcalhoun in #188
- Add EditorViewModel by @kean in #192
- feature: Auto-focus when creating a new post by @kean in #191
- task: Improve local development server support by @dcalhoun in #195
- feat: Modernize Android demo app by @dcalhoun in #194
- Add block inserter flag and initial infrastructure by @kean in #193
- task: iOS demo app discovers remote editors by @dcalhoun in #197
- fix: Defer remote editor references to
@wordpressmodules by @dcalhoun in #198 - Add basic block inserter features: grid, search, icons, ordering by @kean in #196
- Remove unused AnyDecodable by @kean in #200
- Add infrastructure for injecting media pickers by @kean in #201
- Refactor Sample App and Logging by @jkmassel in #202
- Native Inserter: Implement block insertion by @kean in #199
- Native Inserter: Fix SVG rendering by @kean in #205
- Native Inserter: Add initial Photos integration by @kean in #203
- Remove unused EditorNetworking by @kean in #208
- test: Prevent log noise in results by @dcalhoun in #211
- feat: Enable image resizing on mobile devices by @dcalhoun in #213
- feat: Block toolbar indicates scrollable area by @dcalhoun in #214
- Native Inserter: Add inline compact PhotosPicker by @kean in #212
- Native Inserter: Show as popover on iPad by @kean in #215
- Native Inserter: Patterns by @kean in #207
- fix: Display drag-and-drop indicator by @dcalhoun in #217
- feat: Bundled editor supports plugins by @dcalhoun in #209
- feat: Improve editor load resiliency by @dcalhoun in #222
- Native Inserter: Apply theme styles for pattern previews by @kean in #218
- Native Inserter: Private pattern categories and localizable titles by @kean in #219
- Native Inserter: Poor man internationalization by @kean in #220
- Native Inserter: Add support for inserting existing site media by @kean in #221
Full Changelog: v0.9.0...v0.10.0