Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Accenture/Mendix.CssClassSwitcher Loading
base: master
Choose a base ref
...
head repository: DeadlyEmbrace/Mendix.CssClassSwitcher Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 12 files changed
  • 1 contributor

Commits on Jul 31, 2019

  1. Switch theme based on context

    - Widget now requires context
    - On context change the widget updates the theme appropriatly
    - Modified the home page to demo switch instead of original logic
    DeadlyEmbrace committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    593e0b8 View commit details
    Browse the repository at this point in the history
  2. Update version

    - Updated the version to 2.0.0 as this is a breaking change
    DeadlyEmbrace committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    12da4f9 View commit details
    Browse the repository at this point in the history
  3. Update widget

    - Forgot to build prior to version change push (it's late and I'm tired...)
    DeadlyEmbrace committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    1030bc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Fixes

    - Addressed issue where the context was not being passed to the microflow/nanoflow when it was being called
    - Code cleanup
    DeadlyEmbrace committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    e878895 View commit details
    Browse the repository at this point in the history
  2. Fix nanoflow call

    - Fixed issue where nanoflow wasn't using the correct context call resulting in an error
    DeadlyEmbrace committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    027c194 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Revert "Update version"

    This reverts commit 12da4f9.
    DeadlyEmbrace committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    b7183bd View commit details
    Browse the repository at this point in the history
  2. Revert "Revert "Update version""

    This reverts commit b7183bd.
    DeadlyEmbrace committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    f47e98b View commit details
    Browse the repository at this point in the history
  3. Cleanup and expansion

    - Revert CssClassSwitcher to original code (1.1.2)
    - Added CssClassSwitcherContext that uses the context to change the theme
    - Updated test project to use the CssClassSwitcherContext
    - Update version to 2.1.0
    DeadlyEmbrace committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    5b5784b View commit details
    Browse the repository at this point in the history
  4. Cleanup

    - Added input selector to original CssClassSwitcher
    - Updated the layout of original CssClassSwitcher
    - Updated text of original CssClassSwitcher
    - Updated the readme
    DeadlyEmbrace committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    4ce2f68 View commit details
    Browse the repository at this point in the history
  5. Theme cleanup

    - Unify the theme css by removing repeating elements and making use of CSS variables instead
    DeadlyEmbrace committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    fe6d58e View commit details
    Browse the repository at this point in the history
  6. Themes!

    - Added a third theme
    - Use radio buttons to allow selection of theme
    DeadlyEmbrace committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    bb44227 View commit details
    Browse the repository at this point in the history
  7. Font size scaling.

    - Added demonstration of scaling font size separate from main theme
    DeadlyEmbrace committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    3c0464d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    284df89 View commit details
    Browse the repository at this point in the history
  9. Finish 2.1.0

    DeadlyEmbrace committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    31a8655 View commit details
    Browse the repository at this point in the history
  10. Finish 2.1.0

    DeadlyEmbrace committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    b63ced6 View commit details
    Browse the repository at this point in the history
  11. Rename widget for internal distribution

    - Renamed the widget for internal distribution
    - Updated version number
    DeadlyEmbrace committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    82e586d View commit details
    Browse the repository at this point in the history
  12. Finish 2.1.1

    DeadlyEmbrace committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    51150dc View commit details
    Browse the repository at this point in the history
  13. Finish 2.1.1

    DeadlyEmbrace committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    ab4e61d View commit details
    Browse the repository at this point in the history
Loading