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

Merge release 2.12.0 #363

Merged
merged 51 commits into from
Jul 24, 2023
Merged

Merge release 2.12.0 #363

merged 51 commits into from
Jul 24, 2023

Commits on May 12, 2023

  1. ROU-3748: Add client action to apply conditional format to the aggreg…

    …ate row (#331)
    
    * Add conditional format to ColumnAggregate
    
    * Fix SetRowAsSelected not returning error message
    
    * Fix lint warnings
    
    * Fix eslint warnings
    
    * Fix eslint warnings
    
    * Fix error code duplicated
    
    * Fix comments
    OS-giulianasilva committed May 12, 2023
    Configuration menu
    Copy the full SHA
    fc6e1a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52f5b36 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Changed ClearFilter to allow triggering OnFiltersChange event

    Implement a way to trigger the OnFiltersChange event when using the ClearFilter
    gnbm committed May 19, 2023
    Configuration menu
    Copy the full SHA
    cbd02c3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Merge pull request #335 from OutSystems/ROU-4340

    Changed ClearFilter to allow triggering OnFiltersChange event
    gnbm committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ffdab14 View commit details
    Browse the repository at this point in the history
  2. Update ToolTip.ts

    Add validation to check if we do have data available, for instance while using filters that make the Grid without results.
    gnbm committed May 22, 2023
    Configuration menu
    Copy the full SHA
    a95c5fa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #336 from OutSystems/ROU-4335

    Update ToolTip.ts
    gnbm committed May 22, 2023
    Configuration menu
    Copy the full SHA
    af1c126 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    122e255 View commit details
    Browse the repository at this point in the history
  2. Adding new ErrorMessage

    rugoncalves committed May 24, 2023
    Configuration menu
    Copy the full SHA
    c3f8d84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4cf358 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a8f589 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    52715ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #337 from OutSystems/ROU-4319

    ROU-4319: adding the ability to block autogenerated grids
    rugoncalves committed May 25, 2023
    Configuration menu
    Copy the full SHA
    a839329 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    8d33c56 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. ROU-4329: Implement the ability to save/load layouts with frozen colu…

    …mns (#338)
    
    * Added ability to save/apply layouts with frozenCols
    
    - Added ability to save/apply layouts with frozenCols
    - Updated Lodash version (based on Snyk)
    - Updated TypeScript version (based on Snyk)
    
    * Update ColumnFreeze.ts
    
    ---------
    
    Co-authored-by: gbnm <goncalo.martins@outsystems.com>
    OS-giulianasilva and gnbm committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    7b6b57a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Fixed issue in moveToPage

    Fixed issue in moveToPage() method that was always throwing an error
    gnbm committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    eec452b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82c1ffb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #340 from OutSystems/ROU-4367

    ROU-4367: Fixed issue in moveToPage error handling
    gnbm committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    bfc146d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. ROU-4320: Fix setRowAsSelected not working in a Grid with RowCheckbox…

    …es (#339)
    
    * Fix setRowAsSelected to work in a Grid with RowCheckboxes
    
    * Update setRowAsSelect method from Selection feature
    
    Add evaluation to check if the row indexes provided exist in the current Grid page
    
    * Update Selection.ts
    
    ---------
    
    Co-authored-by: Gonçalo M <goncalo.martins@outsystems.com>
    OS-giulianasilva and gnbm committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    831d614 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Avoid raising event

    When the context menu event is opening.
    rugoncalves committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    7be2b51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc3f30e View commit details
    Browse the repository at this point in the history
  3. Remove unused url

    rugoncalves committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    468381b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    dcfb021 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    677f219 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f2f45e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da7db60 View commit details
    Browse the repository at this point in the history
  5. typo fix

    rugoncalves committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    6bd448a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b5f474 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Merge pull request #346 from OutSystems/InvalidLines-metadata

    ROU-4377: Invalid lines - removing attribute __osRowMetadata
    rugoncalves committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    532aab1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #345 from OutSystems/ROU-4373

    ROU-4373: Changing language load mechanism
    rugoncalves committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c9a6047 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #341 from OutSystems/ROU-4350

    ROU-4350: Changing context menu to return the correct Id of the column in the Toggle event
    rugoncalves committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    6ab6b20 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #342 from OutSystems/Fix-ContextMenu-Open-Event

    ROU-4386: ContextMenu - avoid raising twice ToggleEvent when opening
    rugoncalves committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    3803eec View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. ROU-3901: Update version and license after renewal - release 2023 V1 (#…

    …348)
    
    * Update Wijmo version
    
    * Fix issue in View._setGroups caused by WJM-22376
    
    * Update wijmo.cloud.d.ts
    
    * Fix column picker issue after upgrade
    
    * Add comments
    
    * Fix eslint issues
    
    * Add new language "fr-CA"
    OS-giulianasilva committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    134b58c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    8224176 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Update ContextMenu.ts

    Fixed duplicated items inside Context Menu.
    gnbm committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    3763879 View commit details
    Browse the repository at this point in the history
  2. Improve headers accessibility (#350)

    Set the headersFocusability property to "All" by default allowing the  Row and column headers to be accessible via keyboard.
    OS-giulianasilva committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    b1ce898 View commit details
    Browse the repository at this point in the history
  3. Update ContextMenu.ts

    gnbm committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    18ecf18 View commit details
    Browse the repository at this point in the history
  4. Update ContextMenu.ts

    gnbm committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    e4b7a7a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #351 from OutSystems/ROU-4413

    ROU-4413: Fix issue with Context Menu that gets duplicated Items
    gnbm committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    b979636 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6fb608f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Merge pull request #349 from OutSystems/ROU-4406

    ROU-4406: Issue when applying row validation to a Grid with GroupColumn
    bmarcelino-fe committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    805d798 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    1349b63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c98b0f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd1e399 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Merge pull request #352 from OutSystems/ROU-4344

    ROU-4344: remove dirty marks from action column
    rugoncalves committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    401db70 View commit details
    Browse the repository at this point in the history
  2. Update typedoc version

    rugoncalves committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    29811dd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #355 from OutSystems/update-typedoc-version

    Update typedoc to version `0.24.8`
    rugoncalves committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    1ab85d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Fix Filter by Condition

    rugoncalves committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    1dc5c8c View commit details
    Browse the repository at this point in the history
  2. Fix Filter by Value

    rugoncalves committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    0f0d480 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    5a36b2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3cc228 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #356 from OutSystems/ROU-4429

    ROU-4429: Fixing APIs `FilterByCondition` & `FilterByValue` to work with checkbox column
    rugoncalves committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    2157d94 View commit details
    Browse the repository at this point in the history