PREVIEW: Upcoming App Connect Performance Update

Does it send a previous value or no value at all to the server connect?

Perhaps you can inspect the request being send with the old and new app connect and check for the difference. Does the value show correctly when you use it in a databinding on the page?

It does not send any value. Only sql query was prepared to list all results if no value is sent .

sql query

if you need I can send a sample codes…

You can send me the code in a private message

New update, get the update by downloading the file from the topic again.

  • Fixed text nodes not parsing correctly
  • Fixed properties not updating on some components
  • Improved repeater
2 Likes

Has this been fixed? Anything filtered by a dropmenu (select) is not rendering until the select is clicked on.

Not sure if this has to do with this update though as I have reverted back to the live build of the js file and am still experiencing this since 4.6.2.

/*!
 DMXzone App Connect
 Version: 1.12.3
 (c) 2022 DMXzone.com
 @build 2022-02-23 14:11:42
 */

Well I did have 6 months ago... but I re-wrote everything to use MySQL views and reduce App Connect to just displaying info it was given from Server Connect rather than working out complex stuff on the client side...

3 Likes

New update, get the update by downloading the file from the topic again.

  • Fixed issue with repeater not rendering
  • Optimized more code
  • Removed several polyfills that where needed for IE

returned too many issue on table list …

Do you have @build 2022-03-02 13:44:36?

yes @patrick , I have

Do you get errors in the console or rendering issues?

I caught a similar problem there now.

@build 2022-03-02 13:44:36

@build 2022-03-01 16:14:59

The data in the table is not visible. I can send you sample codes if you want.

yes i got some errors. I’m sending you a private message.

@patrick

Using @build 2022-03-02 13:44:36

This condition does not evaluate to true:

<section id="all_recipe_view" is="dmx-if" dmx-bind:condition="meal_plan.data.meal_plan.type == 'recipes_list' && !current_tenant.data.settings.use_meal_types">

Despite these values being correct:

Screen Shot 2022-03-02 at 8.10.54 AM

Reverting to @build 2022-02-28 17:27:31 solves the issue

The conditional component bug is known and fixed, I’ve updated the file.

New update, repeater and conditional component are updated to update their children faster.

2 Likes

Love it when kids update as fast as possible. They can be real dumb at times

1 Like

Wandavision had updated children every other episode.

I was going to say that I'm too young to know what WandaVision is...

image

I'm afraid I'm too old to say that in this case

4 Likes

Just a heads up to all testers of the new App Connect - all updates are now available in the extensions beta channel.

You can also easily switch back to the stable channel, so no need for backups and manual replacements. It is all done now in the Projects Assets Updater, see:

4 Likes