Skip to content

Releases: atom-community/babel-preset-atomic

v5.0.0

02 Jul 07:16
Compare
Choose a tag to compare

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

30 Jun 08:16
Compare
Choose a tag to compare

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

30 Jun 08:17
Compare
Choose a tag to compare

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

04 Nov 08:20
Compare
Choose a tag to compare

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

v4.2.0

16 Jul 00:43
Compare
Choose a tag to compare
  • fix: update dependencies

v4.1.0

04 Apr 04:32
Compare
Choose a tag to compare
  • Include @babel/core and @babel/cli as dependencies to prevent the need for a separate installation
  • Improve readme

v4.0.0

31 Mar 16:38
Compare
Choose a tag to compare
  • feat: target electron 6

BREAKING CHANGE:

  • targeting electron 5 requires manually providing targets options

v3.2.1

31 Mar 16:35
Compare
Choose a tag to compare
  • feat: possibility of providing an object for react/flow/typescript plugins

v3.1.0

31 Mar 16:09
Compare
Choose a tag to compare

Add TypeScript transformer

v3.0.4

29 Mar 20:31
Compare
Choose a tag to compare

Update dependencies