- Added an `ignoreKeys` option in the `mergeOptions` function of `pinia-history.js` to specify keys that should be excluded from history tracking, improving the plugin's flexibility. - Introduced a new `filterState` function to filter out ignored keys from the state object, ensuring that only relevant state changes are tracked. - Updated the history management logic to utilize the filtered state, enhancing the accuracy of undo/redo functionality. - Modified the `working_form.js` store to include default ignored keys for history tracking, streamlining the configuration process. These changes aim to improve the usability and performance of the Pinia history plugin by allowing developers to customize which state properties are tracked, thereby reducing unnecessary history entries. |
||
|---|---|---|
| .. | ||
| 0.error-handler.client.js | ||
| amplitude.js | ||
| crisp.client.js | ||
| featureFlags.js | ||
| gtm.client.js | ||
| pinia-history.js | ||
| vue-confetti.client.js | ||