I have a Framework7 project created prior to 3.8.3 but since this release, including 3.9.1, each time I open the project and save it (even if the only change is editing 1 character) I get these issues in Wappler and in the local preview in Chrome or Edge:
1) F7 icons have vanished.
Why has Wappler made all my chosen icons disappear in the app? There's just a blank space where they use to be. I notice Wappler is showing a different set of icons when I search through its list. Also the cog icon previously called "settings" is no longer in the list. Very odd.
2) Javascript error: "TypeError: this.getProps is not a function"
I believe this is originating from Framework7. I have not changed any of my code or files since it worked perfectly prior to 3.8.3, so Wappler must have updated some js files somewhere within my project that aren't compatible with previous F7 code.
BaseComponent.js:38 TypeError: this.getProps is not a function
at f7Messages.js:79
at Object.ready (f7.js:32)
at n.render (f7Messages.js:76)
at n.constructor (BaseComponent.js:21)
at n (appConnect.js:530)
at n.e.hasOwnProperty.e.constructor (appConnect.js:560)
at new n (appConnect.js:530)
at n.$addChild (BaseComponent.js:218)
at n. (BaseComponent.js:293)
at Object.walk (dom.js:180)
If I restore a backup of my www folder it works correctly when viewed in a browser. But each time I open it in Wappler 3.8.3 (and now 3.9.1) it re-writes something (code or files) and I get both the above issues when I view it in a browser. So until there's a solution I can no longer use Wappler unless there's a way to down grade it to 3.8.1 maybe.
I think Wappler needs to warn users before updating any pre-existing js libraries or code if it's not going to be compatible with an existing project. I read Wappler's "What's New" with each release and didn't see anything about updates not being compatible with existing projects. So this must be a bug?
Wappler Version : 3.9.1 (started in 3.8.3)
Operating System : Windows 10 20H2
Server Model: (none) F7, Cordova
Database Type: None
Hosting Type: Local / IIS
TypeError: this.getProps is not a function
at f7Messages.js:79
at Object.ready (f7.js:32)
at n.render (f7Messages.js:76)
at n.constructor (BaseComponent.js:21)
at n (appConnect.js:530)
at n.e.hasOwnProperty.e.constructor (appConnect.js:560)
at new n (appConnect.js:530)
at n.$addChild (BaseComponent.js:218)
at n.<anonymous> (BaseComponent.js:293)
at Object.walk (dom.js:180)
BaseComponent.js:38 TypeError: Cannot read property 'scrollTop' of undefined
at t.scroll (0:28928)
at t.init (0:28948)
at new t (0:28518)
at Object.create (0:3263)
at f7Messages.js:77
at Object.ready (f7.js:32)
at n.render (f7Messages.js:76)
at n.constructor (BaseComponent.js:21)
at n (appConnect.js:530)
at n.e.hasOwnProperty.e.constructor (appConnect.js:560)
BaseComponent.js:38 TypeError: Cannot read property 'scrollTop' of undefined
at t.scroll (0:28928)
at t.init (0:28948)
at new t (0:28518)
at Object.create (0:3263)
at f7Toggle.js:50
at Object.ready (f7Toggle.js:50)
at n.render (f7Toggle.js:50)
at n.constructor (BaseComponent.js:21)
at n (appConnect.js:530)
at n.e.hasOwnProperty.e.constructor (appConnect.js:560)