Future browser version support

Hi,

What is WebIX position on supporting future browser versions? In other words - if I get the current version of WebIX, 2 years from now there are new browser versions, and for one reason or another I do not want to get the latest WebIX version (let’s say I do not want to retest my product) - will the app still work on newer browsers?

Webix doesn’t use a direct browser detection strategy. It uses feature detection approach, which means it check is feature supported by a browser or not. As a result, old versions of the library most probably will work with the updated browsers without any modifications.

For example, support of oncoming Microsoft Edge browser doesn’t require any special modification in the codebase.