cgb-extjs-gwt / sonicle-extjs-extensions

Sonicle extensions to the Ext JS library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sonicle Ext JS Extensions

License

Version numbers explained

Starting from the introduction of ExtJS 7.5, versioning logic has been reset and Sencha's numbering support inside this package version has been dropped. Since that this package is not part of any online repository, this change should not create any side effects.

New scheme now uses 3 digits separated by a dot: MAJOR.MINOR.PATCH

So, given a number like the above, we will increment the:

  1. MAJOR version when the ExtJS framework version changes, operation that potentially introduces incompatible changes. Each MAJOR version will be always mapped to a single version of ExtJS framework (see mapping table).
  2. MINOR version when functionality are added to this package, typically during main development.
  3. PATCH version when fixes are applied to this package, typically during bug-fixing releases.

License

This is Open Source software released under AGPLv3

About

Sonicle extensions to the Ext JS library

License:Other


Languages

Language:JavaScript 97.1%Language:SCSS 2.9%Language:Ruby 0.0%