Skip to content

Latest commit

 

History

History
266 lines (165 loc) · 20.5 KB

CHANGELOG.md

File metadata and controls

266 lines (165 loc) · 20.5 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.23.1 (2023-12-27)

1.23.0 (2023-12-23)

⚡️ Features

1.22.2 (2023-12-09)

⚡️ Features

  • import-v2: Import media of components (131294b)

🧪 Tests

🧹 Chores

  • settings: Match latest vscode version (cc8a328)

1.22.1 (2023-11-30)

🧹 Chores

🐞 Bug Fixes

  • import-v2: Import media files once (f0a4518)

1.22.0 (2023-11-26)

🐞 Bug Fixes

🧪 Tests

  • config: Define global strapi for ts (de75c22)
  • import: Set restaurant name unique (99f1221)
  • import: Setup import file (b3e14bb)
  • import: Test update data (8b47c9f)

🧹 Chores

1.19.1 (2023-04-25)

🧹 Chores

🐞 Bug Fixes

  • import-v2: Ignore slugs with no associated schema (c6efb54)

1.19.0 (2023-04-22)

🧪 Tests

  • import: Remove irrelevant tests (ef0f97a)
  • package.json: Update dependencies (fb89c4e)

🧹 Chores

  • .nvmrc: Use lowest acceptable node version (d1f43f1)
  • Clean project before rebuild (bdf5d8d)
  • github: Run CI for pull request (b66bb6d)
  • github: Update CI (099880d)
  • jest: Increase test timeout (f68c45a)
  • Lint project (47eec1c)
  • package.json: Build lib before publishing (f30d054)
  • package.json: Update scripts (29e3334)
  • parsers.js: Delete file (96438b1)
  • Remove and ignore build folders (f5b649a)
  • Setup nodemon to hot rebuild (982841f)
  • Setup typescript for server (375a341)
  • Switch to yarn (4531386)
  • test: Tweak config to debugging (de4300a)
  • tsconfig: Update module import (69cd79b)
  • vscode: Recommend extensions (d5fb201)

🐞 Bug Fixes

  • export-v2: Export selected slugs (a9482bd)
  • export-v2: Filter out ids using attribute slug (4e6e4e7)
  • export-v2: Remove duplicated components in dynamic zones (eb7ce26)
  • gitignore: Ignore only folders at project root (8a172ab)
  • HomePage: Display alerts (8b55716)
  • import-data: Check content permissions when import whole database (c5c8727)
  • import-v2: Import components and dynamic zones for not localized content types (378a7e3)
  • import: fallback to any when media field is missing allowedTypes (0cce657)
  • package: Only clean build folders on publish (97e84cb)
  • tests: Comment date tests temporarily for CI (6f5128c)
  • tests: Reset auto increment sequence (6ca9fbb)

🛠 Refacto

  • export-v2: Move to ts (69e86a5)
  • import-v2: Map file ids to database ids (e0b9383)
  • import-v2: Move to ts (f492927)
  • ImportEditor: Translate component (52b0303)
  • models: Move to ts (c9dadef)
  • test: Rename test files (5e9f695)

⚡️ Features

  • get-model-attributes: Add id field as option (e0eabbd)
  • i18n: Shorten translation (abfbba3)
  • import-data: Support jso format (e4774fe)
  • import-v2: Import components and dynamic zones (d93961d)
  • import-v2: Improve error understanding (a9d576a)
  • import-v2: Support different id field per collection (5c7da99)
  • import-v2: Support partial import for components and dynamic zones (40fd687)
  • ImportModal: Add code editor as data source (d4347d4)
  • README: Explain use of idField per collection (6222f5b)
  • README: Improve (560d06a)
  • README: Update illustration (396b9cb)

1.18.1 (2023-04-02)

🐞 Bug Fixes

  • back to node-fetch v2 (aa018cc)
  • import: change deprecated request by node-fetch module (f1e63bb)

🛠 Refacto

  • tests: Move tests to specs folder (6f0f85c)

🧹 Chores

  • .versionrc.json: Update commit keyword (e7e35af)
  • package-lock.json: Fix dependencies vulnerabilities (d9bd8bc)

1.18.0 (2022-11-05)

⚡️ Features

  • admin: Display plugin homepage (75b2569)
  • export-v2: Export whole database (31e706a)
  • HomePage: Add help section (fa08af1)
  • HomePage: Setup basic layout (022b363)

🧪 Tests

  • export-v2: Should export whole database (7cab210)

🧹 Chores

  • CHANGELOG.md: Lint (cc77582)
  • doc: Explain how to export whole database and setup preferences (045c17b)
  • doc: Udpdate known limitations section (e0e95ff)
  • eslint: Sort imports (140ac0e)
  • husky: Send back to APA (efbb795)
  • Lint project (d4bd0a9)

🛠 Refacto

  • ExportModal: Use preferences (074e19f)
  • useSlug: Get model slug only on collection and single type pages (323de8d)

1.17.3 (2022-10-30)

🧹 Chores

🧪 Tests

  • export-v2: Should export components for simple single and collection types (c1e4528)
  • Generate unique data (22a26e5)
  • import-v2: Should create or update standalone components (97fb6b1)
  • import-v2: Should set components for simple single and collection types (372f1e4)
  • strapi: Cleanup components (b86edaa)

🐞 Bug Fixes

  • export-v2: Export components for simple single and collection types (c954791)
  • import-v2: Set components for simple single and collection types (366461f)

1.17.2 (2022-10-30)

🧹 Chores

  • package-lock.json: Update node engine (1dfff19)

🐞 Bug Fixes

  • import-v2: Import collection types localized (4a2c913)

🛠 Refacto

  • import: Factorize slug in tests (0edbccb)

🧪 Tests

  • collection-type: Should create localized collection type (efa58f5)
  • export-v2: Should export collection type localized (454e2d3)
  • import-v2: Should import collection type localized (32f552a)
  • import-v2: Should update partially single types localized (4618509)

1.17.1 (2022-10-28)

⚡️ Features

  • package.json: Enable plugin for node 18 (eb532cf)

🧪 Tests

  • import-v2: Test partial update of collection type (3a2e8b3)

🐞 Bug Fixes

  • import-v2: Sync primary key sequence for postgres database (5220b64)

🛠 Refacto

  • import-v2: Find collection type entry before update (ff6ef95)
  • import-v2: Remove id field for single type (0070693)

🧹 Chores

  • README.md: Add section about known limitations (2fcfeae)

1.17.0 (2022-10-27)

🧹 Chores

  • package: Add standard version (24739b1)
  • test: Load strapi plugins (f43609b)

⚡️ Features

  • ExportModal: Mark csv export as deprecated (fbc64db)
  • test: Setup database before tests (931566d)

🐞 Bug Fixes

  • export-v2: Export single type localized (09dc3cc)
  • import-v2: Import single type (35b54c5)

🧪 Tests

  • export-v2: Test export localizations of single type localized (da8c434)
  • export-v2: Test export of single type localized (0fd1b9e)
  • import-v2: Test import of single type (6092b67)
  • import: Comment limitation about single type localized (a5576c1)