Tracking ticket for the work on SHS 8.x-1.x.

What's done?

Form display
Displaying term reference fields as hierachical widgets is working and acceptable fast (unfortunately not as fast as in Drupal 7 using the High-performance JavaScript callback handler but ... you know, fast).
Multiple-value handling has changed to an all-Js-solution which is a little faster and more comfortable to handle (at least for me).
Formatter
The default formatter (including linking each item to its entity) is also working.
Views filters
Exposed filters for taxonomy term references may be rendered as Simple hierarchical select widgets. This works with or without the "Depth" option and even with multiple selections.
Chosen integration
This is done in a sub-module. See #2712123: Add support for chosen

What's missing?

Extended configuration
Adding new terms had been added as configuration option but does not do anything yet. This will be implemented until 8.x-1.0.
See #2712115: Add functionality to add new terms.
Documentation
Because of the major rewrite and extensive usage of Backbone.js a developer documentation is needed on how to alter and override things in Simple hierarchical select.. shs.api.php is a good start, but example modules would be way better.
See #2712117: Example module about how to alter SHS.

Comments

stBorchert created an issue. See original summary.

  • stBorchert committed 40a3a2b on 8.x-1.x
    Issue #2656088: remove old stuff from 7.x-1.x
    
    Signed-off-by: Stefan...
  • stBorchert committed bac30d9 on 8.x-1.x
    Issue #2656088: add widget options and field formatter
    
    Signed-off-by:...

  • stBorchert committed 190f41b on 8.x-1.x
    Issue #2656088: change REST output and views
    
    Signed-off-by: Stefan...
  • stBorchert committed 436185e on 8.x-1.x
    Issue #2656088: add widgets and default value
    
    Signed-off-by: Stefan...
  • stBorchert committed 7621af1 on 8.x-1.x
    Issue #2656088: make model and view classes alterable
    
    Signed-off-by:...
  • stBorchert committed eba9561 on 8.x-1.x
    Issue #2656088: update default value and error handling
    
    Signed-off-by:...

  • stBorchert committed 1f03155 on
    Issue #2656088: preparation for multi-value fields
    
    Signed-off-by:...
  • stBorchert committed 699911a on
    Issue #2656088: disable unfinished options
    
    Signed-off-by: Stefan...
  • stBorchert committed 8edca0b on
    Issue #2656088: switch from view to custom callback
    
    Signed-off-by:...
  • stBorchert committed ec481e2 on
    Issue #2656088: add multiple-value handling and labels per level
    
    Signed...
stBorchert’s picture

Version: 7.x-1.x-dev » 8.x-1.x-dev
Issue summary: View changes
Status: Active » Needs work

  • stBorchert committed f04f849 on
    Issue #2656088: Fix notices about undefined index
    
    Signed-off-by: Stefan...

  • stBorchert committed 442b256 on
    Issue #2656088: add views filter functionality
    
    Signed-off-by: Stefan...
stBorchert’s picture

Issue summary: View changes

  • stBorchert committed e827e5e on
    Issue #2656088: allow alteration of data
    
    Signed-off-by: Stefan Borchert...

  • stBorchert committed 2606047 on
    Issue #2656088: remove option to display node count
    
    Signed-off-by:...
  • stBorchert committed b54aa01 on
    Issue #2656088: add validation and "hasChildren"
    
    Signed-off-by: Stefan...

  • stBorchert committed cbd0500 on 8.x-1.x
    Issue #2656088: fix order of parameters in api documentation.
    

  • stBorchert committed 6434d7e on 8.x-1.x
    Issue #2656088: fix override of display settings.
    
stBorchert’s picture

Title: Version for Drupal 8 » [meta] Drupal 8 port of Simple hierarchical select
Issue summary: View changes
stBorchert’s picture

Issue summary: View changes
stBorchert’s picture

Issue summary: View changes
andypost’s picture

Another not ported feature is #1893188: Save lineage

stBorchert’s picture

Saving the lineage has never been a feature of SHS and will never be a feature. See various comments about this in the issue queue ...