Skip to content

Releases: OraOpenSource/apex-nitro

v5.0.2

29 Oct 13:52
Compare
Choose a tag to compare
  • adding more value to basic files 23d83e1

v5.0.1...v5.0.2

v5.0.1

29 Oct 13:31
Compare
Choose a tag to compare

v5.0.0...v5.0.1

v5.0.0

29 Oct 01:42
Compare
Choose a tag to compare

BREAKING CHANGE: APEX Nitro v5 is NOT backwards compatible with v4.

  • Introducing two new modes: Basic and Pro
  • Much smaller size (50%) than APEX Nitro v4
  • Pro mode is the most powerful APEX Nitro ever
    • Write your best JavaScript
    • Bring ES6, ES8 and more to APEX easily.
  • Introducing APEX Nitro templates
    • Pick a Pro template and get going fast with predefined file structure
    • Write your own APEX Nitro Pro template
  • New configuration system through apex-nitro init
    • apexnitro.config.json is now a file that can be stored on your project repository
  • apex-nitro publish renamed apex-nitro upload
  • New command: apex-nitro build
  • Complete documentation rewrite

first v5.0.0 beta

21 Jun 23:55
Compare
Choose a tag to compare
first v5.0.0 beta Pre-release
Pre-release
v5.0.0-1

5.0.0-1

v4.0.0

19 Oct 14:59
Compare
Choose a tag to compare
4.0.0

v3.1.3

29 Mar 02:32
Compare
Choose a tag to compare
3.1.3

v2.1.3

28 Oct 12:21
Compare
Choose a tag to compare
  • APEX Front-End Boost is now usable on ORDS 3.0.3 and up.
  • Adds an option config.browsersync.ghostMode to enable/disable the mirroring of clicks, scrolls and typing across devices.
  • Reloads the browser for any changes made inside img and lib folders.
  • Notifies you when APEX Front-End Boost has a new version

v2.1.2

21 Jun 15:12
Compare
Choose a tag to compare
  • Removed npm as an install option for simplicity.

v2.1.1

21 Jun 11:40
Compare
Choose a tag to compare
  • Greatly enhanced the project error handling to provide more details and hints to the user.
  • The /src/ folder is now automatically created if it doesn't exist yet.
  • Added .sass file support in addition to the existing .scss support.
  • Docs: Added a documentation notice on ORDS issues.
  • Docs: Added an advice to use an elevated command line (run as admin).
  • Docs: Changed some of the project terminology.
  • Docs: Provided two different installation options (Git and npm).
  • Docs: Enhanced the documentation for config.json
  • Created project issue template for better support going forward.

v2.1.0

30 Apr 18:21
Compare
Choose a tag to compare
  • Project is now available on npm
  • Fixed a bug preventing from doing POST on Chrome
  • Concatenation is now disabled by default. You will have to enable it in your config.json file if you want your project to use js or css concatenation.
    • javascriptConcat is now jsConcat
  • Added ports configuration over the browsersync feature in config.json (per project)
  • Simplified Windows shortcut
  • Added system requirements
  • Enhanced docs
  • More