Skip to content

Latest commit

 

History

History
363 lines (181 loc) · 17.4 KB

CHANGELOG.md

File metadata and controls

363 lines (181 loc) · 17.4 KB

3.1.0 (2023-10-30)

Features

  • alloy checkbox when creating a new project (#682) (c1805fd)

3.0.6 (2023-08-24)

Bug Fixes

  • run npm audit to resolve audit warnings (a6f9186)

3.0.5 (2023-03-08)

Bug Fixes

  • commands: rename command prefix to titanium (#675) (c3442c4)

3.0.1 (2022-10-12)

Bug Fixes

3.0.0 (2022-03-02)

Code Refactoring

  • cleanup code relating to appc commands and migrate to only ti (d3ca4c8)
  • remove login requirement and related code (1248617)

BREAKING CHANGES

  • removes the ability to use the Appc CLI
  • removes the ability to login

2.3.0 (2021-10-27)

Bug Fixes

  • toolbar: correct default platform on mac (6308885)

Features

  • support storing the last selected target for an app project (ee3f426)

2.2.0 (2021-06-22)

Bug Fixes

  • completions: guard against undefined when check for events (654a217), closes #136
  • check for existence of toolbar before performing target setup (8004fbe), closes #253

Features

  • console: allow positioning console anywhere in the atom window (8dba020), closes #134
  • ios: support outputting to xcode when performing a dist-appstore build (06420e7), closes #85
  • toolbar: add clean button to toolbar (cfa1f97), closes #161

2.1.1 (2021-06-15)

Bug Fixes

  • touchbar: adapt to new touchbar API (37abfed)

2.1.0 (2021-06-14)

Bug Fixes

  • toolbar: correct usage of open dialog on keystore selection (bbcd086)
  • updates: update editor commons to fix passing of error metadata (f18b43d)

Features

  • toolbar: update liveview icon to better distinguish states (4ccc3d0), closes #306
  • persist build information (760ad5d)

2.0.4 (2021-06-08)

Bug Fixes

  • updates: ensure updates always has an eempty error to prevent errors (9e58fd1)
  • update editor-commons to fix issue when pulling latest npm version (b94d4d2)

2.0.3 (2021-06-03)

Bug Fixes

  • update editor-commons to fix issue when detecting environment (b118468)

2.0.2 (2021-06-02)

Bug Fixes

  • updates: select Titanium SDK after installing it (b57a36e)

2.0.1 (2021-04-19)

Bug Fixes

2.0.0 (2021-04-19)

Bug Fixes

  • new: adapt to new electron dialog api (f95247a)

  • new: use correct subcommand for creating (b061e22)

  • refactor!: remove appcCommandPath setting (e9eaa31)

Code Refactoring

Features

  • support using OSS tooling (acf19ff)

BREAKING CHANGES

  • The appcCommandPath setting is no longer supported
  • Windows will no longer be offered as a choice in the platform selection

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.14.0 (2021-02-15)

Bug Fixes

  • completions: generate v3 for titanium and alloy completions (#388) (eb8332a)

1.13.0 (2020-09-16)

This release updates titanium-editor-commons to fix a bug in the SDK install logic to ensure compatibility when installing the future 9.2.0.GA release

1.12.0 (2020-09-02)

This release was made in error

1.11.0 (2020-09-02)

Bug Fixes

  • providers/tiapp: handle an open xml file that isn't on disk (1b5e749), closes #284

1.10.1 (2019-12-06)

Bug Fixes

  • completion: handle array being returned from getCompletions (7780d98), closes #188

1.10.0 (2019-11-07)

Features

  • change the console icon to command line icon (#178) (b680220)
  • completion: add completions for Ti namespace in controllers (#177) (5785389), closes #171
  • completions: added completions for Alloy namespace in cont… (#180) (1faec8c), closes #179
  • ios: support generic apple certificates (d9e53a1), closes #183

1.9.1 (2019-09-27)

1.9.0 (2019-08-13)

Bug Fixes

  • app creation: fixed the app creation flow for newer sdks (#167) (cda8014), closes #158

Features

  • toolbar: add user information and login icon (#165) (a478274), closes #159
  • add open related to context menu (#175) (0b62033), closes #174
  • show login dialog if login is required to run command (1e1168b), closes #160

1.8.0 (2019-07-15)

Bug Fixes

Features

  • updates: add update functionality (#162) (dad3a08)
  • add support for interaction via mac Touch Bar (#124) (1fae584)

1.7.0 (2019-05-08)

Bug Fixes

  • styleprovider: improved suggestions to include quotes for color and layout properties (#154) (f7128a8), closes #152

Features

  • toolbar: add config setting for showing toolbar, respect on open (#151) (6fdae71), closes #148

1.6.0 (2019-03-28)

Bug Fixes

  • autocomplete: correct filtering of colors (ffb340e), closes #139
  • definitions: do not suggest app.tss when generating tss for id (1fbf454), closes #141
  • toolbar: add titles to fields (#135) (4514d57)
  • toolbar/android: handle emulators being undefined, improve ui when no emulators (f439e71), closes #142

Features

  • toolbar: add button and command to toggle toolbar visibility (b871811), closes #138

1.5.1 (2019-01-02)

Bug Fixes

  • commands/login: fix detection of output (57370bf)

1.5.0 (2018-12-19)

Bug Fixes

  • check for existence of type before trying to access properties (ad4ebd2), closes #126

Features

1.4.2

26/10/18

  • Fixed error being thrown when tiapp.xml was saved in an invalid format (([#128]#128))

1.4.1

25/09/18

  • Fixed autocomplete issue when autocompleting the sdk-version tag in tiapp (#119)
  • Internal: Add GitHub issue templates (#123)

1.4.0

13/07/18

  • Added support for taking screenshots from the IDE (#112, thanks to @m1ga)
  • Internal: Added Travis CI to all pull requests (#113)

1.3.0

06/07/18

  • Added LiveView support (#108)
  • Added expiration date to certificates and provisioning profiles (#91)
  • Fixed HUD-error (#103)
  • Use INFO log-level by default, for parity with Studio (#90)
  • Allow custom args to be saved across Atom sessions (#114)

1.2.0

01/07/18

  • Added support for cleaning the project via the toolbar (#93, thanks to @m1ga)

1.1.1

22/03/18

  • Default to latest SDK if none selected (ATOM-66)
  • Improved Alloy create function snippets
  • Fixed Slider tag autocomplete suggestion (ATOM-70)
  • Fixed duplicate class suggestions and ignore blank values (ATOM-67)
  • Fixed exception thrown when triggering class and ID autosuggestion (ATOM-74)

1.1.0

14/02/18

  • Added support for creating new Titanium projects (ATOM-37)
  • Added support for native module projects (ATOM-38)
  • Added snippets support (ATOM-11)
  • Added keyboard shortcuts for opening related Alloy files (ATOM-39)
  • Added option to set full path to appc command (ATOM-50)
  • Improved behaviour when non-Titanium project is open (ATOM-40)
  • Improved tiapp.xml parsing (ATOM-49)
  • Fixed triggering image autocompletion (ATOM-43)

1.0.3

21/12/17

  • Fixed error on Linux - thanks @m1ga (ATOM-34)
  • Fixed deprecation warnings (ATOM-35)
  • Improve behaviour when Titanium project is not open (ATOM-36)

1.0.2

09/12/17

  • Fixed issues with non-Titanium projects (ATOM-33)

1.0.1

08/12/17

  • Fixed non-wildcard iOS provisioning profiles always being invalid (ATOM-30)
  • Marking managed provisioning profiles as invalid (ATOM-31)
  • Fixed provisioning profile ordering (ATOM-32)
  • Fixed autocomplete error when creating styles for classes (ATOM-28)
  • Updated publish option labelling