Adds pow and log transforms to the Slider component
Introduces two settings, `nonLinearBase` and `positionValueFunction` which change the way in which the position of the slider is translated to an actual value.
Besides the default value of ‘linear' for `positionValueFunction`, 'pow' and a 'log' can be used.
*Example application*
In example below we want to focus on the most recent years, hence we use a logarithmic transformation of the slider:
Since I didn't get the test-framework to run I submitting this for now without tests, if it is absolutely necessary to do so, and this functionality is desired, allow me some time to fix that.