Skip to content

Releases: askirmas/react-classnaming

v0.16.4

12 Mar 21:57
Compare
Choose a tag to compare
  • Change buggy grep to perl 0293cbb
  • #43 Uninstall older tsc-s because bin conflict should be resolved 1453ec0
  • Strip in readme shortcuts 52fe20c
  • Recover reference. Remove empty types.js 6c36840
  • #41 Install other typescript version 464a511
  • Remove whitespaces cfeb23a

v0.16.3...v0.16.4

v0.16.3

12 Mar 20:19
Compare
Choose a tag to compare

v0.16.1...v0.16.3

v0.16.1

12 Mar 17:22
Compare
Choose a tag to compare

v0.16.0...v0.16.1

v0.16.0 BEM nase

12 Mar 17:14
Compare
Choose a tag to compare

v0.16.0-0

12 Mar 17:03
Compare
Choose a tag to compare
v0.16.0-0 Pre-release
Pre-release
  • Change tagging branch to be main back add6e1c
  • #35 Change global interface usage to be more common c167228
  • #35 Test bem's resolver on options change fd6a984
  • #38 Sandbox bootstrap's "visible-print" 394b21c
  • #40 Add values array to bem interface. Add support for mods that are both bool and valueable b751375
  • #40 Add primitives array support to core function b22d974
  • #10 Purize bem-core tests. #39 Add helper to have blocks despite post-processor clearing ef757ff
  • #39 Update bem-demo. Remove bad sub from bem #32 b64a3d4
  • #39 Remove redundant modKey. Comment delEl in favor of #30 57e0172
  • #39 Change bem query shape to be without element f47ce2c
  • #39 Remove b-e notation split in favor of base fdaa48e
  • Fix confusing for markdown | in grid cell of readme 7929976
  • Update packs after v0.15 release. Change pre and post releases shells dc57ad5

v0.15.0...v0.16.0-0

v0.15 BEM

11 Mar 11:48
Compare
Choose a tag to compare

v0.14.0 `classNamesMap` enhancement

09 Mar 12:36
Compare
Choose a tag to compare

classNamesMap

  • Adopt to be usable for 3rd party components
  • Strict union (XOR) in Action type for boolean | ClassHash same as in classNaming
  • Add ClassNaming to be possible value
  • Make return type to be strict

classNamesCheck

  • Reimplement classNamesCheck

https://github.com/askirmas/react-classnaming/milestone/4
v0.13.0...v0.14.0

v0.13.0

04 Mar 00:47
Compare
Choose a tag to compare

v0.12 Omit setted classNames on TS level

01 Mar 21:24
Compare
Choose a tag to compare

classNaming

  • #11 Split bind/context set and run/call until better idea with TS inheritance
  • #6 Add omitter for classnames

ClassNamesProperty

  • #8 Fix not erroring and redundant class in ClassNamesProperty
  • #8 Change Ctx to pick from props

https://github.com/askirmas/react-classnaming/releases/tag/v0.12.0

v0.11.0...v0.12.0

v0.11.0 One pipe-able function

27 Feb 19:50
Compare
Choose a tag to compare

classNaming

  • One unified function against previous classNamingBasic and classNamingCtx #7 #4
  • Pipe-able/chain-able: classNaming(...)(...)(...)
  • Fall keys-string support in favor of IDE rename #1

Renames

  • ClassValue to ClassHash #2
  • ClassNamesMap to CssModule

Etc

  • Change array filter with better performance 4ac536f

https://github.com/askirmas/react-classnaming/milestone/1

v0.10.0...v0.11.0