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

🚀 Release/v0.1.0 #121

Merged
merged 1 commit into from
Feb 14, 2023
Merged

🚀 Release/v0.1.0 #121

merged 1 commit into from
Feb 14, 2023

Conversation

tinkoff-bot
Copy link

0.1.0 (2023-02-14)

Features

  • angular: create new library @maskito/angular (#35)
    (1855c35)
  • angular: improve DI-approach (#72)
    (0ecacfb)
  • core: add Delete-key support (#20)
    (e62cfda)
  • core: better caret position management + new class MaskModel (#4)
    (52e80ba)
  • core: handle Paste-event (#10)
    (421f97c)
  • core: initialize new project core (#2)
    (7100057)
  • core: introduce concepts preprocessor / postprocessor (#28)
    (1fb443f)
  • core: introducing the first draft of public API (#3)
    (303e863)
  • core: new MaskHistory class (undo/redo support) (#25)
    (0847551)
  • core: new maskitoPipe utility (#39)
    (11f7953)
  • core: standardize pre- and postprocessors (separate mutable data from readonly)
    (#47)
    (cfedab5)
  • core: try guess value when autofill/paste/drop contains invalid characters
    (#24)
    (7be0f3b)
  • demo: add Phone-page recipe (#105)
    (e039f29)
  • kit: Date add max/min options (#70)
    (b708243)
  • kit: Date mask support mm/yy mode, add Card recipe (#82)
    (f085462)
  • kit: DateRange add min / max options (#94)
    (5c578b3)
  • kit: DateRange add minLength / maxLength options (#96)
    (09aab26)
  • kit: Number add new params max & isNegativeAllowed (#53)
    (217bbbc)
  • kit: create new library (run nx g @nrwl/js:library kit) (#29)
    (290e1f0)
  • kit: new Date mask (#62)
    (ddc4540)
  • kit: new DateRange mask (#78)
    (16e75c3)
  • kit: new Number-mask (#50)
    (3e41989)
  • new Time-mask (kit) + new overwriteMode-mode (core) (#37)
    (43dea21)

Bug Fixes

  • angular: no FormControl changes (#48)
    (ee7ce63)
  • core: ElementState has negative selection on Backspace at the start of element
    (#65)
    (f6d213b)
  • core: globalThis Reference error + new Browser support documentation page
    (#49)
    (b3a51ab)
  • core: MaskModel rejects new character if it is equal to the previous fixed character
    (#111)
    (9c18e05)
  • core: incorrect caret position (case with range selection + new key)
    (#17)
    (0357b5e)
  • core: line-break support for TextArea (#27)
    (27a55a8)
  • core: show fixed character only if there are other not-fixed characters after it
    (#19)
    (bfdcd54)
  • demo: npm run build:prerender throws NullInjectorError (#52)
    (83463fa)
  • kit: DateRange broken paste from clipboard (#113)
    (acca2ab)
  • kit: DateRange invalid validation of the last segment digit for the 2nd date
    (#83)
    (e5b40d1)
  • kit: Number broken mask if decimalSeparator is a dot (#69)
    (19fda20)
  • kit: Number ignores decimalZeroPadding: true if integer part is deleted
    (#67)
    (073a35a)
  • kit: Time bug with zero padding (#42)
    (5ccc127)
  • kit: accept dates and segments separator as valid input (#102)
    (90361c9)
  • webstorm TS2307: Cannot find module '@maskito/core' or its corresponding type declarations
    (#101)
    (804da87)

Changelog

All notable changes to this project will be documented in this file. See
standard-version for commit guidelines.


DO NOT SQUASH OR REBASE ME

if user merges this PR via rebasing or using squash, it will cause lost of the tag. It happens because tag is already
attached to the initial release commit SHA. If we use rebase or squash, the commit sha changes and already created tag
points to not-existing commit.

@nsbarsukov nsbarsukov merged commit 24f7f9a into main Feb 14, 2023
@nsbarsukov nsbarsukov deleted the release/0.1.0 branch February 14, 2023 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants