Skip to content
Snippets Groups Projects
unit_definition_changelog.txt 2.3 KiB
Newer Older
  • Learn to ignore specific revisions
  • iqb-aspect-module@0.1.0 -> iqb-aspect-module@0.1.1:
      - change button element action: undefined | 'previous' | 'next' | 'end'
    
    iqb-aspect-definition@1.0.0
      - Rename variable
      - raise version to 1.0.0
    
    2.0.0 (editor 1.26)
    
    - positionProps -> position
    - playerProps -> player
    - styles -> styling
    
    
    - radio now has "richTextOptions" instead of options
    
    - text element has new property: columnCount
    
    
    3.2.0
    - LikertRowElement: +verticalButtonAlignment
    
    rhenck's avatar
    rhenck committed
    - LikertRowElement: text: string; -> rowLabel: TextImageLabel;
    
    - TextImageLabel: position: 'above' | 'below' | 'left' | 'right';
    
    
    3.3.0
    - SpellCorrectElement: +inputAssistancePreset: InputAssistancePreset;
                           +inputAssistancePosition: 'floating' | 'right';
                           +restrictedToInputAssistanceChars: boolean;
                           +showSoftwareKeyboard: boolean;
                           +softwareKeyboardShowFrench: boolean;
    
    3.4.0 (editor 1.30)
    
    - ToggleButton now have "richTextOptions" instead of options
    
    
    3.5.0 (editor 1.31)
    - +DropListSimpleElement
    - +TextFieldSimpleElement
    
    
    3.6.0
    - DropList, DropListSimple: +copyOnDrop
    
    
    3.7.0
    - TextElement: +hasSelectionPopup: boolean;
    
    - ToggleButtonElement now have "options: TextLabel[]" instead of "richTextOptions: string[]"
    
    - TextAreaElement: InputAssistancePreset +'space'
                                             +'comma'
                       +hasArrowKeys: boolean;
                       +hasReturnKey: boolean
    - TextFieldElement/TextFieldSimpleElement/SpellCorrectElement: InputAssistancePreset +'space'
                                                                                         +'comma'
                                                                    +hasArrowKeys: boolean;
    
    
    3.8.0
    - +HotspotImageElement
    
    - TextAreaElement:  +hasDynamicRowCount: boolean;
                        +expectedCharactersCount: number;
                        +hasKeyboardIcon: boolean;
    - TextFieldElement: +hasKeyboardIcon: boolean;
    
                        +isLimitedToMaxLength: boolean;
    - TextFieldSimpleElement: +isLimitedToMaxLength: boolean;
    
    - TextFieldElement/TextFieldSimpleElement/SpellCorrectElement/TextAreaElement: InputAssistancePreset +'custom'
    
    rhenck's avatar
    rhenck committed
    - Remove drop-list-simple as cloze child; is now a drop-list
    
    - ButtonElement: action +highlightText
                     param +string
    
    
    3.9.0
    - DropListElement: +deleteDroppedItemWithSameID