Release Notes - Nordes/HoNoSoFt.DotNet.Web.Spa.ProjectTemplates GitHub Wiki
This is only for simple release notes.
1.4.0 (November 27th 2018)
- New #37 Update the
icon
component to allow spinner/animation. Example also added in Fetch-data with a fake delay. - New #13 Dockerfile are now available for local build and also they are deployed with a sample on Hub docker (need to still be improved for automation).
- New The launch setting was not committed. However, it's quite useful when you want to deploy. It allow to make some setups (even if you run in develop local).
- New #35 Make the configuration possible for the Base URI path when using Nginx or different URI than
/
(i.e.:/myApp
) - New AppVeyor, better integration for automatic deployment (Azure + Nuget package)
- Update #32 Home page improvement (links and text)
- Update #27 Add translations En/Fr (Japanese I will require a real translator ;))
- Update Readme.md for some change in the documentation (size, docker, etc.)
- Update NPM packages updated
- Update Eslint have been executed also on the build file. It was not yet formatted properly
- Update #33 Make the startup easier to customize using extension methods instead of everything in the same file.
- BugFix #31 CSS Glitches have been fixed (some element were showing hover instead of under when having the menu expanding in small resolution)
- BugFix Fix naming issue related to unix build (Capital and small letters matters)
1.3.8
- Bugfix Routes were not behaving properly in the picnictable due to the language
- Bugfix Glitch with article tags showing over the overlay
- New Translation in French is complete (no more will be done, JP is there, but at a minimum)
- Updated Appveyor build is now fully automated
1.3.0
Summary
- Bugfix Fix template to works in IE 11+ (Not tested with older)
- Bugfix Fix routing with params (It had strange behavior)
- Updated The picnic styles
- Updated The nupkg does not contains anymore the
package-lock.json
- New Added a new
site.scss
for personal site config (not picnic) - New A 404 page is now displayed when the URI is wrong
- New Eslint (
npm run lint
for manual execution. Not automated with WebPack) - New New template vuejs-picnic-table
- Vee-Validate: For forms validation
- Vue-i18n: For internationalization
- More details in the wiki
1.2.0
Full details at: Milestore 1.2.0
Summary
- Readme (Update the badges, text, stats)
- AppVeyor automatic build + deployment unlocked in order to easy publish
- Add a paging example in the Weather demo page
- Performance
- Kestrel is now configured for GZip compression
<= 1.1.0
Not really covered ;)