Releases: nathanwoulfe/Preflight
release-13.0.0
release-12.0.0
Changes:
This list of changes was auto generated.
release-11.0.1
Changes:
- 6092451 version
- 89238fc fix props
- e47acd7 version
- ce88a53 why no static assets?
- 5e07b3f rc
- 31fb039 include icon
- 0fd0715 adds license, updates readme
- 2261606 icon
- 4035f06 tidy up migration - probs still require manual settings when moving from 8/9 to 10/11, as the settings.json file won't exist on disk to read from
- 2fef171 usings
See More
- acfd1ca adds block grid support - can backport to v10 as property alias exists in 10
- eb9eafb v11 build/infra changes
This list of changes was auto generated.
release-11.0.0
Changes:
- e47acd7 version
- ce88a53 why no static assets?
- 5e07b3f rc
- 31fb039 include icon
- 0fd0715 adds license, updates readme
- 2261606 icon
- 4035f06 tidy up migration - probs still require manual settings when moving from 8/9 to 10/11, as the settings.json file won't exist on disk to read from
- 2fef171 usings
- acfd1ca adds block grid support - can backport to v10 as property alias exists in 10
- eb9eafb v11 build/infra changes
This list of changes was auto generated.
release-10.0.1
Changes:
- 83445bc version
- 7f1ba5a fix props
- f8984a5 version
- 3a2cd27 build
- 4f3068d build
- 3cbf3c2 rc
- 92b6155 icon
- 07d22ff adds license, updates readme
- c054383 example site is 10.4
- 0df8725 10.4 min dep
See More
- 8045f1b icon
- dd423f9 tidy up migration - probs still require manual settings when moving from 8/9 to 10/11, as the settings.json file won't exist on disk to read from
- 30be499 10.4.0-rc as minimum dep, as it include BlockGrid property editor (parity with 11)
- 12030c4 adds block grid support - can backport to v10 as property alias exists in 10
This list of changes was auto generated.
release-10.0.0
Changes:
- f8984a5 version
- 3a2cd27 build
- 4f3068d build
- 3cbf3c2 rc
- 92b6155 icon
- 07d22ff adds license, updates readme
- c054383 example site is 10.4
- 0df8725 10.4 min dep
- 8045f1b icon
- dd423f9 tidy up migration - probs still require manual settings when moving from 8/9 to 10/11, as the settings.json file won't exist on disk to read from
See More
- 30be499 10.4.0-rc as minimum dep, as it include BlockGrid property editor (parity with 11)
- 12030c4 adds block grid support - can backport to v10 as property alias exists in 10
- 6c7e02e hygiene
- 58b2a2d hygiene
- 78735e3 big old refactor
- 25b7ef5 icon
- 11703a1 iconiconicon
- 999b573 v10 init
- 2d66a01 fix build for v8
This list of changes was auto generated.
v2.0.0
It's a big one! v2.0.0 adds multi-platform support for Umbraco 8 and 9, with lots of UI improvements and other goodies. Viva .NET Core!
v2.0.0-rc-001
The first RC for Umbraco 9 => Preflight is now dual-targeted, variant-aware and supports Block List editors. This release has a stack of changes (see below) and ignore the atrocious commit messages.
On startup, settings will be migrated from the JSON file into a new DB table, and converted from single values to language dictionaries based on the existing languages in your install. These changes are non-destructive (ie the JSON file remains on disk) so it's a wise idea to confirm the migration ran successfully by comparing the settings values in the file with those displayed in the backoffice.
If you've written your own plugins, there are breaking changes in the v2.0.0 release:
- plugins now implement IDiscoverable (via IPreflightPlugin)
- plugins no longer require the Export attrribute
- IPreflightPlugin.Check now requires an additional parameter - {string} culture
- SettingsModel must have unique guid
- Refer also to app_plugins/preflight/lang/en-us.xml for the required language keys:
- plugins MUST have a lang section name
preflight-{pluginName}
, with required keystabName
andsummary
. Other keys can be added as normal
- plugins MUST have a lang section name
If you have your own custom plugins, these MUST be updated before the migration runs, else the plugins won't be discovered and values will not be migrated.
Changes:
- b2741cf rc-001
- e264311 Merge branch 'v2/dev' of https://github.com/nathanwoulfe/preflight into v2/dev
- 6dfbca1 typo in gulp config
- ca86eb6 Bump hosted-git-info from 2.7.1 to 2.8.9 in /src/Preflight.Backoffice (#30)
- a49b2c3 Bump y18n from 3.2.1 to 3.2.2 in /src/Preflight.Backoffice (#31)
- 4aa9942 Bump yargs-parser from 5.0.0 to 5.0.1 in /src/Preflight.Backoffice (#32)
- 4010750 create v2/dev
- 54a0441 package tag
- 09ea491 dev branch from master
- 868fabb localizes everything, add toggle to app view to show failed tests only
See More
- fac0d8b merge remote
- 83da613 make some internals public so netcore plays nice, rename test sites by version
- 64225c5 git cache
- 606a7f9 general stuff to make it all work - still needs to be checked on 9...
- 689ccf5 improve interceptor and notifications, make it variant aware
- 3b43b3f introduce parser service and interfaces, parser executor,
- 4439746 wip lots of stuff - ui layer, variant properties working.
- 0a2eba8 multi-target => add netcore, update solution structure, code changes for multi-target, JS refactor
- 6d992d7 Bump path-parse from 1.0.5 to 1.0.7 in /Preflight (#28)
- 98dbf7d Merge pull request #18 from nathanwoulfe/dependabot-nodesass
- 1ceb0ca updates node-sass dep
- a22b3c5 Merge pull request #15 from nathanwoulfe/dependabot/npm_and_yarn/Preflight/elliptic-6.5.3
- 9ef1256 Create FUNDING.yml
- 075f944 Bump elliptic from 6.4.0 to 6.5.3 in /Preflight
- 38e77f1 new api key for nuget deploy
- 148fc14 remove route attributes - caused broken API when attribute routing enabled in the Umbraco solution
- c837dff Merge pull request #7 from nathanwoulfe/dependabot/npm_and_yarn/Preflight/fstream-1.0.12
- 43268df Merge pull request #6 from nathanwoulfe/dependabot/npm_and_yarn/Preflight/lodash.mergewith-4.6.2
- 655c41f Merge pull request #5 from nathanwoulfe/dependabot/npm_and_yarn/Preflight/cached-path-relative-1.0.2
- f078fe0 Bump fstream from 1.0.11 to 1.0.12 in /Preflight
- 6fc3be3 Bump lodash.mergewith from 4.6.1 to 4.6.2 in /Preflight
- 3391a54 Bump cached-path-relative from 1.0.1 to 1.0.2 in /Preflight
- acb61f5 Merge pull request #8 from nathanwoulfe/dependabot/npm_and_yarn/Preflight/tar-2.2.2
- a09be82 Bump tar from 2.2.1 to 2.2.2 in /Preflight
- 7165ac3 Merge pull request #10 from nathanwoulfe/dependabot/npm_and_yarn/Preflight/acorn-5.7.4
- c2baa07 Merge pull request #12 from nathanwoulfe/dependabot/npm_and_yarn/Preflight/websocket-extensions-0.1.4
- 6a33183 Bump websocket-extensions from 0.1.3 to 0.1.4 in /Preflight
- cb025a8 Update appveyor.yml
- b321f58 Bump acorn from 5.7.1 to 5.7.4 in /Preflight
This list of changes was auto generated.
Release 1.3.3
Package manifest - explicitly include content section
Release 1.3.2
Don't show the Preflight app in the media section because that would be silly