Releases: ddev/ddev-ui
Releases · ddev/ddev-ui
0.6.0
Public v.0.6.0 Alpha Release
Prerequisites
DDEV CLI v1.3.0+ is installed and properly working.
- This has been tested with v1.3.0, and the latest builds of the CLI.
Release Notes
- This is still an early alpha release. We fully expect there to be bugs and we have a backlog of features we are working on. We'll respond as quickly as we can to new requests.
- We would love your suggestions, contributions, and help! Please review our Guidelines for Contributing.
Release Highlights
- DDEV Flags Implementation - Allows you to change PHP versions, server type, ports, and more.
- Many UX and UI Improvements
- Deeper error capturing and displaying to end users. However, allowing you to dismiss most errors and move on.
- Package Updates
- Fixed Community issue where and empty
ddev list -j
returned a new error every 2.5s. The 🦄 trail of errors is no more! - Removed OSX only dependancies making some headway to be to support windows and linux users.
- Clean PHP install w/o CMS
Known Issues
- WordPress sites with existing configs will through a fatal error stopping the site from starting. Working on a small fix that we will release shortly as v0.6.1.
- This version only supports Mac OS. We are working on adding Linux and Windows support in an upcoming release.
- While existing TYPO3, and Backdrop sites will work, the Create New Project functionality currently only works from Drupal 6, Drupal 7, Drupal 8, and WordPress. We are working hard on adding support for Typo3, and Backdrop.
- We are still working on the code signature so you’ll need to right-click to bypass Mac security settings when opening the app the first time.
v0.5.0: System Checks, Error Displaying, Alerts and Drupal 6
Public v.0.5.0 Alpha Release
Prerequisites
DDEV CLI is installed and properly working.
Release Notes
- This is an still an early alpha release. We fully expect there to be bugs and we have a backlog of features we are working on. We'll respond as quickly as we can to new requests.
- We would love your suggestions, contributions, and help! Please review our Guidelines for Contributing.
Release Highlights
- Drupal 6 support
- UX and UI Improvements
- Docker and DDEV-cli system checks
- Better alert styling and functionality
- Package Updates
- Fixed Community issue #141
Known Issues
- This version only supports Mac OS. We are working on adding Linux and Windows support in an upcoming release.
- While existing TYPO3, Drupal 6, and Backdrop sites will work, the Create New Project functionality currently only works from Drupal 6, Drupal 7, Drupal 8, and WordPress. We are working hard on adding support for Typo3, and Backdrop.
- We are still working on the code signature so you’ll need to right-click to bypass Mac security settings when opening the app the first time.
v0.4.1-alpha: Public Alpha Release 🎉
Public Alpha Release
Prerequisites
DDEV CLI is installed and properly working.
Release Notes
- This is an initial public alpha release. We fully expect there to be bugs and we have a backlog of features we are working on. We'll respond as quickly as we can to new requests.
- We would love your suggestions, contributions, and help! Please review our Guidelines for Contributing.
Known Issues
- This version only supports Mac OS. We are working on getting Linux and Windows support and testing in by the next release.
- While existing TYPO3, Drupal 6, and Backdrop sites will work, the Create New Project functionality currently only works from Drupal 7, Drupal 8, and WordPress. We are working hard on adding support for Typo3, Drupal 6, and Backdrop in the next release.
- We are still working on the code signature so you’ll need to right-click to bypass Mac security settings when opening the app the first time.
Internal Alpha Testing
This release contains:
- Performance improvements.
- Package Updates.
- CLI status indication and spinner.
Reskin App using React
- new design
- changes to support the new design
- some more cleanup to align with react app
- dependency updates
- package cleanup
- convert to using electron-webpack
- get HMR working with render and main processes
- get react-router hashrouter working
- setup a watcher that runs every sec watching for ddev list changes
- 1st draft error/alert handler
- update build steps to include yarn compile
- makefile updates to simplify build steps
- update readme to better reflect existing state
- linting fixes
- install jest and cypress
New App Components:
- Alert
- Alerts
- App
- AppTitle
- CreateProjectWizard
- CreateProjectWizard/CMSSettings
- CreateProjectWizard/ContainerSettings
- CreateProjectWizard/ProjectSettings
- CreateProjectWizard/Steps
- Dashboard
- Footer
- Header
- ProjectCount
- ProjectDetail
- ProjectHeader
- ProjectInfo
- ProjectList
- ProjectNavItem
- ProjectStatusIcon
- ProjectTab
- ProjectTabItem
- ProjectTypeIcon
- RouterStatus
- Sidebar
- Status
- ViewRouter
Basic JS Application with build tools and expanded add/remove functionality. Pre-react/scss
Basic JS Application with build tools and expanded add/remove functionality. Pre-react/scss
Pre-release
Pre-release
Expansion of 0.1 release to include the following major features:
- Adding/Creation of new project from existing files
- Removal of existing project (optionally also removing databases for selected container)
- Getting additional information about an existing site (mirroring CLI ddev describe functionality)
- Opening running project in a web browser by clicking project name or CMS icon
- Addition of webpack build tools and linting
React component and SCSS support is not yet implemented, and is targeted for a future release.
Further documentation on scope of release/release checklist can be found in issue #70
v0.1.0: Basic js application working, pre-react, pre-compass
The basic items described in #21 were approved by @rickmanelius. This version is a basic bootstrap js/html/css app, without react or compass/scss.