Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hebrew localization #250

Open
wants to merge 70 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 15, 2017

  1. Configuration menu
    Copy the full SHA
    41f8dde View commit details
    Browse the repository at this point in the history
  2. feat(localization): Add Hebrew locale

    rebase
    gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    7a32a73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a260bb9 View commit details
    Browse the repository at this point in the history
  4. fix(modal): Changed ModalTemplate to be an abstract class

    This stops it from being erased by Typescript, so when people use it in decorators it still exists. Closes edcarroll#171
    edcarroll authored and gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    5e81ed1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90afe8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ee9084 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c9d912 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e7692ca View commit details
    Browse the repository at this point in the history
  9. chore: Bumped version number

    edcarroll authored and gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    f2fe6f7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4776408 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    385cfed View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a94781b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    56eaaa2 View commit details
    Browse the repository at this point in the history
  14. docs(readme): Updated image link

    edcarroll authored and gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    84efb75 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    14bd206 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dceb859 View commit details
    Browse the repository at this point in the history
  17. chore: Fixed compile:lib:w script

    edcarroll authored and gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    55be38d View commit details
    Browse the repository at this point in the history
  18. fix(localization): typo (acute missing) (edcarroll#193)

    weekdaysShort for Wednesday was "Mie" should be "Mié"
    harogaston authored and gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    113f970 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5ff5e22 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6dd7f4f View commit details
    Browse the repository at this point in the history
  21. chore: Bumped version number

    edcarroll authored and gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    95e714b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ef28ac2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e7c43e6 View commit details
    Browse the repository at this point in the history
  24. docs(readme): Added component support table

    Thank you to @medfx for the excellent suggestion!
    edcarroll authored and gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    1093a47 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f466559 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2a5bcc7 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d066c4e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    76bbb42 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5c45e95 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a7a48b3 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d73bf9f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    393af51 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    3fe575e View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b8b490e View commit details
    Browse the repository at this point in the history
  35. feat(select): Renamed hasLabelsHidden to hasLabels

    Slightly clearer property name. Defaults to `true`
    edcarroll authored and gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    d8b50c6 View commit details
    Browse the repository at this point in the history
  36. fix(message): Icon messages now style correctly (edcarroll#224)

    * fix(message): Icon messages now style correctly
    
    Closes edcarroll#192
    
    * feat(message): add example with icon
    edcarroll authored and gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    8bb42a4 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    f6066b7 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    a93d8b0 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    1c24946 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    9bbe2f3 View commit details
    Browse the repository at this point in the history
  41. fix: Added custom FocusEvent interface (edcarroll#231)

    * fix: Added custom FocusEvent interface
    
    Closes edcarroll#202
    
    FocusEvent isn't defined in UC browser, so added IFocusEvent with the property we need.
    
    * style(util): Fixed tslint error
    edcarroll authored and gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    db19237 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    33a878f View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    164da7b View commit details
    Browse the repository at this point in the history
  44. fix(select): Manually run change detector when option updates (edcarr…

    …oll#236)
    
    * fix(select): Manually run change detector when option updates
    
    Closes edcarroll#213
    
    * style(select): Fixed tslint error
    edcarroll authored and gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    228b6b9 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    2ba87f8 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    72b7498 View commit details
    Browse the repository at this point in the history
  47. fix(popup): Fixed conflict with BrowserAnimationsModule (edcarroll#234)

    * fix(popup): Fixed conflict with BrowserAnimationsModule
    
    Closes edcarroll#204
    
    * style(popup): Fixed tslint error
    edcarroll authored and gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    ee4dcce View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    6a1d068 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    e429419 View commit details
    Browse the repository at this point in the history
  50. feat(datepicker) Popup now honors locale and pickerLocaleOverrides (e…

    …dcarroll#215)
    
    * Datepicker popup now honors locale and pickerLocaleOverrides
    
    - Datepicker popup items now respect locale format
    - Fixed a bug in zoom calendar mapping for datetime datepicker
    - Fixed 'es' locale for consistency
    
    (*) Partially addresses edcarroll#164
    
    * Added comments.
    harogaston authored and gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    13e361c View commit details
    Browse the repository at this point in the history
  51. Time of day values supported in locale definitions (edcarroll#214)

    * en-GB and en-US locales now use 12 hour format
    
    Original "HH:mm" (23:59) -> Now "hh:mm aa" (11:59 p.m.)
    
    * Fix locales Russian, Italian and Hebrew now extend from ILocaleValues.
    
    * Added new IDatepickerFormatsLocaleValues fields:
    - timesOfDay
    - timesOfDayUppercase
    - timesOfDayLowercase
    to support proper formatting/parsing of dates in datepicker.
    
    Updated Localization page
    
    * Fixing code formatting
    harogaston authored and gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    9a49384 View commit details
    Browse the repository at this point in the history
  52. feat(datepicker) Added initial date support for the datepicker (edcar…

    …roll#216)
    
    * feat(datepicker) New input pickerInitialDate
    
    - New input (optional) that sets the intial date to display (null = today)
    - Updated demo page
    
    Partially addresses edcarroll#165
    
    * Now pickerInitialDate only sets CalendarService.currentDate property
    
    * feat(datepicker): Initial date support
    - Code formatting
    harogaston authored and gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    186bc4c View commit details
    Browse the repository at this point in the history
  53. fix: Various minor bugfixes (edcarroll#245)

    * fix(select): Fixed destroyed view errors
    
    * fix(modal): Fix modal auto closing when clicked
    
    * fix(popup): Removed console log in focus handler
    
    * fix(popup): Forced import of TemplateRef
    edcarroll authored and gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    bccf7e5 View commit details
    Browse the repository at this point in the history
  54. fix: Fixed AOT on SystemJS builder (edcarroll#240)

    * fix: Fixed AOT on SystemJS builder
    
    Closes edcarroll#209
    
    * fix: Added custom FocusEvent interface (edcarroll#231)
    
    * fix: Added custom FocusEvent interface
    
    Closes edcarroll#202
    
    FocusEvent isn't defined in UC browser, so added IFocusEvent with the property we need.
    
    * style(util): Fixed tslint error
    
    * chore(popup): Relaxed popper.js dependency (edcarroll#228)
    
    Follows up on edcarroll#195
    
    * fix(popup): Fixed delay causing destroyed view errors (edcarroll#233)
    
    Closes edcarroll#189
    
    * fix(select): Manually run change detector when option updates (edcarroll#236)
    
    * fix(select): Manually run change detector when option updates
    
    Closes edcarroll#213
    
    * style(select): Fixed tslint error
    
    * fix(select): Selected options now updated when options change (edcarroll#232)
    
    * fix(modal): Fixed aggressive autofocus sometimes causing errors (edcarroll#237)
    
    * fix(popup): Fixed conflict with BrowserAnimationsModule (edcarroll#234)
    
    * fix(popup): Fixed conflict with BrowserAnimationsModule
    
    Closes edcarroll#204
    
    * style(popup): Fixed tslint error
    
    * feat(popup): Added template context support (edcarroll#238)
    
    * fix(popup): Fixed focus events on popup (edcarroll#243)
    
    * feat(datepicker) Popup now honors locale and pickerLocaleOverrides (edcarroll#215)
    
    * Datepicker popup now honors locale and pickerLocaleOverrides
    
    - Datepicker popup items now respect locale format
    - Fixed a bug in zoom calendar mapping for datetime datepicker
    - Fixed 'es' locale for consistency
    
    (*) Partially addresses edcarroll#164
    
    * Added comments.
    
    * Time of day values supported in locale definitions (edcarroll#214)
    
    * en-GB and en-US locales now use 12 hour format
    
    Original "HH:mm" (23:59) -> Now "hh:mm aa" (11:59 p.m.)
    
    * Fix locales Russian, Italian and Hebrew now extend from ILocaleValues.
    
    * Added new IDatepickerFormatsLocaleValues fields:
    - timesOfDay
    - timesOfDayUppercase
    - timesOfDayLowercase
    to support proper formatting/parsing of dates in datepicker.
    
    Updated Localization page
    
    * Fixing code formatting
    
    * feat(datepicker) Added initial date support for the datepicker (edcarroll#216)
    
    * feat(datepicker) New input pickerInitialDate
    
    - New input (optional) that sets the intial date to display (null = today)
    - Updated demo page
    
    Partially addresses edcarroll#165
    
    * Now pickerInitialDate only sets CalendarService.currentDate property
    
    * feat(datepicker): Initial date support
    - Code formatting
    
    * fix: Various minor bugfixes (edcarroll#245)
    
    * fix(select): Fixed destroyed view errors
    
    * fix(modal): Fix modal auto closing when clicked
    
    * fix(popup): Removed console log in focus handler
    
    * fix(popup): Forced import of TemplateRef
    
    * fix: Fixed AOT on SystemJS builder
    
    Closes edcarroll#209
    edcarroll authored and gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    9636461 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    9e6e394 View commit details
    Browse the repository at this point in the history
  56. feat(datepicker): Moved calendar view title to separate component

    Fixes style issue introduced by a long locale formatting string
    edcarroll authored and gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    5e55243 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    58eea06 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    b9d112c View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    4957e7c View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    5d78a0f View commit details
    Browse the repository at this point in the history
  61. chore(demo): Updated to SUI 2.2.13

    edcarroll authored and gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    3d25bd5 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    ef408ae View commit details
    Browse the repository at this point in the history
  63. chore: Bumped version number

    edcarroll authored and gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    639909b View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    d5ae3b7 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    ef9c0f5 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    c073629 View commit details
    Browse the repository at this point in the history
  67. feat(localization): Add Hebrew locale

    rebase
    gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    7256eb8 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    90755de View commit details
    Browse the repository at this point in the history
  69. Merge remote-tracking branch 'origin/hebrew-localization' into hebrew…

    …-localization
    
    # Conflicts:
    #	src/behaviors/localization/locales/he.ts
    gotenxds committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    78ab3d6 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    236eefe View commit details
    Browse the repository at this point in the history