Try Upgrade Adviser – Scan Your Ext JS Codebase for V8 App Upgrade

New! Try dark mode

Announcing Ext JS Upgrade Adviser GA

June 10, 2019 1613 Views

Get a summary of this article:

Show

Ext JS Upgrade Adviser 1.0 Release

We are excited to announce the release of Ext JS Upgrade Adviser 1.0. Ext JS Upgrade Adviser scans your Ext JS 4.x and 5.x applications and reports problems in the source code that need to be addressed before upgrading to a later Ext JS version (6.x). Ext JS Upgrade Adviser includes:

  • Ext JS ESLint Plugin that can be run on an Ext JS application from the command line or integrated with an IDE such as Visual Studio Code
  • Ext JS ESLint Plugin provides ESlint rules that will help you identify the use of removed, private and deprecated classes, methods, configs and properties​ and the overriding of existing aliases, classes and methods
  • Ext JS ESLint Plugin provides the options to auto fix certain identified problems
  • A desktop application is provided to visually see the results of the scan as well as the affected source code
  • Support for both Classic and Modern

Benefits of Upgrading to Ext JS 6.x

Ext JS 6.x supports universal applications targeting desktops, tablets, and smartphones, using a single codebase. We introduced a number of new components in Ext JS 6.x – Pivot Grid, Calendar, D3, enhanced exporter. In addition to these new components, we have made grid enhancements including row body widgets, accessibility improvements with ARIA functionality in the core and new Graphite accessible theme. Ext JS npm packages, ExtGen and ExtBuild are available with Ext JS 6.x/

Try Ext JS Upgrade Adviser

Recommended Articles

Creating a Mobile Application with Ext JS and Capacitor

Introduction Modern mobile applications demand rich user experiences, cross-platform compatibility, and rapid development cycles. In this document, you will learn how Ext JS and Capacitor…

Understanding Frontend Framework Performance Benchmarks: What Really Matters?

Front-end framework performance is one of the most discussed—and most misunderstood—topics in web development. Teams often compare frameworks using benchmark charts, demo apps, synthetic tests,…

Building Real-Time Dashboards with WebSockets and Frontend Frameworks

Real-time dashboards have become essential in industries where users need instant visibility into changing data. Whether monitoring financial transactions, logistics operations, industrial systems, application health,…

Front-End Frameworks Compared in 2026: Performance, Use Cases, and Trade-offs

Front-end framework selection in 2026 centers on three critical decisions: complete platform versus ecosystem assembly, performance at enterprise scale, and long-term maintenance costs. Ext JS…

The Ultimate Guide to JavaScript ES6+ Features You Must Know

JavaScript has evolved dramatically over the years, and ES6+ marks one of the most important leaps in how developers write modern applications using a modern…

Enhancing Component Logic: A Developer’s Guide to Ext JS Plugins

In the world of Ext JS, reusability is king. While subclassing a component is a common approach to extend functionality, it often leads to rigid…

View More