Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions packages/ext-react-classic/dist/common/reactize.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
import _extends from "@babel/runtime/helpers/extends";
import _createClass from "@babel/runtime/helpers/createClass";
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
import _inheritsLoose from "@babel/runtime/helpers/inheritsLoose";

function _createSuper(Derived) { return function () { var Super = _getPrototypeOf(Derived), result; if (_isNativeReflectConstruct()) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }

function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }

import React from 'react';
import ReactDOM from 'react-dom';
import { doReactXTemplate } from '../overrides/ReactXTemplate';
Expand Down Expand Up @@ -36,8 +29,6 @@ export default function (CustomElement) {
var ReactComponent = /*#__PURE__*/function (_React$Component) {
_inheritsLoose(ReactComponent, _React$Component);

var _super = _createSuper(ReactComponent);

function ReactComponent(props) {
var _this;

Expand Down
8 changes: 4 additions & 4 deletions packages/ext-react-classic/ext-react-classic.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions packages/ext-react-classic/guides/WHATS_NEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

### What's new in version 7.2.0

- new npm package for runtime
- @sencha/ext-classic-runtime
- @sencha/ext-material-runtime

- support for Ext JS 7.2

### What's new in version 7.1

#### separate modern and classic packages
Expand Down
9 changes: 0 additions & 9 deletions packages/ext-react-modern/dist/common/reactize.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
import _extends from "@babel/runtime/helpers/extends";
import _createClass from "@babel/runtime/helpers/createClass";
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
import _inheritsLoose from "@babel/runtime/helpers/inheritsLoose";

function _createSuper(Derived) { return function () { var Super = _getPrototypeOf(Derived), result; if (_isNativeReflectConstruct()) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }

function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }

import React from 'react';
import ReactDOM from 'react-dom';
import { doReactXTemplate } from '../overrides/ReactXTemplate';
Expand Down Expand Up @@ -36,8 +29,6 @@ export default function (CustomElement) {
var ReactComponent = /*#__PURE__*/function (_React$Component) {
_inheritsLoose(ReactComponent, _React$Component);

var _super = _createSuper(ReactComponent);

function ReactComponent(props) {
var _this;

Expand Down
8 changes: 4 additions & 4 deletions packages/ext-react-modern/ext-react-classic.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions packages/ext-react-modern/guides/WHATS_NEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

### What's new in version 7.2.0

- new npm package for runtime
- @sencha/ext-classic-runtime
- @sencha/ext-material-runtime

- support for Ext JS 7.2

### What's new in version 7.1

#### separate modern and classic packages
Expand Down