Tags

Tags give the ability to mark specific points in history as being important
  • 2.1.1

    feat: add ci testing workflow by @Aryan-R-Patel in #49
    feat: update to use reusable workflow by @Aryan-R-Patel in #51
  • 2.1.0

    ## What's Changed
    * Add automated testing by @larkgz in https://github.com/digitalutsc/citation_select/pull/1
    * Ux changes by @larkgz in https://github.com/digitalutsc/citation_select/pull/9
    * New settings by @larkgz in https://github.com/digitalutsc/citation_select/pull/10
    * Add tests + fix bugs by @larkgz in https://github.com/digitalutsc/citation_select/pull/13
    * Translate citation node by @larkgz in https://github.com/digitalutsc/citation_select/pull/12
    * Update verbiage in form, menu, and README. by @rosiel in https://github.com/digitalutsc/citation_select/pull/15
    * Bibcite update by @jeffbuyunhe in https://github.com/digitalutsc/citation_select/pull/17
    * fixed bug with citations not being made by @jeffbuyunhe in https://github.com/digitalutsc/citation_select/pull/18
    * fixed dep function by @jeffbuyunhe in https://github.com/digitalutsc/citation_select/pull/20
    * Removed bibcite dependencies by @HyphenHook in https://github.com/digitalutsc/citation_select/pull/23
    * Picks up first publisher instead of last by @HyphenHook in https://github.com/digitalutsc/citation_select/pull/24
    * Added support for citing objects with Interval or Set EDTF dates by @HyphenHook in https://github.com/digitalutsc/citation_select/pull/27
    * Fixes null pass for ExtDate object by @HyphenHook in https://github.com/digitalutsc/citation_select/pull/29
    * Added D11 compatibility by @HyphenHook in https://github.com/digitalutsc/citation_select/pull/30
    * Fixed csl style being included in citation list even after disabling it, Done by Sean Femouw by @DibyaGoswami in https://github.com/digitalutsc/citation_select/pull/31
    * Adds a config option that enables/disables nodes from displaying a default citation when the item/node page is loaded, Done by Alan Stanley by @DibyaGoswami in https://github.com/digitalutsc/citation_select/pull/32
    * Missing a backslash in front of Exception, which causes CitationFieldFormatterBase::convertName to throw an error. Fix done by baysaa by @DibyaGoswami in https://github.com/digitalutsc/citation_select/pull/33
    * Dates such as 2024-23 used to give errors when it should be converted to 'Autumn 2024', now it properly converts rather than giving a fatal error with this patch. Fix made by baysaa by @DibyaGoswami in https://github.com/digitalutsc/citation_select/pull/34
    * The problem where, when an entity references another node, the citation throws a console JS error, has been solved by baysaa by @DibyaGoswami in https://github.com/digitalutsc/citation_select/pull/35
    * feat: make dropdown options in the citation selecter to be translatable by @Aryan-R-Patel in https://github.com/digitalutsc/citation_select/pull/36
    * fix: add missing schema keys and mappings by @Aryan-R-Patel in https://github.com/digitalutsc/citation_select/pull/39
    * feat: apply 3538368-default-citation-on-load-2.patch from Drupal Issue 3538368 by "baysaa" by @Aryan-R-Patel in https://github.com/digitalutsc/citation_select/pull/37
    * feat: apply citation_select.2.0.0-beta2.rector.patch from Drupal Issue 3527596 by 'project update bot' by @Aryan-R-Patel in https://github.com/digitalutsc/citation_select/pull/38
    * fix: remove deprecation notices by explicitly declaring the variables and updating their names by @Aryan-R-Patel in https://github.com/digitalutsc/citation_select/pull/40
    * fix: add missing module names to the array in tests and update settings schema by @Aryan-R-Patel in https://github.com/digitalutsc/citation_select/pull/41
    * feat: apply GitLab Merge Request 8 from Drupal Issue 3563519 by 'baysaa' and 'santanu-mondal' by @Aryan-R-Patel in https://github.com/digitalutsc/citation_select/pull/42
    * fix: change file name suffixes to follow strict Drupal naming conventions by @Aryan-R-Patel in https://github.com/digitalutsc/citation_select/pull/44
    * feat: update to v3.1 to allow new version of EDTF library by @Aryan-R-Patel in https://github.com/digitalutsc/citation_select/pull/45
    * feat: apply GitLab Merge Request 7 from Drupal Issue 3555714 by 'aron-novak' and 'baysaa' by @Aryan-R-Patel in https://github.com/digitalutsc/citation_select/pull/43
    * fix: add null check in typed relation formatter by @Aryan-R-Patel in https://github.com/digitalutsc/citation_select/pull/47
    * fix: update logic to show default citation style only if the checkbox is selected in the config by @Aryan-R-Patel in https://github.com/digitalutsc/citation_select/pull/46
    * Feat/tests/new test cases development by @Aryan-R-Patel in https://github.com/digitalutsc/citation_select/pull/48
    
    ## New Contributors
    * @larkgz made their first contribution in https://github.com/digitalutsc/citation_select/pull/1
    * @rosiel made their first contribution in https://github.com/digitalutsc/citation_select/pull/15
    * @jeffbuyunhe made their first contribution in https://github.com/digitalutsc/citation_select/pull/17
    * @HyphenHook made their first contribution in https://github.com/digitalutsc/citation_select/pull/23
    * @DibyaGoswami made their first contribution in https://github.com/digitalutsc/citation_select/pull/31
    * @Aryan-R-Patel made their first contribution in https://github.com/digitalutsc/citation_select/pull/36
    * @baysaa contributed patches and code in those PRs above
    * @Santanu Mondal contributed patches and code in those PRs above
    
    **Full Changelog**: https://github.com/digitalutsc/citation_select/commits/2.1.0
  • 2.0.0-beta2

    f875432d · Update README.md ·
    Add Drupal 11 comparability
  • 1.0.0-beta4

    Upgrade bibcite 
    Fixed errors in Drupal 10
  • 1.0.0-beta2

    Move admin menu Bibcite admin menu
  • 1.0.0-beta1

    680018fa · Update composer.json ·
    First beta release