Releases: Novicell/novicell-frontend
Releases · Novicell/novicell-frontend
v5.1.0
Changes
- 🔥 Changed Uglify for Terser #328
- Renamed Modules to modules #295
- Recognise '@/' as path + IntelliSense #300
- Added node path normalizer to support createComponent on OSX #301
- Removed automatic removal of inline fill, stroke and transforms #303
- Fixing errors in the default generated components #304
- Fix sprite generator #305
- Component generator cleaning #308
- Fonts script couldn't handle subdirectories #309
- Use production Vue #317
- Add fav icon for Netlify #319
v5.0.0 🥂
Biggest changes
- Webpack instead of
Gulp - Extracted components to new repository
- Use ES Modules (import/export)
- Use EsLint with auto fix on save
- Use stylelint
- Still uses PostCss
- Ready for Vue
- Has production flag
- Ready for Netlify CI
- Generate components
- Automize vendor
See all the details in ➡️ #265
v.4.4.0
v.4.3.0
New additions
- Make related topbar #212
- Duotone images #217
- Update autoprefixer to support css grid #250
- Overlapping elements #258
- Animate on scroll #237
- Make cool error pages #246
- Pageheader Dots #252
- Background video pattern #218
- Buttons with pseudo elements #224
Bug fixes and clean up
- Clean up components #195
- Re-work desktop and mobile navigation #205
- Update dependencies and fix vulnerabilities #245
- Changed the calls for @slider and @nav-mian-mobile #251
Documentation
v.4.2.0
v.4.1.0
New additions
- List page to fractal #190
- Add cookie #171
- Refactor Novicell.overlay.js #119
- Refactor novicell.debounce.js #134
- Cleanup input / forms styling #105
- Match stylelint with frontend docs #158
- Add fonts css file #162
Bug fixes
- Clear the 'X' from IE & Chrome #168
- Add a new build folder #179
- Fix repeated var name in heading class #183
- Fix Safari inputs #169
Cleanup
Documentation
v.4.0.0
The BIG 4.0 is out, and it features several major changes 🔥
Now using Fractal as the main development tool, and we added Babel.js for utillizing the new and awesome Javascript specs ES6+.
New additions
- Added Fractal 27
- Added Fractal documention #166
- Add Babel.js #114
- Added default class and modifier on atoms #161
- Added normalize #160
- Task to make favicons #143
- Button tags and attributes #156
- PWA: Manifest, Icons (Gulp and NPM), Service worker and splash screen #150
Bug fixes
- Fix grid bugs #149
- Move scripts folder to assets and added scripts tags in preview file #155
- Replace LESSHint with StyleLint #148
Cleanup
- Split JS plugins into separate repos #41