UNPKG

5.06 kBMarkdownView Raw
1# Changelog
2
3## 4.1.3
4- Allows to disable automatic JS reload / CSS injection [#258](https://github.com/OraOpenSource/apex-nitro/issues/258)
5- Other dependency bug fixes
6
7## 4.1.2
8- Bug fixes
9 - Autoprefixer
10 - Webpack
11- Documentation enhancements
12
13## 4.1.1
14- Performance enhancements on launch
15- Cleans CLI UI [#249](https://github.com/OraOpenSource/apex-nitro/issues/249)
16- Config CLI now shows the URL [#248](https://github.com/OraOpenSource/apex-nitro/issues/248)
17- Reenables Sass sourcemaps [#254](https://github.com/OraOpenSource/apex-nitro/issues/254)
18- Validates if srcFolder = distFolder [#253](https://github.com/OraOpenSource/apex-nitro/issues/253)
19- Bug fixes [#251](https://github.com/OraOpenSource/apex-nitro/issues/251) [#252](https://github.com/OraOpenSource/apex-nitro/issues/252)
20
21## 4.1.0
22- **Complete documentation rewrite**
23- **Supports APEX Plugin development**
24- **New notification system**
25- Adds Java 9 support for the publish feature
26- Simplifies the APEX Nitro config
27- Better performance at load time
28- Supports multiple subdirectory levels in the source folder
29- Other bug fixes
30
31*Note: Sourcemaps are temporarily disabled for Sass. That is until the upstream bug is resolved on libsass here: https://github.com/sass/libsass/issues/2312*
32
33For more info check out https://github.com/OraOpenSource/apex-nitro/milestone/14
34
35## 4.0.0
36- **APEX Front-End Boost is rebranded to APEX Nitro**
37- Simplifies APEX setup, **[please review yours](https://github.com/OraOpenSource/apex-nitro/blob/master/docs/setup.md)**
38 - Build Option is no longer necessary
39 - No longer requires a cookie
40- New Configuration Tool `apex-nitro config <project>`
41 - Now you can add project from the web interface
42 - Password fields don't show in clear text anymore
43 - Adds a basic mode, where only App URL and Source Folder is needed
44 - Supports TypeScript as a JavaScript engine
45 - Supports Webpack as a JavaScript engine, which allows to use ES6
46- Adds many [examples](https://github.com/OraOpenSource/apex-nitro/tree/master/examples)
47- Adds a JavaScript Testing Framework for more robust releases
48- Bug fixes
49
50## 3.1.3
51
52- Minor: changes `publish` parameter name
53
54## 3.1.2
55
56- `afeb publish` can now upload to:
57
58 - Application Static Files
59 - Workspace Static Files
60 - Theme Files
61
62- fixes a Theme Roller issue (#190)
63
64## 3.1.1
65
66- Refactoring
67
68## 3.1.0
69
70- Separated npm modules (publish feature, config feature)
71
72## 3.0.0
73
74- **Auto Upload to APEX** (`afeb publish <project>`)
75- Adds an option to launch the APEX Builder alongside the application when doing `afeb launch <project>`
76- Removed restriction on folder names. Folders can be anything now.
77- Performance enhancements
78- Bug fixes
79
80## 2.2.4
81
82- Dropped image optimization feature. [See why.](https://github.com/OraOpenSource/apex-nitro/issues/164)
83
84## 2.2.3
85
86- Bug fixes
87
88## 2.2.2
89
90- Bug fixes
91
92## 2.2.1
93
94- Bug fixes
95
96## 2.2.0
97
98- Added `npm` back
99- New installation method
100- New web interface to configure projects
101- New CLI interface with custom commands
102
103 - `afeb config <project>`
104 - `afeb launch <project>`
105 - `afeb help <command>`
106 - `afeb -v`
107
108- Dropped RTLCSS
109
110## 2.1.3
111
112- **APEX Front-End Boost is now usable on ORDS 3.0.3 and up.**
113- Adds an option `config.browsersync.ghostMode` to enable/disable the mirroring of clicks, scrolls and typing across devices.
114- Reloads the browser for any changes made inside `img` and `lib` folders.
115- Notifies you when APEX Front-End Boost has a new version
116
117## 2.1.2
118
119- Removed `npm` as an install option for simplicity.
120
121## 2.1.1
122
123- Greatly enhanced the project error handling to provide more details and hints to the user.
124- The `/src/` folder is now automatically created if it doesn't exist yet.
125- Added `.sass` file support in addition to the existing `.scss` support.
126- Docs: Added a documentation notice on ORDS issues.
127- Docs: Added an advice to use an elevated command line (run as admin).
128- Docs: Changed some of the project terminology.
129- Docs: Provided two different installation options (Git and npm).
130- Docs: Enhanced the documentation for `config.json`
131- Created project issue template for better support going forward.
132
133## 2.1.0
134
135- Project is now available on npm
136- Fixed a bug preventing from doing POST on Chrome
137- 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.
138
139 - `javascriptConcat` is now `jsConcat`
140
141- Added ports configuration over the `browsersync` feature in `config.json` (per project)
142- Simplified Windows shortcut
143- Added system requirements
144- Enhanced docs
145- More.
146
147## 2.0.0
148
149- Complete project overhaul. Read documentation for a complete list of features.
150
151## 1.4.0
152
153- Updated dependencies
154- Changed terminology
155
156 - `client` to `src`
157 - `build` to `dist`
158
159- Removed image minification package
160
161 - was not generic enough for this project
162
163- Removed assets intermediate folder
164
165## 1.3.0
166
167- Updated dependencies
168
169## 1.2.0
170
171- Updated dependencies
172
173## 1.1.0
174
175- Updated dependencies
176
177## 1.0.0
178
179- Initial Release