Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes #6795

Merged
merged 309 commits into from
Nov 20, 2024
Merged

Changes #6795

merged 309 commits into from
Nov 20, 2024

Conversation

distantnative
Copy link
Member

@distantnative distantnative commented Nov 14, 2024

Known problems

  • content.js: watcher for api endpoint changes calls save request on initial load (should be avoided) and when the API endpoint has already changed
    • the save request goes to the new model, not the old one that it actually applies to
  • FormControls: fix error for preview prop type #6796

Todo

Changelog (in the making)

Features

  • Unsaved changes are stored as changes version on the server
  • Preview Panel view for changes version

Breaking changes

  • All lock routes have been removed
  • Removed Vuex and this.$store
  • Removed k-form-buttons

distantnative and others added 30 commits October 4, 2024 16:01
Co-authored-by: Nico Hoffmann  ෴. <me@nhoffmann.com>
Use new changes cache instead of the changes field in the site.txt
# Conflicts:
#	panel/package-lock.json
#	panel/src/components/Views/Users/UserAvatar.vue
#	panel/src/components/Views/Users/UserProfile.vue
#	panel/src/components/Views/Users/UserView.vue
#	src/Panel/User.php
@bastianallgeier bastianallgeier added this to the 5.0.0-alpha.4 milestone Nov 15, 2024
@bastianallgeier bastianallgeier marked this pull request as ready for review November 20, 2024 08:56
@bastianallgeier bastianallgeier merged commit a13ae75 into v5/develop Nov 20, 2024
13 checks passed
@bastianallgeier bastianallgeier deleted the v5/changes/develop branch November 20, 2024 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants