Skip to content

Releases: atom-community/babel-preset-atomic

v5.0.0

Choose a tag to compare

@aminya aminya released this 02 Jul 07:16

Breaking Change

To configure the plugin for an older Electron, you can pass the electron target. See the example in the readme

{
  "presets": [
    [
      "babel-preset-atomic",
      {
        "targets": {
          "electron": 9
        }
      }
    ]
  ]
}

Full Changelog: v4.4.0...v5.0.0

v4.4.0

Choose a tag to compare

@aminya aminya released this 30 Jun 08:16

What's Changed

  • feat: convert to TypeScript and update dependencies by @aminya in #59
  • fix(deps): update dependencies in #49

Full Changelog: v4.3.0...v4.4.0

v4.3.0

Choose a tag to compare

@aminya aminya released this 30 Jun 08:17

What's Changed

  • fix: set loose: true for plugin-proposal-private-property-in-object by @icecream17 in #38
  • fix: update dependencies by @aminya in #42

New Contributors

Full Changelog: v4.2.1...v4.3.0

v4.2.1

Choose a tag to compare

@aminya aminya released this 04 Nov 08:20

Full Changelog: v4.2.0...v4.2.1

v4.2.0

Choose a tag to compare

@aminya aminya released this 16 Jul 00:43
  • fix: update dependencies

v4.1.0

Choose a tag to compare

@aminya aminya released this 04 Apr 04:32
  • Include @babel/core and @babel/cli as dependencies to prevent the need for a separate installation
  • Improve readme

v4.0.0

Choose a tag to compare

@aminya aminya released this 31 Mar 16:38
  • feat: target electron 6

BREAKING CHANGE:

  • targeting electron 5 requires manually providing targets options

v3.2.1

Choose a tag to compare

@aminya aminya released this 31 Mar 16:35
  • feat: possibility of providing an object for react/flow/typescript plugins

v3.1.0

Choose a tag to compare

@aminya aminya released this 31 Mar 16:09

Add TypeScript transformer

v3.0.4

Choose a tag to compare

@aminya aminya released this 29 Mar 20:31

Update dependencies