Releases: OraOpenSource/apex-nitro
Releases · OraOpenSource/apex-nitro
v5.0.2
- adding more value to basic files 23d83e1
v5.0.1
v5.0.0
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
renamedapex-nitro upload
- New command:
apex-nitro build
- Complete documentation rewrite
first v5.0.0 beta
v5.0.0-1 5.0.0-1
v4.0.0
4.0.0
v3.1.3
3.1.3
v2.1.3
- 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
andlib
folders. - Notifies you when APEX Front-End Boost has a new version
v2.1.2
- Removed
npm
as an install option for simplicity.
v2.1.1
- 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
- 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 usejs
orcss
concatenation.javascriptConcat
is nowjsConcat
- Added ports configuration over the
browsersync
feature inconfig.json
(per project) - Simplified Windows shortcut
- Added system requirements
- Enhanced docs
- More