Commits on Jun 1, 2023

  1. Copy the full SHA
    540fc45 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Copy the full SHA
    c5404e1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c9ba773 View commit details
    Browse the repository at this point in the history
  3. Fix Table Name in Down Method

    Update 'related' string to config value.
    droplister authored and ifox committed Jun 15, 2023
    Copy the full SHA
    6457e56 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Copy the full SHA
    d1c0699 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1edbfbb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0d2fe6b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    636407a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Copy the full SHA
    7187074 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    320a963 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. nested modules breadcrumbs doc fix

    yamaha252 authored and ifox committed Aug 5, 2023
    Copy the full SHA
    edd0f57 View commit details
    Browse the repository at this point in the history
  2. nested breadcrumbs route prefix support

    yamaha252 authored and ifox committed Aug 5, 2023
    Copy the full SHA
    6be8bfc View commit details
    Browse the repository at this point in the history
  3. duplicate nested columns keys fix

    yamaha252 authored and ifox committed Aug 5, 2023
    Copy the full SHA
    bc7774f View commit details
    Browse the repository at this point in the history
  4. nested data table field docs updated

    yamaha252 authored and ifox committed Aug 5, 2023
    Copy the full SHA
    234a9db View commit details
    Browse the repository at this point in the history
  5. Bump word-wrap from 1.2.3 to 1.2.4

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ifox committed Aug 5, 2023
    Copy the full SHA
    5429a2f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    88ec426 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. handle locale value in afterDuplicateHandleMedias

    copy the locale value when duplicate.
    petertsoisstuff authored and ifox committed Aug 10, 2023
    Copy the full SHA
    073b044 View commit details
    Browse the repository at this point in the history
  2. handling groups of fields fix

    Use native fields cleaning to avoid a deep values removing
    yamaha252 authored and ifox committed Aug 10, 2023
    Copy the full SHA
    7be10cc View commit details
    Browse the repository at this point in the history
  3. adds direction option to form inputs

    It maybe that you content entry is in a RTL
    language, such as Arabic, but, you want to LTR
    content such as a URL or an email address.
    
    Or, it maybe your content entry is in a LTR
    language and you need a single RTL entry field.
    
    This commit adds `direction` for this purpose:
    
    ```
    Input::make()
        ->name('url')
        ->label(twillTrans('Url'))
        ->direction('ltr')
    ```
    13twelve authored and ifox committed Aug 10, 2023
    Copy the full SHA
    777ad6f View commit details
    Browse the repository at this point in the history
  4. add direction option to WYSIWYG

    13twelve authored and ifox committed Aug 10, 2023
    Copy the full SHA
    83fbeeb View commit details
    Browse the repository at this point in the history
  5. adds direction notes to docs

    13twelve authored and ifox committed Aug 10, 2023
    Copy the full SHA
    21ef1fc View commit details
    Browse the repository at this point in the history
  6. update directions release version

    13twelve authored and ifox committed Aug 10, 2023
    Copy the full SHA
    6e363cd View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    35d0bbc View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Copy the full SHA
    129b9ad View commit details
    Browse the repository at this point in the history
  2. Fix keepAlive on connected non localized fields

    When set to false (default value) keepAlive was not destroying standard input fields
    joyceverheije committed Aug 28, 2023
    Copy the full SHA
    b1593c7 View commit details
    Browse the repository at this point in the history
  3. Linter fix

    joyceverheije committed Aug 28, 2023
    Copy the full SHA
    2b6bb61 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Add support for adminEditUrl accessor in browsers

    This fixes links on newly attached browser records before updating and reloading the page (they already work in this case)
    joyceverheije committed Aug 31, 2023
    Copy the full SHA
    02ac019 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    63e8d98 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ab8635f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d267fd3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    160e916 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    bb7d3a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Copy the full SHA
    de92f07 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f22eb35 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    135c105 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Add option to controls whether a user should be created or not when a…

    … new user is logging in through Oauth
    joyceverheije committed Sep 13, 2023
    Copy the full SHA
    14f8dd2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7c23333 View commit details
    Browse the repository at this point in the history
  3. Update caniuse db

    joyceverheije committed Sep 13, 2023
    Copy the full SHA
    97b3b31 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Copy the full SHA
    9c15b01 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Copy the full SHA
    f9a096a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b86ff10 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Copy the full SHA
    5d4060b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7a3d3c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Fix artisan command

    thecrazybob authored and ifox committed Nov 2, 2023
    Copy the full SHA
    c97ef8d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Copy the full SHA
    7bdba63 View commit details
    Browse the repository at this point in the history
  2. [Docs] Fix typo in create page module

    colegeissinger authored and ifox committed Nov 16, 2023
    Copy the full SHA
    fa64cac View commit details
    Browse the repository at this point in the history
  3. Bump @babel/traverse from 7.20.12 to 7.23.2

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.12 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ifox committed Nov 16, 2023
    Copy the full SHA
    7bdccac View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Copy the full SHA
    f10733d View commit details
    Browse the repository at this point in the history
  2. Update migration herlper for translations to default active field to …

    …false to comply with some versions of PostgreSQL
    sauron authored and ifox committed Nov 19, 2023
    Copy the full SHA
    0df914c View commit details
    Browse the repository at this point in the history
  3. Add HasReadOnly trait to Input field

    zachgarwood authored and ifox committed Nov 19, 2023
    Copy the full SHA
    e05f4f4 View commit details
    Browse the repository at this point in the history